Shades of Lilac Bush #996FC9
Tints of Lilac Bush #996FC9
RGB
CMYK
RGB Variations
Color information
#996FC9 (or 0x996FC9) is known color: Lilac Bush. HEX triplet: 99, 6F and C9. RGB value is (153,111,201). Sum of RGB (Red+Green+Blue) = 153+111+201=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #996FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FC9 is #669036. Grayscale: #858585. Windows color (decimal): -6721591 or 13201305. OLE color: 13201305.
HSL color Cylindrical-coordinate representation of color #996FC9: hue angle of 268º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996FC9 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 111 | 201 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.21 |
| HSL | 268º | 0.45% | 0.61% | - |
| HSV(B) | 268º | 0.45% | 0.79% | - |
| XYZ | 29.36 | 22.36 | 58.03 | - |
| YUV | 133.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 201 | 0.24 | 0.45 | 0 | 0.21 | 268 | 0.45 | 0.61 |
| Hex | 99 | 6F | C9 | 18 | 2D | 0 | 15 | 10C | 2D | 3D |
| Octal | 231 | 157 | 311 | 30 | 55 | 0 | 25 | 414 | 55 | 75 |
| Binary | 10011001 | 1101111 | 11001001 | 11000 | 101101 | 0 | 10101 | 100001100 | 101101 | 111101 |
Color Harmonies of #996FC9
Complementary color
Monochromatic Colors of #996FC9
Black with #996FC9
Text Example
Text Example
White with #996FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FC9; }
p { color: rgb(153,111,201); }
H1.HeaderClassName
{
color: #996FC9;
}
.AnyTagClassName
{
color: #996FC9;
}
</style>
background-color css
<style>
a { background-color: #996FC9; }
a { background-color: rgb(153,111,201); }
div.DivClassName
{
background-color: #996FC9;
}
.BgClassName
{
background-color: #996FC9;
}
</style>
border-color css
<style>
span { border-color: #996FC9; }
span { border-color: rgb(153,111,201); }
td.TdClassName
{
border-color: #996FC9;
}
.TagClassName
{
border-color: #996FC9;
}
</style>