Shades of Violet Blue #9E6197
Tints of Violet Blue #9E6197
RGB
CMYK
RGB Variations
Color information
#9E6197 (or 0x9E6197) is known color: Violet Blue. HEX triplet: 9E, 61 and 97. RGB value is (158,97,151). Sum of RGB (Red+Green+Blue) = 158+97+151=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6197 is #619E68. Grayscale: #797979. Windows color (decimal): -6397545 or 9920926. OLE color: 9920926.
HSL color Cylindrical-coordinate representation of color #9E6197: hue angle of 306.89º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6197 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 97 | 151 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.38 |
| HSL | 306.89º | 0.24% | 0.5% | - |
| HSV(B) | 306.89º | 0.39% | 0.62% | - |
| XYZ | 23.96 | 18.05 | 31.5 | - |
| YUV | 121.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 151 | 0 | 0.39 | 0.04 | 0.38 | 306.89 | 0.24 | 0.5 |
| Hex | 9E | 61 | 97 | 0 | 27 | 4 | 26 | 133 | 18 | 32 |
| Octal | 236 | 141 | 227 | 0 | 47 | 4 | 46 | 463 | 30 | 62 |
| Binary | 10011110 | 1100001 | 10010111 | 0 | 100111 | 100 | 100110 | 100110011 | 11000 | 110010 |
Color Harmonies of #9E6197
Complementary color
Monochromatic Colors of #9E6197
Black with #9E6197
Text Example
Text Example
White with #9E6197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6197; }
p { color: rgb(158,97,151); }
H1.HeaderClassName
{
color: #9E6197;
}
.AnyTagClassName
{
color: #9E6197;
}
</style>
background-color css
<style>
a { background-color: #9E6197; }
a { background-color: rgb(158,97,151); }
div.DivClassName
{
background-color: #9E6197;
}
.BgClassName
{
background-color: #9E6197;
}
</style>
border-color css
<style>
span { border-color: #9E6197; }
span { border-color: rgb(158,97,151); }
td.TdClassName
{
border-color: #9E6197;
}
.TagClassName
{
border-color: #9E6197;
}
</style>