Shades of Lilac Bush #977CC1
Tints of Lilac Bush #977CC1
RGB
CMYK
RGB Variations
Color information
#977CC1 (or 0x977CC1) is known color: Lilac Bush. HEX triplet: 97, 7C and C1. RGB value is (151,124,193). Sum of RGB (Red+Green+Blue) = 151+124+193=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #977CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CC1 is #68833E. Grayscale: #8B8B8B. Windows color (decimal): -6849343 or 12680343. OLE color: 12680343.
HSL color Cylindrical-coordinate representation of color #977CC1: hue angle of 263.48º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977CC1 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 124 | 193 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.24 |
| HSL | 263.48º | 0.36% | 0.62% | - |
| HSV(B) | 263.48º | 0.36% | 0.76% | - |
| XYZ | 29.6 | 24.84 | 53.69 | - |
| YUV | 139.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 193 | 0.22 | 0.36 | 0 | 0.24 | 263.48 | 0.36 | 0.62 |
| Hex | 97 | 7C | C1 | 16 | 24 | 0 | 18 | 107 | 24 | 3E |
| Octal | 227 | 174 | 301 | 26 | 44 | 0 | 30 | 407 | 44 | 76 |
| Binary | 10010111 | 1111100 | 11000001 | 10110 | 100100 | 0 | 11000 | 100000111 | 100100 | 111110 |
Color Harmonies of #977CC1
Complementary color
Monochromatic Colors of #977CC1
Black with #977CC1
Text Example
Text Example
White with #977CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CC1; }
p { color: rgb(151,124,193); }
H1.HeaderClassName
{
color: #977CC1;
}
.AnyTagClassName
{
color: #977CC1;
}
</style>
background-color css
<style>
a { background-color: #977CC1; }
a { background-color: rgb(151,124,193); }
div.DivClassName
{
background-color: #977CC1;
}
.BgClassName
{
background-color: #977CC1;
}
</style>
border-color css
<style>
span { border-color: #977CC1; }
span { border-color: rgb(151,124,193); }
td.TdClassName
{
border-color: #977CC1;
}
.TagClassName
{
border-color: #977CC1;
}
</style>