#8A0FAF
A dark, vivid magenta closely aligning with Darkorchid.
About #8A0FAF
At its core, #8A0FAF is a dark and vivid hue. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 138 red, 15 green, and 175 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 21% cyan and 91% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#8A0FAF
RGB138, 15, 175
HSL286.1°, 84.2%, 37.3%
CMYK21%, 91%, 0%, 31%
HSV286.1°, 91.4%, 68.6%
LAB35.7, 66.5, -55.7
XYZ18.4, 8.8, 41.3
Decimal9047983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.59:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.25:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0FAF;
}
.text-color {
color: #8A0FAF;
}
.border-color {
border: 2px solid #8A0FAF;
}