#8A3ADB
A medium, moderate purple closely aligning with Darkorchid.
About #8A3ADB
Visually, #8A3ADB is defined as a moderate purple. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(138, 58, 219).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 37% cyan and 74% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A3ADB
RGB138, 58, 219
HSL269.8°, 69.1%, 54.3%
CMYK37%, 74%, 0%, 14%
HSV269.8°, 73.5%, 85.9%
LAB43.6, 62.6, -68.5
XYZ24.8, 13.5, 68.3
Decimal9059035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.66:1
Text on #FFFFFF
AA
3.71:1
Text on #000000
AA Large
5.41:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A3ADB;
}
.text-color {
color: #8A3ADB;
}
.border-color {
border: 2px solid #8A3ADB;
}