#B39DDB
Material deeppurple 200
#B39DDB is a violet colour. In RGB it is 179 red, 157 green and 219 blue, which converts to a hue of 261 degrees, 46% saturation and 74% lightness. It is Material deeppurple 200 in that design system's palette.
Color values
| HEX | #B39DDB |
|---|---|
| RGB | rgb(179, 157, 219) |
| HSL | hsl(261, 46%, 74%) |
| HSV | hsv(261, 28%, 86%) |
| CMYK | cmyk(18%, 28%, 0%, 14%) |
Contrast and accessibility
Against white the contrast ratio is 2.4:1, and against black it is 8.76: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 | 2.4:1 | Fail | Fail |
| Black | 8.76:1 | AAA | AAA |
Tints and shades
Lighter tints move #B39DDB toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #B39DDB; |
|---|---|
| CSS rgb() | color: rgb(179 157 219); |
| Tailwind | bg-[#b39ddb] |
| SwiftUI | Color(red: 0.702, green: 0.616, blue: 0.859) |
| Android | Color.parseColor("#B39DDB") |
Closest named color
The nearest CSS colour keyword to #B39DDB is plum (#DDA0DD).