#9933AF
A medium, moderate magenta closely aligning with Darkmagenta.
About #9933AF
At its core, #9933AF is a medium and moderate hue. It is closely associated with the named CSS color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 51, and 175.
For print applications, it's crucial to understand its CMYK makeup. The color uses 13% Cyan, 71% Magenta, 0% Yellow, and 31% Black. The HSL representation is 289.4° hue, 54.9% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#9933AF
RGB153, 51, 175
HSL289.4°, 54.9%, 44.3%
CMYK13%, 71%, 0%, 31%
HSV289.4°, 70.9%, 68.6%
LAB41.6, 59.0, -46.0
XYZ22.1, 12.2, 41.8
Decimal10040239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.09:1
Text on #FFFFFF
AA
3.45:1
Text on #000000
AA Large
5.82:1
Text on #F8FAFC
AA
2.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9933AF;
}
.text-color {
color: #9933AF;
}
.border-color {
border: 2px solid #9933AF;
}