Shades of Lilac Bush #976DCB
Tints of Lilac Bush #976DCB
RGB
CMYK
RGB Variations
Color information
#976DCB (or 0x976DCB) is known color: Lilac Bush. HEX triplet: 97, 6D and CB. RGB value is (151,109,203). Sum of RGB (Red+Green+Blue) = 151+109+203=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #976DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DCB is #689234. Grayscale: #838383. Windows color (decimal): -6853173 or 13331863. OLE color: 13331863.
HSL color Cylindrical-coordinate representation of color #976DCB: hue angle of 266.81º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #976DCB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 109 | 203 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.20 |
| HSL | 266.81º | 0.47% | 0.61% | - |
| HSV(B) | 266.81º | 0.46% | 0.8% | - |
| XYZ | 29.01 | 21.83 | 59.18 | - |
| YUV | 132.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 203 | 0.26 | 0.46 | 0 | 0.20 | 266.81 | 0.47 | 0.61 |
| Hex | 97 | 6D | CB | 1A | 2E | 0 | 14 | 10B | 2F | 3D |
| Octal | 227 | 155 | 313 | 32 | 56 | 0 | 24 | 413 | 57 | 75 |
| Binary | 10010111 | 1101101 | 11001011 | 11010 | 101110 | 0 | 10100 | 100001011 | 101111 | 111101 |
Color Harmonies of #976DCB
Complementary color
Monochromatic Colors of #976DCB
Black with #976DCB
Text Example
Text Example
White with #976DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976DCB; }
p { color: rgb(151,109,203); }
H1.HeaderClassName
{
color: #976DCB;
}
.AnyTagClassName
{
color: #976DCB;
}
</style>
background-color css
<style>
a { background-color: #976DCB; }
a { background-color: rgb(151,109,203); }
div.DivClassName
{
background-color: #976DCB;
}
.BgClassName
{
background-color: #976DCB;
}
</style>
border-color css
<style>
span { border-color: #976DCB; }
span { border-color: rgb(151,109,203); }
td.TdClassName
{
border-color: #976DCB;
}
.TagClassName
{
border-color: #976DCB;
}
</style>