#8A1D99
A dark, moderate magenta closely aligning with Darkmagenta.
About #8A1D99
Visually, #8A1D99 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. Its digital footprint relies on 138 parts red, 29 parts green, and 153 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 10% C, 81% M, 0% Y, and 40% K. With a hue angle of 292.7 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A1D99
RGB138, 29, 153
HSL292.7°, 68.1%, 35.7%
CMYK10%, 81%, 0%, 40%
HSV292.7°, 81.0%, 60.0%
LAB35.2, 59.3, -43.2
XYZ16.7, 8.6, 30.9
Decimal9051545
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.73:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.39:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A1D99;
}
.text-color {
color: #8A1D99;
}
.border-color {
border: 2px solid #8A1D99;
}