Shades of Blue Violet #9E4BEC
Tints of Blue Violet #9E4BEC
RGB
CMYK
RGB Variations
Color information
#9E4BEC (or 0x9E4BEC) is known color: Blue Violet. HEX triplet: 9E, 4B and EC. RGB value is (158,75,236). Sum of RGB (Red+Green+Blue) = 158+75+236=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4BEC is #61B413. Grayscale: #757575. Windows color (decimal): -6403092 or 15485854. OLE color: 15485854.
HSL color Cylindrical-coordinate representation of color #9E4BEC: hue angle of 270.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E4BEC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 75 | 236 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.07 |
| HSL | 270.93º | 0.81% | 0.61% | - |
| HSV(B) | 270.93º | 0.68% | 0.93% | - |
| XYZ | 31.76 | 18.36 | 81.23 | - |
| YUV | 118.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 75 | 236 | 0.33 | 0.68 | 0 | 0.07 | 270.93 | 0.81 | 0.61 |
| Hex | 9E | 4B | EC | 21 | 44 | 0 | 7 | 10F | 51 | 3D |
| Octal | 236 | 113 | 354 | 41 | 104 | 0 | 7 | 417 | 121 | 75 |
| Binary | 10011110 | 1001011 | 11101100 | 100001 | 1000100 | 0 | 111 | 100001111 | 1010001 | 111101 |
Color Harmonies of #9E4BEC
Complementary color
Monochromatic Colors of #9E4BEC
Black with #9E4BEC
Text Example
Text Example
White with #9E4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4BEC; }
p { color: rgb(158,75,236); }
H1.HeaderClassName
{
color: #9E4BEC;
}
.AnyTagClassName
{
color: #9E4BEC;
}
</style>
background-color css
<style>
a { background-color: #9E4BEC; }
a { background-color: rgb(158,75,236); }
div.DivClassName
{
background-color: #9E4BEC;
}
.BgClassName
{
background-color: #9E4BEC;
}
</style>
border-color css
<style>
span { border-color: #9E4BEC; }
span { border-color: rgb(158,75,236); }
td.TdClassName
{
border-color: #9E4BEC;
}
.TagClassName
{
border-color: #9E4BEC;
}
</style>