#9950F8
A light, vivid purple closely aligning with Blueviolet.
About #9950F8
Visually, #9950F8 is defined as a vivid purple. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 153 red, 80 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 38% cyan and 68% magenta inks. With a hue angle of 266.1 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9950F8
RGB153, 80, 248
HSL266.1°, 92.3%, 64.3%
CMYK38%, 68%, 0%, 3%
HSV266.1°, 67.7%, 97.3%
LAB51.0, 62.4, -72.7
XYZ32.9, 19.3, 90.8
Decimal10047736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9950F8;
}
.text-color {
color: #9950F8;
}
.border-color {
border: 2px solid #9950F8;
}