Shades of Violet Blue #9E5192
Tints of Violet Blue #9E5192
RGB
CMYK
RGB Variations
Color information
#9E5192 (or 0x9E5192) is known color: Violet Blue. HEX triplet: 9E, 51 and 92. RGB value is (158,81,146). Sum of RGB (Red+Green+Blue) = 158+81+146=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5192 is #61AE6D. Grayscale: #6F6F6F. Windows color (decimal): -6401646 or 9589150. OLE color: 9589150.
HSL color Cylindrical-coordinate representation of color #9E5192: hue angle of 309.35º 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 #9E5192 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 146 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.38 |
| HSL | 309.35º | 0.32% | 0.47% | - |
| HSV(B) | 309.35º | 0.49% | 0.62% | - |
| XYZ | 22.23 | 15.23 | 28.96 | - |
| YUV | 111.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 146 | 0 | 0.49 | 0.08 | 0.38 | 309.35 | 0.32 | 0.47 |
| Hex | 9E | 51 | 92 | 0 | 31 | 8 | 26 | 135 | 20 | 2F |
| Octal | 236 | 121 | 222 | 0 | 61 | 10 | 46 | 465 | 40 | 57 |
| Binary | 10011110 | 1010001 | 10010010 | 0 | 110001 | 1000 | 100110 | 100110101 | 100000 | 101111 |
Color Harmonies of #9E5192
Complementary color
Monochromatic Colors of #9E5192
Black with #9E5192
Text Example
Text Example
White with #9E5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5192; }
p { color: rgb(158,81,146); }
H1.HeaderClassName
{
color: #9E5192;
}
.AnyTagClassName
{
color: #9E5192;
}
</style>
background-color css
<style>
a { background-color: #9E5192; }
a { background-color: rgb(158,81,146); }
div.DivClassName
{
background-color: #9E5192;
}
.BgClassName
{
background-color: #9E5192;
}
</style>
border-color css
<style>
span { border-color: #9E5192; }
span { border-color: rgb(158,81,146); }
td.TdClassName
{
border-color: #9E5192;
}
.TagClassName
{
border-color: #9E5192;
}
</style>