#9216AF
A dark, vivid magenta closely aligning with Darkorchid.
About #9216AF
The hex code #9216AF represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 146 red, 22 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 17% C, 87% M, 0% Y, and 31% K. The HSL representation is 288.6° hue, 77.7% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9216AF
RGB146, 22, 175
HSL288.6°, 77.7%, 38.6%
CMYK17%, 87%, 0%, 31%
HSV288.6°, 87.4%, 68.6%
LAB37.4, 66.4, -52.7
XYZ19.9, 9.8, 41.4
Decimal9574063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.10:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.79:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9216AF;
}
.text-color {
color: #9216AF;
}
.border-color {
border: 2px solid #9216AF;
}