Shades of Blue Violet #9E3EFB
Tints of Blue Violet #9E3EFB
RGB
CMYK
RGB Variations
Color information
#9E3EFB (or 0x9E3EFB) is known color: Blue Violet. HEX triplet: 9E, 3E and FB. RGB value is (158,62,251). Sum of RGB (Red+Green+Blue) = 158+62+251=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E3EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3EFB is #61C104. Grayscale: #6F6F6F. Windows color (decimal): -6406405 or 16465566. OLE color: 16465566.
HSL color Cylindrical-coordinate representation of color #9E3EFB: hue angle of 270.48º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E3EFB is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 62 | 251 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.02 |
| HSL | 270.48º | 0.96% | 0.61% | - |
| HSV(B) | 270.48º | 0.75% | 0.98% | - |
| XYZ | 33.24 | 17.68 | 92.93 | - |
| YUV | 112.25 | 206.3 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 251 | 0.37 | 0.75 | 0 | 0.02 | 270.48 | 0.96 | 0.61 |
| Hex | 9E | 3E | FB | 25 | 4B | 0 | 2 | 10E | 60 | 3D |
| Octal | 236 | 76 | 373 | 45 | 113 | 0 | 2 | 416 | 140 | 75 |
| Binary | 10011110 | 111110 | 11111011 | 100101 | 1001011 | 0 | 10 | 100001110 | 1100000 | 111101 |
Color Harmonies of #9E3EFB
Complementary color
Monochromatic Colors of #9E3EFB
Black with #9E3EFB
Text Example
Text Example
White with #9E3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3EFB; }
p { color: rgb(158,62,251); }
H1.HeaderClassName
{
color: #9E3EFB;
}
.AnyTagClassName
{
color: #9E3EFB;
}
</style>
background-color css
<style>
a { background-color: #9E3EFB; }
a { background-color: rgb(158,62,251); }
div.DivClassName
{
background-color: #9E3EFB;
}
.BgClassName
{
background-color: #9E3EFB;
}
</style>
border-color css
<style>
span { border-color: #9E3EFB; }
span { border-color: rgb(158,62,251); }
td.TdClassName
{
border-color: #9E3EFB;
}
.TagClassName
{
border-color: #9E3EFB;
}
</style>