Shades of Blue Violet #9E4CEC
Tints of Blue Violet #9E4CEC
RGB
CMYK
RGB Variations
Color information
#9E4CEC (or 0x9E4CEC) is known color: Blue Violet. HEX triplet: 9E, 4C and EC. RGB value is (158,76,236). Sum of RGB (Red+Green+Blue) = 158+76+236=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E4CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4CEC is #61B313. Grayscale: #767676. Windows color (decimal): -6402836 or 15486110. OLE color: 15486110.
HSL color Cylindrical-coordinate representation of color #9E4CEC: hue angle of 270.75º 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 #9E4CEC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 76 | 236 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.07 |
| HSL | 270.75º | 0.81% | 0.61% | - |
| HSV(B) | 270.75º | 0.68% | 0.93% | - |
| XYZ | 31.83 | 18.49 | 81.25 | - |
| YUV | 118.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 236 | 0.33 | 0.68 | 0 | 0.07 | 270.75 | 0.81 | 0.61 |
| Hex | 9E | 4C | EC | 21 | 44 | 0 | 7 | 10F | 51 | 3D |
| Octal | 236 | 114 | 354 | 41 | 104 | 0 | 7 | 417 | 121 | 75 |
| Binary | 10011110 | 1001100 | 11101100 | 100001 | 1000100 | 0 | 111 | 100001111 | 1010001 | 111101 |
Color Harmonies of #9E4CEC
Complementary color
Monochromatic Colors of #9E4CEC
Black with #9E4CEC
Text Example
Text Example
White with #9E4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4CEC; }
p { color: rgb(158,76,236); }
H1.HeaderClassName
{
color: #9E4CEC;
}
.AnyTagClassName
{
color: #9E4CEC;
}
</style>
background-color css
<style>
a { background-color: #9E4CEC; }
a { background-color: rgb(158,76,236); }
div.DivClassName
{
background-color: #9E4CEC;
}
.BgClassName
{
background-color: #9E4CEC;
}
</style>
border-color css
<style>
span { border-color: #9E4CEC; }
span { border-color: rgb(158,76,236); }
td.TdClassName
{
border-color: #9E4CEC;
}
.TagClassName
{
border-color: #9E4CEC;
}
</style>