Shades of Lilac Bush #996FC2
Tints of Lilac Bush #996FC2
RGB
CMYK
RGB Variations
Color information
#996FC2 (or 0x996FC2) is known color: Lilac Bush. HEX triplet: 99, 6F and C2. RGB value is (153,111,194). Sum of RGB (Red+Green+Blue) = 153+111+194=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 194 - color contains mainly: blue. Hex color #996FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FC2 is #66903D. Grayscale: #848484. Windows color (decimal): -6721598 or 12742553. OLE color: 12742553.
HSL color Cylindrical-coordinate representation of color #996FC2: hue angle of 270.36º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #996FC2 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 111 | 194 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.24 |
| HSL | 270.36º | 0.4% | 0.6% | - |
| HSV(B) | 270.36º | 0.43% | 0.76% | - |
| XYZ | 28.56 | 22.04 | 53.79 | - |
| YUV | 133.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 194 | 0.21 | 0.43 | 0 | 0.24 | 270.36 | 0.4 | 0.6 |
| Hex | 99 | 6F | C2 | 15 | 2B | 0 | 18 | 10E | 28 | 3C |
| Octal | 231 | 157 | 302 | 25 | 53 | 0 | 30 | 416 | 50 | 74 |
| Binary | 10011001 | 1101111 | 11000010 | 10101 | 101011 | 0 | 11000 | 100001110 | 101000 | 111100 |
Color Harmonies of #996FC2
Complementary color
Monochromatic Colors of #996FC2
Black with #996FC2
Text Example
Text Example
White with #996FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FC2; }
p { color: rgb(153,111,194); }
H1.HeaderClassName
{
color: #996FC2;
}
.AnyTagClassName
{
color: #996FC2;
}
</style>
background-color css
<style>
a { background-color: #996FC2; }
a { background-color: rgb(153,111,194); }
div.DivClassName
{
background-color: #996FC2;
}
.BgClassName
{
background-color: #996FC2;
}
</style>
border-color css
<style>
span { border-color: #996FC2; }
span { border-color: rgb(153,111,194); }
td.TdClassName
{
border-color: #996FC2;
}
.TagClassName
{
border-color: #996FC2;
}
</style>