Shades of Lilac Bush #9A77C1
Tints of Lilac Bush #9A77C1
RGB
CMYK
RGB Variations
Color information
#9A77C1 (or 0x9A77C1) is known color: Lilac Bush. HEX triplet: 9A, 77 and C1. RGB value is (154,119,193). Sum of RGB (Red+Green+Blue) = 154+119+193=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 119 (46.88% from 255 or 25.54% 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 #9A77C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A77C1 is #65883E. Grayscale: #898989. Windows color (decimal): -6654015 or 12679066. OLE color: 12679066.
HSL color Cylindrical-coordinate representation of color #9A77C1: hue angle of 268.38º 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 #9A77C1 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 119 | 193 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.24 |
| HSL | 268.38º | 0.37% | 0.61% | - |
| HSV(B) | 268.38º | 0.38% | 0.76% | - |
| XYZ | 29.55 | 23.91 | 53.51 | - |
| YUV | 137.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 193 | 0.20 | 0.38 | 0 | 0.24 | 268.38 | 0.37 | 0.61 |
| Hex | 9A | 77 | C1 | 14 | 26 | 0 | 18 | 10C | 25 | 3D |
| Octal | 232 | 167 | 301 | 24 | 46 | 0 | 30 | 414 | 45 | 75 |
| Binary | 10011010 | 1110111 | 11000001 | 10100 | 100110 | 0 | 11000 | 100001100 | 100101 | 111101 |
Color Harmonies of #9A77C1
Complementary color
Monochromatic Colors of #9A77C1
Black with #9A77C1
Text Example
Text Example
White with #9A77C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A77C1; }
p { color: rgb(154,119,193); }
H1.HeaderClassName
{
color: #9A77C1;
}
.AnyTagClassName
{
color: #9A77C1;
}
</style>
background-color css
<style>
a { background-color: #9A77C1; }
a { background-color: rgb(154,119,193); }
div.DivClassName
{
background-color: #9A77C1;
}
.BgClassName
{
background-color: #9A77C1;
}
</style>
border-color css
<style>
span { border-color: #9A77C1; }
span { border-color: rgb(154,119,193); }
td.TdClassName
{
border-color: #9A77C1;
}
.TagClassName
{
border-color: #9A77C1;
}
</style>