#8A0F92
A dark, vivid magenta closely aligning with Darkmagenta.
About #8A0F92
The precise color #8A0F92 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkmagenta. This translates to an RGB value of rgb(138, 15, 146).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 5% cyan and 90% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A0F92
RGB138, 15, 146
HSL296.3°, 81.4%, 31.6%
CMYK5%, 90%, 0%, 43%
HSV296.3°, 89.7%, 57.3%
LAB33.6, 61.3, -41.5
XYZ15.8, 7.8, 27.9
Decimal9047954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.19:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.83:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0F92;
}
.text-color {
color: #8A0F92;
}
.border-color {
border: 2px solid #8A0F92;
}