Shades of Lilac Bush #976DBD
Tints of Lilac Bush #976DBD
RGB
CMYK
RGB Variations
Color information
#976DBD (or 0x976DBD) is known color: Lilac Bush. HEX triplet: 97, 6D and BD. RGB value is (151,109,189). Sum of RGB (Red+Green+Blue) = 151+109+189=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #976DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DBD is #689242. Grayscale: #828282. Windows color (decimal): -6853187 or 12414359. OLE color: 12414359.
HSL color Cylindrical-coordinate representation of color #976DBD: hue angle of 271.5º 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 #976DBD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 109 | 189 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.26 |
| HSL | 271.5º | 0.38% | 0.58% | - |
| HSV(B) | 271.5º | 0.42% | 0.74% | - |
| XYZ | 27.42 | 21.19 | 50.79 | - |
| YUV | 130.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 189 | 0.20 | 0.42 | 0 | 0.26 | 271.5 | 0.38 | 0.58 |
| Hex | 97 | 6D | BD | 14 | 2A | 0 | 1A | 110 | 26 | 3A |
| Octal | 227 | 155 | 275 | 24 | 52 | 0 | 32 | 420 | 46 | 72 |
| Binary | 10010111 | 1101101 | 10111101 | 10100 | 101010 | 0 | 11010 | 100010000 | 100110 | 111010 |
Color Harmonies of #976DBD
Complementary color
Monochromatic Colors of #976DBD
Black with #976DBD
Text Example
Text Example
White with #976DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976DBD; }
p { color: rgb(151,109,189); }
H1.HeaderClassName
{
color: #976DBD;
}
.AnyTagClassName
{
color: #976DBD;
}
</style>
background-color css
<style>
a { background-color: #976DBD; }
a { background-color: rgb(151,109,189); }
div.DivClassName
{
background-color: #976DBD;
}
.BgClassName
{
background-color: #976DBD;
}
</style>
border-color css
<style>
span { border-color: #976DBD; }
span { border-color: rgb(151,109,189); }
td.TdClassName
{
border-color: #976DBD;
}
.TagClassName
{
border-color: #976DBD;
}
</style>