Shades of Lilac Bush #977BC2
Tints of Lilac Bush #977BC2
RGB
CMYK
RGB Variations
Color information
#977BC2 (or 0x977BC2) is known color: Lilac Bush. HEX triplet: 97, 7B and C2. RGB value is (151,123,194). Sum of RGB (Red+Green+Blue) = 151+123+194=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #977BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BC2 is #68843D. Grayscale: #8B8B8B. Windows color (decimal): -6849598 or 12745623. OLE color: 12745623.
HSL color Cylindrical-coordinate representation of color #977BC2: hue angle of 263.66º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #977BC2 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 123 | 194 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.24 |
| HSL | 263.66º | 0.37% | 0.62% | - |
| HSV(B) | 263.66º | 0.37% | 0.76% | - |
| XYZ | 29.58 | 24.64 | 54.24 | - |
| YUV | 139.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 194 | 0.22 | 0.37 | 0 | 0.24 | 263.66 | 0.37 | 0.62 |
| Hex | 97 | 7B | C2 | 16 | 25 | 0 | 18 | 108 | 25 | 3E |
| Octal | 227 | 173 | 302 | 26 | 45 | 0 | 30 | 410 | 45 | 76 |
| Binary | 10010111 | 1111011 | 11000010 | 10110 | 100101 | 0 | 11000 | 100001000 | 100101 | 111110 |
Color Harmonies of #977BC2
Complementary color
Monochromatic Colors of #977BC2
Black with #977BC2
Text Example
Text Example
White with #977BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BC2; }
p { color: rgb(151,123,194); }
H1.HeaderClassName
{
color: #977BC2;
}
.AnyTagClassName
{
color: #977BC2;
}
</style>
background-color css
<style>
a { background-color: #977BC2; }
a { background-color: rgb(151,123,194); }
div.DivClassName
{
background-color: #977BC2;
}
.BgClassName
{
background-color: #977BC2;
}
</style>
border-color css
<style>
span { border-color: #977BC2; }
span { border-color: rgb(151,123,194); }
td.TdClassName
{
border-color: #977BC2;
}
.TagClassName
{
border-color: #977BC2;
}
</style>