Shades of Lilac Bush #996DBD
Tints of Lilac Bush #996DBD
RGB
CMYK
RGB Variations
Color information
#996DBD (or 0x996DBD) is known color: Lilac Bush. HEX triplet: 99, 6D and BD. RGB value is (153,109,189). Sum of RGB (Red+Green+Blue) = 153+109+189=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #996DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DBD is #669242. Grayscale: #838383. Windows color (decimal): -6722115 or 12414361. OLE color: 12414361.
HSL color Cylindrical-coordinate representation of color #996DBD: hue angle of 273º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996DBD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 109 | 189 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.26 |
| HSL | 273º | 0.38% | 0.58% | - |
| HSV(B) | 273º | 0.42% | 0.74% | - |
| XYZ | 27.79 | 21.38 | 50.81 | - |
| YUV | 131.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 189 | 0.19 | 0.42 | 0 | 0.26 | 273 | 0.38 | 0.58 |
| Hex | 99 | 6D | BD | 13 | 2A | 0 | 1A | 111 | 26 | 3A |
| Octal | 231 | 155 | 275 | 23 | 52 | 0 | 32 | 421 | 46 | 72 |
| Binary | 10011001 | 1101101 | 10111101 | 10011 | 101010 | 0 | 11010 | 100010001 | 100110 | 111010 |
Color Harmonies of #996DBD
Complementary color
Monochromatic Colors of #996DBD
Black with #996DBD
Text Example
Text Example
White with #996DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DBD; }
p { color: rgb(153,109,189); }
H1.HeaderClassName
{
color: #996DBD;
}
.AnyTagClassName
{
color: #996DBD;
}
</style>
background-color css
<style>
a { background-color: #996DBD; }
a { background-color: rgb(153,109,189); }
div.DivClassName
{
background-color: #996DBD;
}
.BgClassName
{
background-color: #996DBD;
}
</style>
border-color css
<style>
span { border-color: #996DBD; }
span { border-color: rgb(153,109,189); }
td.TdClassName
{
border-color: #996DBD;
}
.TagClassName
{
border-color: #996DBD;
}
</style>