Shades of Lilac Bush #9577C0
Tints of Lilac Bush #9577C0
RGB
CMYK
RGB Variations
Color information
#9577C0 (or 0x9577C0) is known color: Lilac Bush. HEX triplet: 95, 77 and C0. RGB value is (149,119,192). Sum of RGB (Red+Green+Blue) = 149+119+192=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #9577C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577C0 is #6A883F. Grayscale: #888888. Windows color (decimal): -6981696 or 12613525. OLE color: 12613525.
HSL color Cylindrical-coordinate representation of color #9577C0: hue angle of 264.66º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9577C0 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 119 | 192 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.25 |
| HSL | 264.66º | 0.37% | 0.61% | - |
| HSV(B) | 264.66º | 0.38% | 0.75% | - |
| XYZ | 28.51 | 23.39 | 52.88 | - |
| YUV | 136.29 | 159.44 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 192 | 0.22 | 0.38 | 0 | 0.25 | 264.66 | 0.37 | 0.61 |
| Hex | 95 | 77 | C0 | 16 | 26 | 0 | 19 | 109 | 25 | 3D |
| Octal | 225 | 167 | 300 | 26 | 46 | 0 | 31 | 411 | 45 | 75 |
| Binary | 10010101 | 1110111 | 11000000 | 10110 | 100110 | 0 | 11001 | 100001001 | 100101 | 111101 |
Color Harmonies of #9577C0
Complementary color
Monochromatic Colors of #9577C0
Black with #9577C0
Text Example
Text Example
White with #9577C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9577C0; }
p { color: rgb(149,119,192); }
H1.HeaderClassName
{
color: #9577C0;
}
.AnyTagClassName
{
color: #9577C0;
}
</style>
background-color css
<style>
a { background-color: #9577C0; }
a { background-color: rgb(149,119,192); }
div.DivClassName
{
background-color: #9577C0;
}
.BgClassName
{
background-color: #9577C0;
}
</style>
border-color css
<style>
span { border-color: #9577C0; }
span { border-color: rgb(149,119,192); }
td.TdClassName
{
border-color: #9577C0;
}
.TagClassName
{
border-color: #9577C0;
}
</style>