#8A3A83
A dark, moderate magenta closely aligning with Purple.
About #8A3A83
Visually, #8A3A83 is defined as a moderate magenta. Designers often compare it to the standard color Purple. Its digital footprint relies on 138 parts red, 58 parts green, and 131 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 58% M, 5% Y, and 46% K. With a hue angle of 305.3 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A3A83
RGB138, 58, 131
HSL305.3°, 40.8%, 38.4%
CMYK0%, 58%, 5%, 46%
HSV305.3°, 58.0%, 54.1%
LAB38.0, 44.0, -25.3
XYZ16.1, 10.1, 22.6
Decimal9058947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.97:1
Text on #FFFFFF
AA
3.01:1
Text on #000000
AA Large
6.66:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A3A83;
}
.text-color {
color: #8A3A83;
}
.border-color {
border: 2px solid #8A3A83;
}