#9942F8
A light, vivid purple closely aligning with Blueviolet.
About #9942F8
Visually, #9942F8 is defined as a vivid 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 153, 66, and 248.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 38% Cyan, 73% Magenta, 0% Yellow, and 3% Black. With a hue angle of 268.7 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9942F8
RGB153, 66, 248
HSL268.7°, 92.9%, 61.6%
CMYK38%, 73%, 0%, 3%
HSV268.7°, 73.4%, 97.3%
LAB48.8, 68.6, -76.3
XYZ32.0, 17.4, 90.5
Decimal10044152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9942F8;
}
.text-color {
color: #9942F8;
}
.border-color {
border: 2px solid #9942F8;
}