Shades of Lilac Bush #996BC2
Tints of Lilac Bush #996BC2
RGB
CMYK
RGB Variations
Color information
#996BC2 (or 0x996BC2) is known color: Lilac Bush. HEX triplet: 99, 6B and C2. RGB value is (153,107,194). Sum of RGB (Red+Green+Blue) = 153+107+194=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #996BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BC2 is #66943D. Grayscale: #828282. Windows color (decimal): -6722622 or 12741529. OLE color: 12741529.
HSL color Cylindrical-coordinate representation of color #996BC2: hue angle of 271.72º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996BC2 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 107 | 194 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.24 |
| HSL | 271.72º | 0.42% | 0.59% | - |
| HSV(B) | 271.72º | 0.45% | 0.76% | - |
| XYZ | 28.13 | 21.18 | 53.64 | - |
| YUV | 130.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 194 | 0.21 | 0.45 | 0 | 0.24 | 271.72 | 0.42 | 0.59 |
| Hex | 99 | 6B | C2 | 15 | 2D | 0 | 18 | 110 | 2A | 3B |
| Octal | 231 | 153 | 302 | 25 | 55 | 0 | 30 | 420 | 52 | 73 |
| Binary | 10011001 | 1101011 | 11000010 | 10101 | 101101 | 0 | 11000 | 100010000 | 101010 | 111011 |
Color Harmonies of #996BC2
Complementary color
Monochromatic Colors of #996BC2
Black with #996BC2
Text Example
Text Example
White with #996BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BC2; }
p { color: rgb(153,107,194); }
H1.HeaderClassName
{
color: #996BC2;
}
.AnyTagClassName
{
color: #996BC2;
}
</style>
background-color css
<style>
a { background-color: #996BC2; }
a { background-color: rgb(153,107,194); }
div.DivClassName
{
background-color: #996BC2;
}
.BgClassName
{
background-color: #996BC2;
}
</style>
border-color css
<style>
span { border-color: #996BC2; }
span { border-color: rgb(153,107,194); }
td.TdClassName
{
border-color: #996BC2;
}
.TagClassName
{
border-color: #996BC2;
}
</style>