#8A07F8
A medium, vivid purple closely aligning with Blueviolet.
About #8A07F8
The hex code #8A07F8 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 7, and 248.
For print applications, it's crucial to understand its CMYK makeup. The color uses 44% Cyan, 97% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A07F8
RGB138, 7, 248
HSL272.6°, 94.5%, 50.0%
CMYK44%, 97%, 0%, 3%
HSV272.6°, 97.2%, 97.3%
LAB41.7, 81.8, -88.0
XYZ27.5, 12.3, 89.7
Decimal9046008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.06:1
Text on #FFFFFF
AA
3.47:1
Text on #000000
AA Large
5.79:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A07F8;
}
.text-color {
color: #8A07F8;
}
.border-color {
border: 2px solid #8A07F8;
}