Shades of Blue Violet #9E4DFF
Tints of Blue Violet #9E4DFF
RGB
CMYK
RGB Variations
Color information
#9E4DFF (or 0x9E4DFF) is known color: Blue Violet. HEX triplet: 9E, 4D and FF. RGB value is (158,77,255). Sum of RGB (Red+Green+Blue) = 158+77+255=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4DFF is #61B200. Grayscale: #787878. Windows color (decimal): -6402561 or 16731550. OLE color: 16731550.
HSL color Cylindrical-coordinate representation of color #9E4DFF: hue angle of 267.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E4DFF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 77 | 255 | - |
| CMYK | 0.38 | 0.70 | 0 | 0 |
| HSL | 267.3º | 1% | 0.65% | - |
| HSV(B) | 267.3º | 0.7% | 1% | - |
| XYZ | 34.8 | 19.8 | 96.59 | - |
| YUV | 121.51 | 203.34 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 255 | 0.38 | 0.70 | 0 | 0 | 267.3 | 1 | 0.65 |
| Hex | 9E | 4D | FF | 26 | 46 | 0 | 0 | 10B | 64 | 41 |
| Octal | 236 | 115 | 377 | 46 | 106 | 0 | 0 | 413 | 144 | 101 |
| Binary | 10011110 | 1001101 | 11111111 | 100110 | 1000110 | 0 | 0 | 100001011 | 1100100 | 1000001 |
Color Harmonies of #9E4DFF
Complementary color
Monochromatic Colors of #9E4DFF
Black with #9E4DFF
Text Example
Text Example
White with #9E4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DFF; }
p { color: rgb(158,77,255); }
H1.HeaderClassName
{
color: #9E4DFF;
}
.AnyTagClassName
{
color: #9E4DFF;
}
</style>
background-color css
<style>
a { background-color: #9E4DFF; }
a { background-color: rgb(158,77,255); }
div.DivClassName
{
background-color: #9E4DFF;
}
.BgClassName
{
background-color: #9E4DFF;
}
</style>
border-color css
<style>
span { border-color: #9E4DFF; }
span { border-color: rgb(158,77,255); }
td.TdClassName
{
border-color: #9E4DFF;
}
.TagClassName
{
border-color: #9E4DFF;
}
</style>