Shades of Lilac Bush #976FCD
Tints of Lilac Bush #976FCD
RGB
CMYK
RGB Variations
Color information
#976FCD (or 0x976FCD) is known color: Lilac Bush. HEX triplet: 97, 6F and CD. RGB value is (151,111,205). Sum of RGB (Red+Green+Blue) = 151+111+205=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #976FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FCD is #689032. Grayscale: #858585. Windows color (decimal): -6852659 or 13463447. OLE color: 13463447.
HSL color Cylindrical-coordinate representation of color #976FCD: hue angle of 265.53º 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 #976FCD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 111 | 205 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.20 |
| HSL | 265.53º | 0.48% | 0.62% | - |
| HSV(B) | 265.53º | 0.46% | 0.8% | - |
| XYZ | 29.47 | 22.36 | 60.52 | - |
| YUV | 133.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 205 | 0.26 | 0.46 | 0 | 0.20 | 265.53 | 0.48 | 0.62 |
| Hex | 97 | 6F | CD | 1A | 2E | 0 | 14 | 10A | 30 | 3E |
| Octal | 227 | 157 | 315 | 32 | 56 | 0 | 24 | 412 | 60 | 76 |
| Binary | 10010111 | 1101111 | 11001101 | 11010 | 101110 | 0 | 10100 | 100001010 | 110000 | 111110 |
Color Harmonies of #976FCD
Complementary color
Monochromatic Colors of #976FCD
Black with #976FCD
Text Example
Text Example
White with #976FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976FCD; }
p { color: rgb(151,111,205); }
H1.HeaderClassName
{
color: #976FCD;
}
.AnyTagClassName
{
color: #976FCD;
}
</style>
background-color css
<style>
a { background-color: #976FCD; }
a { background-color: rgb(151,111,205); }
div.DivClassName
{
background-color: #976FCD;
}
.BgClassName
{
background-color: #976FCD;
}
</style>
border-color css
<style>
span { border-color: #976FCD; }
span { border-color: rgb(151,111,205); }
td.TdClassName
{
border-color: #976FCD;
}
.TagClassName
{
border-color: #976FCD;
}
</style>