Shades of Lilac Bush #9879C7
Tints of Lilac Bush #9879C7
RGB
CMYK
RGB Variations
Color information
#9879C7 (or 0x9879C7) is known color: Lilac Bush. HEX triplet: 98, 79 and C7. RGB value is (152,121,199). Sum of RGB (Red+Green+Blue) = 152+121+199=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #9879C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9879C7 is #678638. Grayscale: #8A8A8A. Windows color (decimal): -6784569 or 13072792. OLE color: 13072792.
HSL color Cylindrical-coordinate representation of color #9879C7: hue angle of 263.85º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9879C7 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 121 | 199 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.22 |
| HSL | 263.85º | 0.41% | 0.63% | - |
| HSV(B) | 263.85º | 0.39% | 0.78% | - |
| XYZ | 30.1 | 24.47 | 57.17 | - |
| YUV | 139.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 199 | 0.24 | 0.39 | 0 | 0.22 | 263.85 | 0.41 | 0.63 |
| Hex | 98 | 79 | C7 | 18 | 27 | 0 | 16 | 108 | 29 | 3F |
| Octal | 230 | 171 | 307 | 30 | 47 | 0 | 26 | 410 | 51 | 77 |
| Binary | 10011000 | 1111001 | 11000111 | 11000 | 100111 | 0 | 10110 | 100001000 | 101001 | 111111 |
Color Harmonies of #9879C7
Complementary color
Monochromatic Colors of #9879C7
Black with #9879C7
Text Example
Text Example
White with #9879C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9879C7; }
p { color: rgb(152,121,199); }
H1.HeaderClassName
{
color: #9879C7;
}
.AnyTagClassName
{
color: #9879C7;
}
</style>
background-color css
<style>
a { background-color: #9879C7; }
a { background-color: rgb(152,121,199); }
div.DivClassName
{
background-color: #9879C7;
}
.BgClassName
{
background-color: #9879C7;
}
</style>
border-color css
<style>
span { border-color: #9879C7; }
span { border-color: rgb(152,121,199); }
td.TdClassName
{
border-color: #9879C7;
}
.TagClassName
{
border-color: #9879C7;
}
</style>