#9932CC
darkorchid
#9932CC is a violet colour. In RGB it is 153 red, 50 green and 204 blue, which converts to a hue of 280 degrees, 61% saturation and 50% lightness. It is one of the named CSS colours, written as darkorchid in stylesheets.
Color values
| HEX | #9932CC |
|---|---|
| RGB | rgb(153, 50, 204) |
| HSL | hsl(280, 61%, 50%) |
| HSV | hsv(280, 75%, 80%) |
| CMYK | cmyk(25%, 75%, 0%, 20%) |
Contrast and accessibility
Against white the contrast ratio is 5.7:1, and against black it is 3.68: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 | 5.7:1 | AA | AAA |
| Black | 3.68:1 | Fail | AA |
Tints and shades
Lighter tints move #9932CC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #9932CC; |
|---|---|
| CSS rgb() | color: rgb(153 50 204); |
| Tailwind | bg-[#9932cc] |
| SwiftUI | Color(red: 0.600, green: 0.196, blue: 0.800) |
| Android | Color.parseColor("#9932CC") |