Shades of Violet Blue #9E4696
Tints of Violet Blue #9E4696
RGB
CMYK
RGB Variations
Color information
#9E4696 (or 0x9E4696) is known color: Violet Blue. HEX triplet: 9E, 46 and 96. RGB value is (158,70,150). Sum of RGB (Red+Green+Blue) = 158+70+150=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4696 is #61B969. Grayscale: #696969. Windows color (decimal): -6404458 or 9848478. OLE color: 9848478.
HSL color Cylindrical-coordinate representation of color #9E4696: hue angle of 305.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E4696 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 150 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.38 |
| HSL | 305.45º | 0.39% | 0.45% | - |
| HSV(B) | 305.45º | 0.56% | 0.62% | - |
| XYZ | 21.8 | 13.85 | 30.38 | - |
| YUV | 105.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 150 | 0 | 0.56 | 0.05 | 0.38 | 305.45 | 0.39 | 0.45 |
| Hex | 9E | 46 | 96 | 0 | 38 | 5 | 26 | 131 | 27 | 2D |
| Octal | 236 | 106 | 226 | 0 | 70 | 5 | 46 | 461 | 47 | 55 |
| Binary | 10011110 | 1000110 | 10010110 | 0 | 111000 | 101 | 100110 | 100110001 | 100111 | 101101 |
Color Harmonies of #9E4696
Complementary color
Monochromatic Colors of #9E4696
Black with #9E4696
Text Example
Text Example
White with #9E4696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4696; }
p { color: rgb(158,70,150); }
H1.HeaderClassName
{
color: #9E4696;
}
.AnyTagClassName
{
color: #9E4696;
}
</style>
background-color css
<style>
a { background-color: #9E4696; }
a { background-color: rgb(158,70,150); }
div.DivClassName
{
background-color: #9E4696;
}
.BgClassName
{
background-color: #9E4696;
}
</style>
border-color css
<style>
span { border-color: #9E4696; }
span { border-color: rgb(158,70,150); }
td.TdClassName
{
border-color: #9E4696;
}
.TagClassName
{
border-color: #9E4696;
}
</style>