Shades of Lilac Bush #976DBC
Tints of Lilac Bush #976DBC
RGB
CMYK
RGB Variations
Color information
#976DBC (or 0x976DBC) is known color: Lilac Bush. HEX triplet: 97, 6D and BC. RGB value is (151,109,188). Sum of RGB (Red+Green+Blue) = 151+109+188=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 109 (42.97% from 255 or 24.33% 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 #976DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DBC is #689243. Grayscale: #828282. Windows color (decimal): -6853188 or 12348823. OLE color: 12348823.
HSL color Cylindrical-coordinate representation of color #976DBC: hue angle of 271.9º degrees, saturation: 0.37, 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 #976DBC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 109 | 188 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.26 |
| HSL | 271.9º | 0.37% | 0.58% | - |
| HSV(B) | 271.9º | 0.42% | 0.74% | - |
| XYZ | 27.31 | 21.15 | 50.22 | - |
| YUV | 130.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 188 | 0.20 | 0.42 | 0 | 0.26 | 271.9 | 0.37 | 0.58 |
| Hex | 97 | 6D | BC | 14 | 2A | 0 | 1A | 110 | 25 | 3A |
| Octal | 227 | 155 | 274 | 24 | 52 | 0 | 32 | 420 | 45 | 72 |
| Binary | 10010111 | 1101101 | 10111100 | 10100 | 101010 | 0 | 11010 | 100010000 | 100101 | 111010 |
Color Harmonies of #976DBC
Complementary color
Monochromatic Colors of #976DBC
Black with #976DBC
Text Example
Text Example
White with #976DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976DBC; }
p { color: rgb(151,109,188); }
H1.HeaderClassName
{
color: #976DBC;
}
.AnyTagClassName
{
color: #976DBC;
}
</style>
background-color css
<style>
a { background-color: #976DBC; }
a { background-color: rgb(151,109,188); }
div.DivClassName
{
background-color: #976DBC;
}
.BgClassName
{
background-color: #976DBC;
}
</style>
border-color css
<style>
span { border-color: #976DBC; }
span { border-color: rgb(151,109,188); }
td.TdClassName
{
border-color: #976DBC;
}
.TagClassName
{
border-color: #976DBC;
}
</style>