Shades of Violet Blue #9E7198
Tints of Violet Blue #9E7198
RGB
CMYK
RGB Variations
Color information
#9E7198 (or 0x9E7198) is known color: Violet Blue. HEX triplet: 9E, 71 and 98. RGB value is (158,113,152). Sum of RGB (Red+Green+Blue) = 158+113+152=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7198 is #618E67. Grayscale: #828282. Windows color (decimal): -6393448 or 9990558. OLE color: 9990558.
HSL color Cylindrical-coordinate representation of color #9E7198: hue angle of 308º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E7198 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 152 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.38 |
| HSL | 308º | 0.19% | 0.53% | - |
| HSV(B) | 308º | 0.28% | 0.62% | - |
| XYZ | 25.67 | 21.35 | 32.47 | - |
| YUV | 130.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 152 | 0 | 0.28 | 0.04 | 0.38 | 308 | 0.19 | 0.53 |
| Hex | 9E | 71 | 98 | 0 | 1C | 4 | 26 | 134 | 13 | 35 |
| Octal | 236 | 161 | 230 | 0 | 34 | 4 | 46 | 464 | 23 | 65 |
| Binary | 10011110 | 1110001 | 10011000 | 0 | 11100 | 100 | 100110 | 100110100 | 10011 | 110101 |
Color Harmonies of #9E7198
Complementary color
Monochromatic Colors of #9E7198
Black with #9E7198
Text Example
Text Example
White with #9E7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7198; }
p { color: rgb(158,113,152); }
H1.HeaderClassName
{
color: #9E7198;
}
.AnyTagClassName
{
color: #9E7198;
}
</style>
background-color css
<style>
a { background-color: #9E7198; }
a { background-color: rgb(158,113,152); }
div.DivClassName
{
background-color: #9E7198;
}
.BgClassName
{
background-color: #9E7198;
}
</style>
border-color css
<style>
span { border-color: #9E7198; }
span { border-color: rgb(158,113,152); }
td.TdClassName
{
border-color: #9E7198;
}
.TagClassName
{
border-color: #9E7198;
}
</style>