Shades of Lilac Bush #977AC1
Tints of Lilac Bush #977AC1
RGB
CMYK
RGB Variations
Color information
#977AC1 (or 0x977AC1) is known color: Lilac Bush. HEX triplet: 97, 7A and C1. RGB value is (151,122,193). Sum of RGB (Red+Green+Blue) = 151+122+193=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #977AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977AC1 is #68853E. Grayscale: #8A8A8A. Windows color (decimal): -6849855 or 12679831. OLE color: 12679831.
HSL color Cylindrical-coordinate representation of color #977AC1: hue angle of 264.51º degrees, saturation: 0.36, 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 #977AC1 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 122 | 193 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.24 |
| HSL | 264.51º | 0.36% | 0.62% | - |
| HSV(B) | 264.51º | 0.37% | 0.76% | - |
| XYZ | 29.35 | 24.35 | 53.61 | - |
| YUV | 138.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 193 | 0.22 | 0.37 | 0 | 0.24 | 264.51 | 0.36 | 0.62 |
| Hex | 97 | 7A | C1 | 16 | 25 | 0 | 18 | 109 | 24 | 3E |
| Octal | 227 | 172 | 301 | 26 | 45 | 0 | 30 | 411 | 44 | 76 |
| Binary | 10010111 | 1111010 | 11000001 | 10110 | 100101 | 0 | 11000 | 100001001 | 100100 | 111110 |
Color Harmonies of #977AC1
Complementary color
Monochromatic Colors of #977AC1
Black with #977AC1
Text Example
Text Example
White with #977AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977AC1; }
p { color: rgb(151,122,193); }
H1.HeaderClassName
{
color: #977AC1;
}
.AnyTagClassName
{
color: #977AC1;
}
</style>
background-color css
<style>
a { background-color: #977AC1; }
a { background-color: rgb(151,122,193); }
div.DivClassName
{
background-color: #977AC1;
}
.BgClassName
{
background-color: #977AC1;
}
</style>
border-color css
<style>
span { border-color: #977AC1; }
span { border-color: rgb(151,122,193); }
td.TdClassName
{
border-color: #977AC1;
}
.TagClassName
{
border-color: #977AC1;
}
</style>