#9924BD
A medium, moderate magenta closely aligning with Darkorchid.
About #9924BD
Visually, #9924BD is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 153 parts red, 36 parts green, and 189 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 19% C, 81% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9924BD
RGB153, 36, 189
HSL285.9°, 68.0%, 44.1%
CMYK19%, 81%, 0%, 26%
HSV285.9°, 81.0%, 74.1%
LAB40.7, 66.8, -55.6
XYZ23.0, 11.7, 49.2
Decimal10036413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.28:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.01:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9924BD;
}
.text-color {
color: #9924BD;
}
.border-color {
border: 2px solid #9924BD;
}