Shades of Lilac Bush #9C77C1
Tints of Lilac Bush #9C77C1
RGB
CMYK
RGB Variations
Color information
#9C77C1 (or 0x9C77C1) is known color: Lilac Bush. HEX triplet: 9C, 77 and C1. RGB value is (156,119,193). Sum of RGB (Red+Green+Blue) = 156+119+193=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 119 (46.88% from 255 or 25.43% 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 #9C77C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C77C1 is #63883E. Grayscale: #8A8A8A. Windows color (decimal): -6522943 or 12679068. OLE color: 12679068.
HSL color Cylindrical-coordinate representation of color #9C77C1: hue angle of 270º 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 #9C77C1 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 119 | 193 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.24 |
| HSL | 270º | 0.37% | 0.61% | - |
| HSV(B) | 270º | 0.38% | 0.76% | - |
| XYZ | 29.93 | 24.11 | 53.53 | - |
| YUV | 138.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 193 | 0.19 | 0.38 | 0 | 0.24 | 270 | 0.37 | 0.61 |
| Hex | 9C | 77 | C1 | 13 | 26 | 0 | 18 | 10E | 25 | 3D |
| Octal | 234 | 167 | 301 | 23 | 46 | 0 | 30 | 416 | 45 | 75 |
| Binary | 10011100 | 1110111 | 11000001 | 10011 | 100110 | 0 | 11000 | 100001110 | 100101 | 111101 |
Color Harmonies of #9C77C1
Complementary color
Monochromatic Colors of #9C77C1
Black with #9C77C1
Text Example
Text Example
White with #9C77C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C77C1; }
p { color: rgb(156,119,193); }
H1.HeaderClassName
{
color: #9C77C1;
}
.AnyTagClassName
{
color: #9C77C1;
}
</style>
background-color css
<style>
a { background-color: #9C77C1; }
a { background-color: rgb(156,119,193); }
div.DivClassName
{
background-color: #9C77C1;
}
.BgClassName
{
background-color: #9C77C1;
}
</style>
border-color css
<style>
span { border-color: #9C77C1; }
span { border-color: rgb(156,119,193); }
td.TdClassName
{
border-color: #9C77C1;
}
.TagClassName
{
border-color: #9C77C1;
}
</style>