Shades of Violet Blue #996E9C
Tints of Violet Blue #996E9C
RGB
CMYK
RGB Variations
Color information
#996E9C (or 0x996E9C) is known color: Violet Blue. HEX triplet: 99, 6E and 9C. RGB value is (153,110,156). Sum of RGB (Red+Green+Blue) = 153+110+156=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #996E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E9C is #669163. Grayscale: #7F7F7F. Windows color (decimal): -6721892 or 10251929. OLE color: 10251929.
HSL color Cylindrical-coordinate representation of color #996E9C: hue angle of 296.09º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996E9C is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 110 | 156 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.39 |
| HSL | 296.09º | 0.19% | 0.52% | - |
| HSV(B) | 296.09º | 0.29% | 0.61% | - |
| XYZ | 24.71 | 20.32 | 34.07 | - |
| YUV | 128.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 156 | 0.02 | 0.29 | 0 | 0.39 | 296.09 | 0.19 | 0.52 |
| Hex | 99 | 6E | 9C | 2 | 1D | 0 | 27 | 128 | 13 | 34 |
| Octal | 231 | 156 | 234 | 2 | 35 | 0 | 47 | 450 | 23 | 64 |
| Binary | 10011001 | 1101110 | 10011100 | 10 | 11101 | 0 | 100111 | 100101000 | 10011 | 110100 |
Color Harmonies of #996E9C
Complementary color
Monochromatic Colors of #996E9C
Black with #996E9C
Text Example
Text Example
White with #996E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996E9C; }
p { color: rgb(153,110,156); }
H1.HeaderClassName
{
color: #996E9C;
}
.AnyTagClassName
{
color: #996E9C;
}
</style>
background-color css
<style>
a { background-color: #996E9C; }
a { background-color: rgb(153,110,156); }
div.DivClassName
{
background-color: #996E9C;
}
.BgClassName
{
background-color: #996E9C;
}
</style>
border-color css
<style>
span { border-color: #996E9C; }
span { border-color: rgb(153,110,156); }
td.TdClassName
{
border-color: #996E9C;
}
.TagClassName
{
border-color: #996E9C;
}
</style>