Shades of Blue Violet #9E21FE
Tints of Blue Violet #9E21FE
RGB
CMYK
RGB Variations
Color information
#9E21FE (or 0x9E21FE) is known color: Blue Violet. HEX triplet: 9E, 21 and FE. RGB value is (158,33,254). Sum of RGB (Red+Green+Blue) = 158+33+254=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E21FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E21FE is #61DE01. Grayscale: #5E5E5E. Windows color (decimal): -6413826 or 16654750. OLE color: 16654750.
HSL color Cylindrical-coordinate representation of color #9E21FE: hue angle of 273.94º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E21FE is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 33 | 254 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.00 |
| HSL | 273.94º | 0.99% | 0.56% | - |
| HSV(B) | 273.94º | 0.87% | 1% | - |
| XYZ | 32.53 | 15.51 | 95.05 | - |
| YUV | 95.57 | 217.41 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 254 | 0.38 | 0.87 | 0 | 0.00 | 273.94 | 0.99 | 0.56 |
| Hex | 9E | 21 | FE | 26 | 57 | 0 | 0 | 112 | 63 | 38 |
| Octal | 236 | 41 | 376 | 46 | 127 | 0 | 0 | 422 | 143 | 70 |
| Binary | 10011110 | 100001 | 11111110 | 100110 | 1010111 | 0 | 0 | 100010010 | 1100011 | 111000 |
Color Harmonies of #9E21FE
Complementary color
Monochromatic Colors of #9E21FE
Black with #9E21FE
Text Example
Text Example
White with #9E21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E21FE; }
p { color: rgb(158,33,254); }
H1.HeaderClassName
{
color: #9E21FE;
}
.AnyTagClassName
{
color: #9E21FE;
}
</style>
background-color css
<style>
a { background-color: #9E21FE; }
a { background-color: rgb(158,33,254); }
div.DivClassName
{
background-color: #9E21FE;
}
.BgClassName
{
background-color: #9E21FE;
}
</style>
border-color css
<style>
span { border-color: #9E21FE; }
span { border-color: rgb(158,33,254); }
td.TdClassName
{
border-color: #9E21FE;
}
.TagClassName
{
border-color: #9E21FE;
}
</style>