#9900AF
A dark, vivid magenta closely aligning with Darkorchid.
About #9900AF
The precise color #9900AF 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, 0, 175).
Translating this color to physical media requires the CMYK color model. The color uses 13% Cyan, 100% Magenta, 0% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#9900AF
RGB153, 0, 175
HSL292.5°, 100.0%, 34.3%
CMYK13%, 100%, 0%, 31%
HSV292.5°, 100.0%, 68.6%
LAB37.6, 70.6, -52.4
XYZ20.9, 9.9, 41.4
Decimal10027183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.06:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.75:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9900AF;
}
.text-color {
color: #9900AF;
}
.border-color {
border: 2px solid #9900AF;
}