#9370DB
mediumpurple
#9370DB is a violet colour. In RGB it is 147 red, 112 green and 219 blue, which converts to a hue of 260 degrees, 60% saturation and 65% lightness. It is one of the named CSS colours, written as mediumpurple in stylesheets.
Color values
| HEX | #9370DB |
|---|---|
| RGB | rgb(147, 112, 219) |
| HSL | hsl(260, 60%, 65%) |
| HSV | hsv(260, 49%, 86%) |
| CMYK | cmyk(33%, 49%, 0%, 14%) |
Contrast and accessibility
Against white the contrast ratio is 3.76:1, and against black it is 5.58: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.76:1 | Fail | AA |
| Black | 5.58:1 | AA | AAA |
Tints and shades
Lighter tints move #9370DB toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #9370DB; |
|---|---|
| CSS rgb() | color: rgb(147 112 219); |
| Tailwind | bg-[#9370db] |
| SwiftUI | Color(red: 0.576, green: 0.439, blue: 0.859) |
| Android | Color.parseColor("#9370DB") |