#9575CD
Material deeppurple 300
#9575CD is a violet colour. In RGB it is 149 red, 117 green and 205 blue, which converts to a hue of 262 degrees, 47% saturation and 63% lightness. It is Material deeppurple 300 in that design system's palette.
Color values
| HEX | #9575CD |
|---|---|
| RGB | rgb(149, 117, 205) |
| HSL | hsl(262, 47%, 63%) |
| HSV | hsv(262, 43%, 80%) |
| CMYK | cmyk(27%, 43%, 0%, 20%) |
Contrast and accessibility
Against white the contrast ratio is 3.68:1, and against black it is 5.7:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 3.68:1 | Fail | AA |
| Black | 5.7:1 | AA | AAA |
Tints and shades
Lighter tints move #9575CD toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #9575CD; |
|---|---|
| CSS rgb() | color: rgb(149 117 205); |
| Tailwind | bg-[#9575cd] |
| SwiftUI | Color(red: 0.584, green: 0.459, blue: 0.804) |
| Android | Color.parseColor("#9575CD") |
Closest named color
The nearest CSS colour keyword to #9575CD is mediumpurple (#9370DB).