Shades of Lilac Bush #9779C1
Tints of Lilac Bush #9779C1
RGB
CMYK
RGB Variations
Color information
#9779C1 (or 0x9779C1) is known color: Lilac Bush. HEX triplet: 97, 79 and C1. RGB value is (151,121,193). Sum of RGB (Red+Green+Blue) = 151+121+193=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #9779C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779C1 is #68863E. Grayscale: #898989. Windows color (decimal): -6850111 or 12679575. OLE color: 12679575.
HSL color Cylindrical-coordinate representation of color #9779C1: hue angle of 265º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9779C1 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 121 | 193 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.24 |
| HSL | 265º | 0.37% | 0.62% | - |
| HSV(B) | 265º | 0.37% | 0.76% | - |
| XYZ | 29.23 | 24.1 | 53.56 | - |
| YUV | 138.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 121 | 193 | 0.22 | 0.37 | 0 | 0.24 | 265 | 0.37 | 0.62 |
| Hex | 97 | 79 | C1 | 16 | 25 | 0 | 18 | 109 | 25 | 3E |
| Octal | 227 | 171 | 301 | 26 | 45 | 0 | 30 | 411 | 45 | 76 |
| Binary | 10010111 | 1111001 | 11000001 | 10110 | 100101 | 0 | 11000 | 100001001 | 100101 | 111110 |
Color Harmonies of #9779C1
Complementary color
Monochromatic Colors of #9779C1
Black with #9779C1
Text Example
Text Example
White with #9779C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9779C1; }
p { color: rgb(151,121,193); }
H1.HeaderClassName
{
color: #9779C1;
}
.AnyTagClassName
{
color: #9779C1;
}
</style>
background-color css
<style>
a { background-color: #9779C1; }
a { background-color: rgb(151,121,193); }
div.DivClassName
{
background-color: #9779C1;
}
.BgClassName
{
background-color: #9779C1;
}
</style>
border-color css
<style>
span { border-color: #9779C1; }
span { border-color: rgb(151,121,193); }
td.TdClassName
{
border-color: #9779C1;
}
.TagClassName
{
border-color: #9779C1;
}
</style>