#8A0092
A dark, vivid magenta closely aligning with Darkmagenta.
About #8A0092
Visually, #8A0092 is defined as a vivid magenta. Designers often compare it to the standard color Darkmagenta. In the RGB color space, it consists of 138 red, 0 green, and 146 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 5% cyan, 100% magenta, 0% yellow, and 43% black. The HSL representation is 296.7° hue, 100.0% saturation, and 28.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#8A0092
RGB138, 0, 146
HSL296.7°, 100.0%, 28.6%
CMYK5%, 100%, 0%, 43%
HSV296.7°, 100.0%, 57.3%
LAB32.9, 63.5, -42.6
XYZ15.7, 7.5, 27.8
Decimal9044114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.41:1
Text on #FFFFFF
AAA
2.50:1
Text on #000000
FAIL
8.04:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0092;
}
.text-color {
color: #8A0092;
}
.border-color {
border: 2px solid #8A0092;
}