#8A0766
A dark, vivid magenta closely aligning with Purple.
About #8A0766
The hex code #8A0766 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Purple. Its digital footprint relies on 138 parts red, 7 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 95% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A0766
RGB138, 7, 102
HSL316.5°, 90.3%, 28.4%
CMYK0%, 95%, 26%, 46%
HSV316.5°, 94.9%, 54.1%
LAB30.7, 56.1, -18.4
XYZ13.0, 6.5, 13.1
Decimal9045862
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.12:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.72:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0766;
}
.text-color {
color: #8A0766;
}
.border-color {
border: 2px solid #8A0766;
}