Shades of Lilac Bush #976FCC
Tints of Lilac Bush #976FCC
RGB
CMYK
RGB Variations
Color information
#976FCC (or 0x976FCC) is known color: Lilac Bush. HEX triplet: 97, 6F and CC. RGB value is (151,111,204). Sum of RGB (Red+Green+Blue) = 151+111+204=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #976FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FCC is #689033. Grayscale: #858585. Windows color (decimal): -6852660 or 13397911. OLE color: 13397911.
HSL color Cylindrical-coordinate representation of color #976FCC: hue angle of 265.81º 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 #976FCC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 111 | 204 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.2 |
| HSL | 265.81º | 0.48% | 0.62% | - |
| HSV(B) | 265.81º | 0.46% | 0.8% | - |
| XYZ | 29.35 | 22.31 | 59.89 | - |
| YUV | 133.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 204 | 0.26 | 0.46 | 0 | 0.2 | 265.81 | 0.48 | 0.62 |
| Hex | 97 | 6F | CC | 1A | 2E | 0 | 14 | 10A | 30 | 3E |
| Octal | 227 | 157 | 314 | 32 | 56 | 0 | 24 | 412 | 60 | 76 |
| Binary | 10010111 | 1101111 | 11001100 | 11010 | 101110 | 0 | 10100 | 100001010 | 110000 | 111110 |
Color Harmonies of #976FCC
Complementary color
Monochromatic Colors of #976FCC
Black with #976FCC
Text Example
Text Example
White with #976FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976FCC; }
p { color: rgb(151,111,204); }
H1.HeaderClassName
{
color: #976FCC;
}
.AnyTagClassName
{
color: #976FCC;
}
</style>
background-color css
<style>
a { background-color: #976FCC; }
a { background-color: rgb(151,111,204); }
div.DivClassName
{
background-color: #976FCC;
}
.BgClassName
{
background-color: #976FCC;
}
</style>
border-color css
<style>
span { border-color: #976FCC; }
span { border-color: rgb(151,111,204); }
td.TdClassName
{
border-color: #976FCC;
}
.TagClassName
{
border-color: #976FCC;
}
</style>