Shades of Violet Blue #9E5193
Tints of Violet Blue #9E5193
RGB
CMYK
RGB Variations
Color information
#9E5193 (or 0x9E5193) is known color: Violet Blue. HEX triplet: 9E, 51 and 93. RGB value is (158,81,147). Sum of RGB (Red+Green+Blue) = 158+81+147=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5193 is #61AE6C. Grayscale: #6F6F6F. Windows color (decimal): -6401645 or 9654686. OLE color: 9654686.
HSL color Cylindrical-coordinate representation of color #9E5193: hue angle of 308.57º 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 #9E5193 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 147 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.38 |
| HSL | 308.57º | 0.32% | 0.47% | - |
| HSV(B) | 308.57º | 0.49% | 0.62% | - |
| XYZ | 22.31 | 15.26 | 29.37 | - |
| YUV | 111.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 147 | 0 | 0.49 | 0.07 | 0.38 | 308.57 | 0.32 | 0.47 |
| Hex | 9E | 51 | 93 | 0 | 31 | 7 | 26 | 135 | 20 | 2F |
| Octal | 236 | 121 | 223 | 0 | 61 | 7 | 46 | 465 | 40 | 57 |
| Binary | 10011110 | 1010001 | 10010011 | 0 | 110001 | 111 | 100110 | 100110101 | 100000 | 101111 |
Color Harmonies of #9E5193
Complementary color
Monochromatic Colors of #9E5193
Black with #9E5193
Text Example
Text Example
White with #9E5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5193; }
p { color: rgb(158,81,147); }
H1.HeaderClassName
{
color: #9E5193;
}
.AnyTagClassName
{
color: #9E5193;
}
</style>
background-color css
<style>
a { background-color: #9E5193; }
a { background-color: rgb(158,81,147); }
div.DivClassName
{
background-color: #9E5193;
}
.BgClassName
{
background-color: #9E5193;
}
</style>
border-color css
<style>
span { border-color: #9E5193; }
span { border-color: rgb(158,81,147); }
td.TdClassName
{
border-color: #9E5193;
}
.TagClassName
{
border-color: #9E5193;
}
</style>