Shades of Lilac Bush #996CC0
Tints of Lilac Bush #996CC0
RGB
CMYK
RGB Variations
Color information
#996CC0 (or 0x996CC0) is known color: Lilac Bush. HEX triplet: 99, 6C and C0. RGB value is (153,108,192). Sum of RGB (Red+Green+Blue) = 153+108+192=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #996CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CC0 is #66933F. Grayscale: #828282. Windows color (decimal): -6722368 or 12610713. OLE color: 12610713.
HSL color Cylindrical-coordinate representation of color #996CC0: hue angle of 272.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996CC0 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 108 | 192 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.25 |
| HSL | 272.14º | 0.4% | 0.59% | - |
| HSV(B) | 272.14º | 0.44% | 0.75% | - |
| XYZ | 28.01 | 21.3 | 52.5 | - |
| YUV | 131.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 192 | 0.20 | 0.44 | 0 | 0.25 | 272.14 | 0.4 | 0.59 |
| Hex | 99 | 6C | C0 | 14 | 2C | 0 | 19 | 110 | 28 | 3B |
| Octal | 231 | 154 | 300 | 24 | 54 | 0 | 31 | 420 | 50 | 73 |
| Binary | 10011001 | 1101100 | 11000000 | 10100 | 101100 | 0 | 11001 | 100010000 | 101000 | 111011 |
Color Harmonies of #996CC0
Complementary color
Monochromatic Colors of #996CC0
Black with #996CC0
Text Example
Text Example
White with #996CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CC0; }
p { color: rgb(153,108,192); }
H1.HeaderClassName
{
color: #996CC0;
}
.AnyTagClassName
{
color: #996CC0;
}
</style>
background-color css
<style>
a { background-color: #996CC0; }
a { background-color: rgb(153,108,192); }
div.DivClassName
{
background-color: #996CC0;
}
.BgClassName
{
background-color: #996CC0;
}
</style>
border-color css
<style>
span { border-color: #996CC0; }
span { border-color: rgb(153,108,192); }
td.TdClassName
{
border-color: #996CC0;
}
.TagClassName
{
border-color: #996CC0;
}
</style>