Shades of Blue Violet #9E21FA
Tints of Blue Violet #9E21FA
RGB
CMYK
RGB Variations
Color information
#9E21FA (or 0x9E21FA) is known color: Blue Violet. HEX triplet: 9E, 21 and FA. RGB value is (158,33,250). Sum of RGB (Red+Green+Blue) = 158+33+250=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E21FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E21FA is #61DE05. Grayscale: #5E5E5E. Windows color (decimal): -6413830 or 16392606. OLE color: 16392606.
HSL color Cylindrical-coordinate representation of color #9E21FA: hue angle of 274.56º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E21FA is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 33 | 250 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.02 |
| HSL | 274.56º | 0.96% | 0.55% | - |
| HSV(B) | 274.56º | 0.87% | 0.98% | - |
| XYZ | 31.9 | 15.26 | 91.71 | - |
| YUV | 95.11 | 215.41 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 250 | 0.37 | 0.87 | 0 | 0.02 | 274.56 | 0.96 | 0.55 |
| Hex | 9E | 21 | FA | 25 | 57 | 0 | 2 | 113 | 60 | 37 |
| Octal | 236 | 41 | 372 | 45 | 127 | 0 | 2 | 423 | 140 | 67 |
| Binary | 10011110 | 100001 | 11111010 | 100101 | 1010111 | 0 | 10 | 100010011 | 1100000 | 110111 |
Color Harmonies of #9E21FA
Complementary color
Monochromatic Colors of #9E21FA
Black with #9E21FA
Text Example
Text Example
White with #9E21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E21FA; }
p { color: rgb(158,33,250); }
H1.HeaderClassName
{
color: #9E21FA;
}
.AnyTagClassName
{
color: #9E21FA;
}
</style>
background-color css
<style>
a { background-color: #9E21FA; }
a { background-color: rgb(158,33,250); }
div.DivClassName
{
background-color: #9E21FA;
}
.BgClassName
{
background-color: #9E21FA;
}
</style>
border-color css
<style>
span { border-color: #9E21FA; }
span { border-color: rgb(158,33,250); }
td.TdClassName
{
border-color: #9E21FA;
}
.TagClassName
{
border-color: #9E21FA;
}
</style>