Shades of Lilac Bush #9777C1
Tints of Lilac Bush #9777C1
RGB
CMYK
RGB Variations
Color information
#9777C1 (or 0x9777C1) is known color: Lilac Bush. HEX triplet: 97, 77 and C1. RGB value is (151,119,193). Sum of RGB (Red+Green+Blue) = 151+119+193=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #9777C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9777C1 is #68883E. Grayscale: #888888. Windows color (decimal): -6850623 or 12679063. OLE color: 12679063.
HSL color Cylindrical-coordinate representation of color #9777C1: hue angle of 265.95º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9777C1 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 119 | 193 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.24 |
| HSL | 265.95º | 0.37% | 0.61% | - |
| HSV(B) | 265.95º | 0.38% | 0.76% | - |
| XYZ | 28.98 | 23.62 | 53.48 | - |
| YUV | 137 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 119 | 193 | 0.22 | 0.38 | 0 | 0.24 | 265.95 | 0.37 | 0.61 |
| Hex | 97 | 77 | C1 | 16 | 26 | 0 | 18 | 10A | 25 | 3D |
| Octal | 227 | 167 | 301 | 26 | 46 | 0 | 30 | 412 | 45 | 75 |
| Binary | 10010111 | 1110111 | 11000001 | 10110 | 100110 | 0 | 11000 | 100001010 | 100101 | 111101 |
Color Harmonies of #9777C1
Complementary color
Monochromatic Colors of #9777C1
Black with #9777C1
Text Example
Text Example
White with #9777C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9777C1; }
p { color: rgb(151,119,193); }
H1.HeaderClassName
{
color: #9777C1;
}
.AnyTagClassName
{
color: #9777C1;
}
</style>
background-color css
<style>
a { background-color: #9777C1; }
a { background-color: rgb(151,119,193); }
div.DivClassName
{
background-color: #9777C1;
}
.BgClassName
{
background-color: #9777C1;
}
</style>
border-color css
<style>
span { border-color: #9777C1; }
span { border-color: rgb(151,119,193); }
td.TdClassName
{
border-color: #9777C1;
}
.TagClassName
{
border-color: #9777C1;
}
</style>