Shades of Violet Blue #996D9C
Tints of Violet Blue #996D9C
RGB
CMYK
RGB Variations
Color information
#996D9C (or 0x996D9C) is known color: Violet Blue. HEX triplet: 99, 6D and 9C. RGB value is (153,109,156). Sum of RGB (Red+Green+Blue) = 153+109+156=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #996D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D9C is #669263. Grayscale: #7F7F7F. Windows color (decimal): -6722148 or 10251673. OLE color: 10251673.
HSL color Cylindrical-coordinate representation of color #996D9C: hue angle of 296.17º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996D9C is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 109 | 156 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.39 |
| HSL | 296.17º | 0.19% | 0.52% | - |
| HSV(B) | 296.17º | 0.3% | 0.61% | - |
| XYZ | 24.61 | 20.11 | 34.04 | - |
| YUV | 127.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 156 | 0.02 | 0.30 | 0 | 0.39 | 296.17 | 0.19 | 0.52 |
| Hex | 99 | 6D | 9C | 2 | 1E | 0 | 27 | 128 | 13 | 34 |
| Octal | 231 | 155 | 234 | 2 | 36 | 0 | 47 | 450 | 23 | 64 |
| Binary | 10011001 | 1101101 | 10011100 | 10 | 11110 | 0 | 100111 | 100101000 | 10011 | 110100 |
Color Harmonies of #996D9C
Complementary color
Monochromatic Colors of #996D9C
Black with #996D9C
Text Example
Text Example
White with #996D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D9C; }
p { color: rgb(153,109,156); }
H1.HeaderClassName
{
color: #996D9C;
}
.AnyTagClassName
{
color: #996D9C;
}
</style>
background-color css
<style>
a { background-color: #996D9C; }
a { background-color: rgb(153,109,156); }
div.DivClassName
{
background-color: #996D9C;
}
.BgClassName
{
background-color: #996D9C;
}
</style>
border-color css
<style>
span { border-color: #996D9C; }
span { border-color: rgb(153,109,156); }
td.TdClassName
{
border-color: #996D9C;
}
.TagClassName
{
border-color: #996D9C;
}
</style>