#9916AF
A dark, vivid magenta closely aligning with Darkorchid.
About #9916AF
The precise color #9916AF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(153, 22, 175).
Translating this color to physical media requires the CMYK color model. The color uses 13% Cyan, 87% Magenta, 0% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9916AF
RGB153, 22, 175
HSL291.4°, 77.7%, 38.6%
CMYK13%, 87%, 0%, 31%
HSV291.4°, 87.4%, 68.6%
LAB38.6, 67.6, -50.8
XYZ21.2, 10.4, 41.5
Decimal10032815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.80:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.50:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9916AF;
}
.text-color {
color: #9916AF;
}
.border-color {
border: 2px solid #9916AF;
}