Shades of Lilac Bush #976EC6
Tints of Lilac Bush #976EC6
RGB
CMYK
RGB Variations
Color information
#976EC6 (or 0x976EC6) is known color: Lilac Bush. HEX triplet: 97, 6E and C6. RGB value is (151,110,198). Sum of RGB (Red+Green+Blue) = 151+110+198=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #976EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EC6 is #689139. Grayscale: #838383. Windows color (decimal): -6852922 or 13004439. OLE color: 13004439.
HSL color Cylindrical-coordinate representation of color #976EC6: hue angle of 267.95º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #976EC6 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 110 | 198 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.22 |
| HSL | 267.95º | 0.44% | 0.6% | - |
| HSV(B) | 267.95º | 0.44% | 0.78% | - |
| XYZ | 28.53 | 21.81 | 56.13 | - |
| YUV | 132.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 198 | 0.24 | 0.44 | 0 | 0.22 | 267.95 | 0.44 | 0.6 |
| Hex | 97 | 6E | C6 | 18 | 2C | 0 | 16 | 10C | 2C | 3C |
| Octal | 227 | 156 | 306 | 30 | 54 | 0 | 26 | 414 | 54 | 74 |
| Binary | 10010111 | 1101110 | 11000110 | 11000 | 101100 | 0 | 10110 | 100001100 | 101100 | 111100 |
Color Harmonies of #976EC6
Complementary color
Monochromatic Colors of #976EC6
Black with #976EC6
Text Example
Text Example
White with #976EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976EC6; }
p { color: rgb(151,110,198); }
H1.HeaderClassName
{
color: #976EC6;
}
.AnyTagClassName
{
color: #976EC6;
}
</style>
background-color css
<style>
a { background-color: #976EC6; }
a { background-color: rgb(151,110,198); }
div.DivClassName
{
background-color: #976EC6;
}
.BgClassName
{
background-color: #976EC6;
}
</style>
border-color css
<style>
span { border-color: #976EC6; }
span { border-color: rgb(151,110,198); }
td.TdClassName
{
border-color: #976EC6;
}
.TagClassName
{
border-color: #976EC6;
}
</style>