#8A1DF8
A medium, vivid purple closely aligning with Blueviolet.
About #8A1DF8
When working with digital screens, the color #8A1DF8 is rendered by mixing light. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(138, 29, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 44% cyan and 88% magenta inks. The HSL representation is 269.9° hue, 94.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A1DF8
RGB138, 29, 248
HSL269.9°, 94.0%, 54.3%
CMYK44%, 88%, 0%, 3%
HSV269.9°, 88.3%, 97.3%
LAB42.9, 78.5, -86.1
XYZ27.9, 13.1, 89.9
Decimal9051640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.81:1
Text on #FFFFFF
AA
3.61:1
Text on #000000
AA Large
5.56:1
Text on #F8FAFC
AA
3.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A1DF8;
}
.text-color {
color: #8A1DF8;
}
.border-color {
border: 2px solid #8A1DF8;
}