Shades of Lilac Bush #996CC1
Tints of Lilac Bush #996CC1
RGB
CMYK
RGB Variations
Color information
#996CC1 (or 0x996CC1) is known color: Lilac Bush. HEX triplet: 99, 6C and C1. RGB value is (153,108,193). Sum of RGB (Red+Green+Blue) = 153+108+193=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #996CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CC1 is #66933E. Grayscale: #828282. Windows color (decimal): -6722367 or 12676249. OLE color: 12676249.
HSL color Cylindrical-coordinate representation of color #996CC1: hue angle of 271.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996CC1 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 108 | 193 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.24 |
| HSL | 271.76º | 0.41% | 0.59% | - |
| HSV(B) | 271.76º | 0.44% | 0.76% | - |
| XYZ | 28.13 | 21.35 | 53.09 | - |
| YUV | 131.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 193 | 0.21 | 0.44 | 0 | 0.24 | 271.76 | 0.41 | 0.59 |
| Hex | 99 | 6C | C1 | 15 | 2C | 0 | 18 | 110 | 29 | 3B |
| Octal | 231 | 154 | 301 | 25 | 54 | 0 | 30 | 420 | 51 | 73 |
| Binary | 10011001 | 1101100 | 11000001 | 10101 | 101100 | 0 | 11000 | 100010000 | 101001 | 111011 |
Color Harmonies of #996CC1
Complementary color
Monochromatic Colors of #996CC1
Black with #996CC1
Text Example
Text Example
White with #996CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CC1; }
p { color: rgb(153,108,193); }
H1.HeaderClassName
{
color: #996CC1;
}
.AnyTagClassName
{
color: #996CC1;
}
</style>
background-color css
<style>
a { background-color: #996CC1; }
a { background-color: rgb(153,108,193); }
div.DivClassName
{
background-color: #996CC1;
}
.BgClassName
{
background-color: #996CC1;
}
</style>
border-color css
<style>
span { border-color: #996CC1; }
span { border-color: rgb(153,108,193); }
td.TdClassName
{
border-color: #996CC1;
}
.TagClassName
{
border-color: #996CC1;
}
</style>