Shades of Violet Blue #9E5599
Tints of Violet Blue #9E5599
RGB
CMYK
RGB Variations
Color information
#9E5599 (or 0x9E5599) is known color: Violet Blue. HEX triplet: 9E, 55 and 99. RGB value is (158,85,153). Sum of RGB (Red+Green+Blue) = 158+85+153=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5599 is #61AA66. Grayscale: #727272. Windows color (decimal): -6400615 or 10048926. OLE color: 10048926.
HSL color Cylindrical-coordinate representation of color #9E5599: hue angle of 304.11º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5599 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 153 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.38 |
| HSL | 304.11º | 0.3% | 0.48% | - |
| HSV(B) | 304.11º | 0.46% | 0.62% | - |
| XYZ | 23.1 | 16.07 | 32.02 | - |
| YUV | 114.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 153 | 0 | 0.46 | 0.03 | 0.38 | 304.11 | 0.3 | 0.48 |
| Hex | 9E | 55 | 99 | 0 | 2E | 3 | 26 | 130 | 1E | 30 |
| Octal | 236 | 125 | 231 | 0 | 56 | 3 | 46 | 460 | 36 | 60 |
| Binary | 10011110 | 1010101 | 10011001 | 0 | 101110 | 11 | 100110 | 100110000 | 11110 | 110000 |
Color Harmonies of #9E5599
Complementary color
Monochromatic Colors of #9E5599
Black with #9E5599
Text Example
Text Example
White with #9E5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5599; }
p { color: rgb(158,85,153); }
H1.HeaderClassName
{
color: #9E5599;
}
.AnyTagClassName
{
color: #9E5599;
}
</style>
background-color css
<style>
a { background-color: #9E5599; }
a { background-color: rgb(158,85,153); }
div.DivClassName
{
background-color: #9E5599;
}
.BgClassName
{
background-color: #9E5599;
}
</style>
border-color css
<style>
span { border-color: #9E5599; }
span { border-color: rgb(158,85,153); }
td.TdClassName
{
border-color: #9E5599;
}
.TagClassName
{
border-color: #9E5599;
}
</style>