Shades of Violet Blue #9E6999
Tints of Violet Blue #9E6999
RGB
CMYK
RGB Variations
Color information
#9E6999 (or 0x9E6999) is known color: Violet Blue. HEX triplet: 9E, 69 and 99. RGB value is (158,105,153). Sum of RGB (Red+Green+Blue) = 158+105+153=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6999 is #619666. Grayscale: #7E7E7E. Windows color (decimal): -6395495 or 10054046. OLE color: 10054046.
HSL color Cylindrical-coordinate representation of color #9E6999: hue angle of 305.66º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E6999 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 153 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.38 |
| HSL | 305.66º | 0.21% | 0.52% | - |
| HSV(B) | 305.66º | 0.34% | 0.62% | - |
| XYZ | 24.9 | 19.67 | 32.62 | - |
| YUV | 126.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 153 | 0 | 0.34 | 0.03 | 0.38 | 305.66 | 0.21 | 0.52 |
| Hex | 9E | 69 | 99 | 0 | 22 | 3 | 26 | 132 | 15 | 34 |
| Octal | 236 | 151 | 231 | 0 | 42 | 3 | 46 | 462 | 25 | 64 |
| Binary | 10011110 | 1101001 | 10011001 | 0 | 100010 | 11 | 100110 | 100110010 | 10101 | 110100 |
Color Harmonies of #9E6999
Complementary color
Monochromatic Colors of #9E6999
Black with #9E6999
Text Example
Text Example
White with #9E6999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6999; }
p { color: rgb(158,105,153); }
H1.HeaderClassName
{
color: #9E6999;
}
.AnyTagClassName
{
color: #9E6999;
}
</style>
background-color css
<style>
a { background-color: #9E6999; }
a { background-color: rgb(158,105,153); }
div.DivClassName
{
background-color: #9E6999;
}
.BgClassName
{
background-color: #9E6999;
}
</style>
border-color css
<style>
span { border-color: #9E6999; }
span { border-color: rgb(158,105,153); }
td.TdClassName
{
border-color: #9E6999;
}
.TagClassName
{
border-color: #9E6999;
}
</style>