Shades of Blue Violet #9E4FFB
Tints of Blue Violet #9E4FFB
RGB
CMYK
RGB Variations
Color information
#9E4FFB (or 0x9E4FFB) is known color: Blue Violet. HEX triplet: 9E, 4F and FB. RGB value is (158,79,251). Sum of RGB (Red+Green+Blue) = 158+79+251=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4FFB is #61B004. Grayscale: #797979. Windows color (decimal): -6402053 or 16469918. OLE color: 16469918.
HSL color Cylindrical-coordinate representation of color #9E4FFB: hue angle of 267.56º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E4FFB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 79 | 251 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.02 |
| HSL | 267.56º | 0.96% | 0.65% | - |
| HSV(B) | 267.56º | 0.69% | 0.98% | - |
| XYZ | 34.31 | 19.83 | 93.29 | - |
| YUV | 122.23 | 200.67 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 251 | 0.37 | 0.69 | 0 | 0.02 | 267.56 | 0.96 | 0.65 |
| Hex | 9E | 4F | FB | 25 | 45 | 0 | 2 | 10C | 60 | 41 |
| Octal | 236 | 117 | 373 | 45 | 105 | 0 | 2 | 414 | 140 | 101 |
| Binary | 10011110 | 1001111 | 11111011 | 100101 | 1000101 | 0 | 10 | 100001100 | 1100000 | 1000001 |
Color Harmonies of #9E4FFB
Complementary color
Monochromatic Colors of #9E4FFB
Black with #9E4FFB
Text Example
Text Example
White with #9E4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FFB; }
p { color: rgb(158,79,251); }
H1.HeaderClassName
{
color: #9E4FFB;
}
.AnyTagClassName
{
color: #9E4FFB;
}
</style>
background-color css
<style>
a { background-color: #9E4FFB; }
a { background-color: rgb(158,79,251); }
div.DivClassName
{
background-color: #9E4FFB;
}
.BgClassName
{
background-color: #9E4FFB;
}
</style>
border-color css
<style>
span { border-color: #9E4FFB; }
span { border-color: rgb(158,79,251); }
td.TdClassName
{
border-color: #9E4FFB;
}
.TagClassName
{
border-color: #9E4FFB;
}
</style>