Shades of Lilac Bush #996DC0
Tints of Lilac Bush #996DC0
RGB
CMYK
RGB Variations
Color information
#996DC0 (or 0x996DC0) is known color: Lilac Bush. HEX triplet: 99, 6D and C0. RGB value is (153,109,192). Sum of RGB (Red+Green+Blue) = 153+109+192=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #996DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DC0 is #66923F. Grayscale: #838383. Windows color (decimal): -6722112 or 12610969. OLE color: 12610969.
HSL color Cylindrical-coordinate representation of color #996DC0: hue angle of 271.81º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #996DC0 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 109 | 192 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.25 |
| HSL | 271.81º | 0.4% | 0.59% | - |
| HSV(B) | 271.81º | 0.43% | 0.75% | - |
| XYZ | 28.12 | 21.52 | 52.54 | - |
| YUV | 131.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 192 | 0.20 | 0.43 | 0 | 0.25 | 271.81 | 0.4 | 0.59 |
| Hex | 99 | 6D | C0 | 14 | 2B | 0 | 19 | 110 | 28 | 3B |
| Octal | 231 | 155 | 300 | 24 | 53 | 0 | 31 | 420 | 50 | 73 |
| Binary | 10011001 | 1101101 | 11000000 | 10100 | 101011 | 0 | 11001 | 100010000 | 101000 | 111011 |
Color Harmonies of #996DC0
Complementary color
Monochromatic Colors of #996DC0
Black with #996DC0
Text Example
Text Example
White with #996DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DC0; }
p { color: rgb(153,109,192); }
H1.HeaderClassName
{
color: #996DC0;
}
.AnyTagClassName
{
color: #996DC0;
}
</style>
background-color css
<style>
a { background-color: #996DC0; }
a { background-color: rgb(153,109,192); }
div.DivClassName
{
background-color: #996DC0;
}
.BgClassName
{
background-color: #996DC0;
}
</style>
border-color css
<style>
span { border-color: #996DC0; }
span { border-color: rgb(153,109,192); }
td.TdClassName
{
border-color: #996DC0;
}
.TagClassName
{
border-color: #996DC0;
}
</style>