#9900A8
A dark, vivid magenta closely aligning with Darkmagenta.
About #9900A8
At its core, #9900A8 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkmagenta. Its digital footprint relies on 153 parts red, 0 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 9% cyan and 100% magenta inks. The HSL representation is 294.6° hue, 100.0% saturation, and 32.9% lightness.
Contrast ratios determine whether this color is safe for typography. 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#9900A8
RGB153, 0, 168
HSL294.6°, 100.0%, 32.9%
CMYK9%, 100%, 0%, 34%
HSV294.6°, 100.0%, 65.9%
LAB37.1, 69.5, -49.0
XYZ20.2, 9.6, 37.8
Decimal10027176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.19:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.87:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9900A8;
}
.text-color {
color: #9900A8;
}
.border-color {
border: 2px solid #9900A8;
}