Shades of Lilac Bush #996FC0
Tints of Lilac Bush #996FC0
RGB
CMYK
RGB Variations
Color information
#996FC0 (or 0x996FC0) is known color: Lilac Bush. HEX triplet: 99, 6F and C0. RGB value is (153,111,192). Sum of RGB (Red+Green+Blue) = 153+111+192=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #996FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FC0 is #66903F. Grayscale: #848484. Windows color (decimal): -6721600 or 12611481. OLE color: 12611481.
HSL color Cylindrical-coordinate representation of color #996FC0: hue angle of 271.11º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996FC0 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 111 | 192 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.25 |
| HSL | 271.11º | 0.39% | 0.59% | - |
| HSV(B) | 271.11º | 0.42% | 0.75% | - |
| XYZ | 28.34 | 21.95 | 52.61 | - |
| YUV | 132.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 192 | 0.20 | 0.42 | 0 | 0.25 | 271.11 | 0.39 | 0.59 |
| Hex | 99 | 6F | C0 | 14 | 2A | 0 | 19 | 10F | 27 | 3B |
| Octal | 231 | 157 | 300 | 24 | 52 | 0 | 31 | 417 | 47 | 73 |
| Binary | 10011001 | 1101111 | 11000000 | 10100 | 101010 | 0 | 11001 | 100001111 | 100111 | 111011 |
Color Harmonies of #996FC0
Complementary color
Monochromatic Colors of #996FC0
Black with #996FC0
Text Example
Text Example
White with #996FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FC0; }
p { color: rgb(153,111,192); }
H1.HeaderClassName
{
color: #996FC0;
}
.AnyTagClassName
{
color: #996FC0;
}
</style>
background-color css
<style>
a { background-color: #996FC0; }
a { background-color: rgb(153,111,192); }
div.DivClassName
{
background-color: #996FC0;
}
.BgClassName
{
background-color: #996FC0;
}
</style>
border-color css
<style>
span { border-color: #996FC0; }
span { border-color: rgb(153,111,192); }
td.TdClassName
{
border-color: #996FC0;
}
.TagClassName
{
border-color: #996FC0;
}
</style>