#8A16F8
A medium, vivid purple closely aligning with Blueviolet.
About #8A16F8
At its core, #8A16F8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 138 red, 22 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 44% Cyan, 91% Magenta, 0% Yellow, and 3% Black. With a hue angle of 270.8 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A16F8
RGB138, 22, 248
HSL270.8°, 94.2%, 52.9%
CMYK44%, 91%, 0%, 3%
HSV270.8°, 91.1%, 97.3%
LAB42.4, 79.9, -86.9
XYZ27.7, 12.8, 89.8
Decimal9049848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.91:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.65:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A16F8;
}
.text-color {
color: #8A16F8;
}
.border-color {
border: 2px solid #8A16F8;
}