Shades of Lilac Bush #9778C0
Tints of Lilac Bush #9778C0
RGB
CMYK
RGB Variations
Color information
#9778C0 (or 0x9778C0) is known color: Lilac Bush. HEX triplet: 97, 78 and C0. RGB value is (151,120,192). Sum of RGB (Red+Green+Blue) = 151+120+192=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #9778C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778C0 is #68873F. Grayscale: #898989. Windows color (decimal): -6850368 or 12613783. OLE color: 12613783.
HSL color Cylindrical-coordinate representation of color #9778C0: hue angle of 265.83º degrees, saturation: 0.36, 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 #9778C0 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 120 | 192 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.25 |
| HSL | 265.83º | 0.36% | 0.61% | - |
| HSV(B) | 265.83º | 0.38% | 0.75% | - |
| XYZ | 28.99 | 23.82 | 52.94 | - |
| YUV | 137.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 192 | 0.21 | 0.38 | 0 | 0.25 | 265.83 | 0.36 | 0.61 |
| Hex | 97 | 78 | C0 | 15 | 26 | 0 | 19 | 10A | 24 | 3D |
| Octal | 227 | 170 | 300 | 25 | 46 | 0 | 31 | 412 | 44 | 75 |
| Binary | 10010111 | 1111000 | 11000000 | 10101 | 100110 | 0 | 11001 | 100001010 | 100100 | 111101 |
Color Harmonies of #9778C0
Complementary color
Monochromatic Colors of #9778C0
Black with #9778C0
Text Example
Text Example
White with #9778C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778C0; }
p { color: rgb(151,120,192); }
H1.HeaderClassName
{
color: #9778C0;
}
.AnyTagClassName
{
color: #9778C0;
}
</style>
background-color css
<style>
a { background-color: #9778C0; }
a { background-color: rgb(151,120,192); }
div.DivClassName
{
background-color: #9778C0;
}
.BgClassName
{
background-color: #9778C0;
}
</style>
border-color css
<style>
span { border-color: #9778C0; }
span { border-color: rgb(151,120,192); }
td.TdClassName
{
border-color: #9778C0;
}
.TagClassName
{
border-color: #9778C0;
}
</style>