#8A1D75
A dark, moderate magenta closely aligning with Purple.
About #8A1D75
At its core, #8A1D75 is a dark and moderate hue. Designers often compare it to the standard color Purple. This translates to an RGB value of rgb(138, 29, 117).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 79% magenta, 15% yellow, and 46% black. The HSL representation is 311.6° hue, 65.3% saturation, and 32.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A1D75
RGB138, 29, 117
HSL311.6°, 65.3%, 32.7%
CMYK0%, 79%, 15%, 46%
HSV311.6°, 79.0%, 54.1%
LAB33.1, 53.4, -24.2
XYZ14.1, 7.6, 17.5
Decimal9051509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.36:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
7.99:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A1D75;
}
.text-color {
color: #8A1D75;
}
.border-color {
border: 2px solid #8A1D75;
}