#9933F8
A medium, vivid purple closely aligning with Blueviolet.
About #9933F8
When working with digital screens, the color #9933F8 is rendered by mixing light. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(153, 51, 248).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 38% cyan, 79% magenta, 0% yellow, and 3% black. The HSL representation is 271.1° hue, 93.4% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#9933F8
RGB153, 51, 248
HSL271.1°, 93.4%, 58.6%
CMYK38%, 79%, 0%, 3%
HSV271.1°, 79.4%, 97.3%
LAB46.9, 74.2, -79.5
XYZ31.3, 15.9, 90.2
Decimal10040312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.02:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9933F8;
}
.text-color {
color: #9933F8;
}
.border-color {
border: 2px solid #9933F8;
}