Shades of Lilac Bush #996BBC
Tints of Lilac Bush #996BBC
RGB
CMYK
RGB Variations
Color information
#996BBC (or 0x996BBC) is known color: Lilac Bush. HEX triplet: 99, 6B and BC. RGB value is (153,107,188). Sum of RGB (Red+Green+Blue) = 153+107+188=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #996BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BBC is #669443. Grayscale: #818181. Windows color (decimal): -6722628 or 12348313. OLE color: 12348313.
HSL color Cylindrical-coordinate representation of color #996BBC: hue angle of 274.07º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #996BBC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 107 | 188 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.26 |
| HSL | 274.07º | 0.38% | 0.58% | - |
| HSV(B) | 274.07º | 0.43% | 0.74% | - |
| XYZ | 27.47 | 20.92 | 50.17 | - |
| YUV | 129.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 188 | 0.19 | 0.43 | 0 | 0.26 | 274.07 | 0.38 | 0.58 |
| Hex | 99 | 6B | BC | 13 | 2B | 0 | 1A | 112 | 26 | 3A |
| Octal | 231 | 153 | 274 | 23 | 53 | 0 | 32 | 422 | 46 | 72 |
| Binary | 10011001 | 1101011 | 10111100 | 10011 | 101011 | 0 | 11010 | 100010010 | 100110 | 111010 |
Color Harmonies of #996BBC
Complementary color
Monochromatic Colors of #996BBC
Black with #996BBC
Text Example
Text Example
White with #996BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BBC; }
p { color: rgb(153,107,188); }
H1.HeaderClassName
{
color: #996BBC;
}
.AnyTagClassName
{
color: #996BBC;
}
</style>
background-color css
<style>
a { background-color: #996BBC; }
a { background-color: rgb(153,107,188); }
div.DivClassName
{
background-color: #996BBC;
}
.BgClassName
{
background-color: #996BBC;
}
</style>
border-color css
<style>
span { border-color: #996BBC; }
span { border-color: rgb(153,107,188); }
td.TdClassName
{
border-color: #996BBC;
}
.TagClassName
{
border-color: #996BBC;
}
</style>