Shades of Blue Violet #9E21FF
Tints of Blue Violet #9E21FF
RGB
CMYK
RGB Variations
Color information
#9E21FF (or 0x9E21FF) is known color: Blue Violet. HEX triplet: 9E, 21 and FF. RGB value is (158,33,255). Sum of RGB (Red+Green+Blue) = 158+33+255=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E21FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E21FF is #61DE00. Grayscale: #5E5E5E. Windows color (decimal): -6413825 or 16720286. OLE color: 16720286.
HSL color Cylindrical-coordinate representation of color #9E21FF: hue angle of 273.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E21FF is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 33 | 255 | - |
| CMYK | 0.38 | 0.87 | 0 | 0 |
| HSL | 273.78º | 1% | 0.56% | - |
| HSV(B) | 273.78º | 0.87% | 1% | - |
| XYZ | 32.69 | 15.58 | 95.89 | - |
| YUV | 95.68 | 217.91 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 255 | 0.38 | 0.87 | 0 | 0 | 273.78 | 1 | 0.56 |
| Hex | 9E | 21 | FF | 26 | 57 | 0 | 0 | 112 | 64 | 38 |
| Octal | 236 | 41 | 377 | 46 | 127 | 0 | 0 | 422 | 144 | 70 |
| Binary | 10011110 | 100001 | 11111111 | 100110 | 1010111 | 0 | 0 | 100010010 | 1100100 | 111000 |
Color Harmonies of #9E21FF
Complementary color
Monochromatic Colors of #9E21FF
Black with #9E21FF
Text Example
Text Example
White with #9E21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E21FF; }
p { color: rgb(158,33,255); }
H1.HeaderClassName
{
color: #9E21FF;
}
.AnyTagClassName
{
color: #9E21FF;
}
</style>
background-color css
<style>
a { background-color: #9E21FF; }
a { background-color: rgb(158,33,255); }
div.DivClassName
{
background-color: #9E21FF;
}
.BgClassName
{
background-color: #9E21FF;
}
</style>
border-color css
<style>
span { border-color: #9E21FF; }
span { border-color: rgb(158,33,255); }
td.TdClassName
{
border-color: #9E21FF;
}
.TagClassName
{
border-color: #9E21FF;
}
</style>