#8A3392
A dark, moderate magenta closely aligning with Purple.
About #8A3392
At its core, #8A3392 is a dark and moderate hue. Its closest recognized web color is Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 51, and 146.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 5% cyan, 65% magenta, 0% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A3392
RGB138, 51, 146
HSL294.9°, 48.2%, 38.6%
CMYK5%, 65%, 0%, 43%
HSV294.9°, 65.1%, 57.3%
LAB37.6, 50.0, -35.1
XYZ16.9, 9.8, 28.2
Decimal9057170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.07:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.76:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A3392;
}
.text-color {
color: #8A3392;
}
.border-color {
border: 2px solid #8A3392;
}