Shades of Violet Blue #9E5196
Tints of Violet Blue #9E5196
RGB
CMYK
RGB Variations
Color information
#9E5196 (or 0x9E5196) is known color: Violet Blue. HEX triplet: 9E, 51 and 96. RGB value is (158,81,150). Sum of RGB (Red+Green+Blue) = 158+81+150=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5196 is #61AE69. Grayscale: #6F6F6F. Windows color (decimal): -6401642 or 9851294. OLE color: 9851294.
HSL color Cylindrical-coordinate representation of color #9E5196: hue angle of 306.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E5196 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 150 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.38 |
| HSL | 306.23º | 0.32% | 0.47% | - |
| HSV(B) | 306.23º | 0.49% | 0.62% | - |
| XYZ | 22.55 | 15.36 | 30.63 | - |
| YUV | 111.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 150 | 0 | 0.49 | 0.05 | 0.38 | 306.23 | 0.32 | 0.47 |
| Hex | 9E | 51 | 96 | 0 | 31 | 5 | 26 | 132 | 20 | 2F |
| Octal | 236 | 121 | 226 | 0 | 61 | 5 | 46 | 462 | 40 | 57 |
| Binary | 10011110 | 1010001 | 10010110 | 0 | 110001 | 101 | 100110 | 100110010 | 100000 | 101111 |
Color Harmonies of #9E5196
Complementary color
Monochromatic Colors of #9E5196
Black with #9E5196
Text Example
Text Example
White with #9E5196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5196; }
p { color: rgb(158,81,150); }
H1.HeaderClassName
{
color: #9E5196;
}
.AnyTagClassName
{
color: #9E5196;
}
</style>
background-color css
<style>
a { background-color: #9E5196; }
a { background-color: rgb(158,81,150); }
div.DivClassName
{
background-color: #9E5196;
}
.BgClassName
{
background-color: #9E5196;
}
</style>
border-color css
<style>
span { border-color: #9E5196; }
span { border-color: rgb(158,81,150); }
td.TdClassName
{
border-color: #9E5196;
}
.TagClassName
{
border-color: #9E5196;
}
</style>