Shades of Lilac Bush #976ECC
Tints of Lilac Bush #976ECC
RGB
CMYK
RGB Variations
Color information
#976ECC (or 0x976ECC) is known color: Lilac Bush. HEX triplet: 97, 6E and CC. RGB value is (151,110,204). Sum of RGB (Red+Green+Blue) = 151+110+204=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #976ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ECC is #689133. Grayscale: #848484. Windows color (decimal): -6852916 or 13397655. OLE color: 13397655.
HSL color Cylindrical-coordinate representation of color #976ECC: hue angle of 266.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #976ECC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 110 | 204 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.2 |
| HSL | 266.17º | 0.48% | 0.62% | - |
| HSV(B) | 266.17º | 0.46% | 0.8% | - |
| XYZ | 29.24 | 22.09 | 59.85 | - |
| YUV | 132.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 204 | 0.26 | 0.46 | 0 | 0.2 | 266.17 | 0.48 | 0.62 |
| Hex | 97 | 6E | CC | 1A | 2E | 0 | 14 | 10A | 30 | 3E |
| Octal | 227 | 156 | 314 | 32 | 56 | 0 | 24 | 412 | 60 | 76 |
| Binary | 10010111 | 1101110 | 11001100 | 11010 | 101110 | 0 | 10100 | 100001010 | 110000 | 111110 |
Color Harmonies of #976ECC
Complementary color
Monochromatic Colors of #976ECC
Black with #976ECC
Text Example
Text Example
White with #976ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976ECC; }
p { color: rgb(151,110,204); }
H1.HeaderClassName
{
color: #976ECC;
}
.AnyTagClassName
{
color: #976ECC;
}
</style>
background-color css
<style>
a { background-color: #976ECC; }
a { background-color: rgb(151,110,204); }
div.DivClassName
{
background-color: #976ECC;
}
.BgClassName
{
background-color: #976ECC;
}
</style>
border-color css
<style>
span { border-color: #976ECC; }
span { border-color: rgb(151,110,204); }
td.TdClassName
{
border-color: #976ECC;
}
.TagClassName
{
border-color: #976ECC;
}
</style>