#9216BD
A medium, vivid purple closely aligning with Darkorchid.
About #9216BD
The hex code #9216BD represents a beautifully specific shade of purple. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(146, 22, 189).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 23% C, 88% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9216BD
RGB146, 22, 189
HSL284.6°, 79.1%, 41.4%
CMYK23%, 88%, 0%, 26%
HSV284.6°, 88.4%, 74.1%
LAB38.5, 69.0, -59.4
XYZ21.3, 10.4, 49.0
Decimal9574077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.84:1
Text on #FFFFFF
AA
3.07:1
Text on #000000
AA Large
6.53:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9216BD;
}
.text-color {
color: #9216BD;
}
.border-color {
border: 2px solid #9216BD;
}