Shades of Lilac Bush #9879C4
Tints of Lilac Bush #9879C4
RGB
CMYK
RGB Variations
Color information
#9879C4 (or 0x9879C4) is known color: Lilac Bush. HEX triplet: 98, 79 and C4. RGB value is (152,121,196). Sum of RGB (Red+Green+Blue) = 152+121+196=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #9879C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9879C4 is #67863B. Grayscale: #8A8A8A. Windows color (decimal): -6784572 or 12876184. OLE color: 12876184.
HSL color Cylindrical-coordinate representation of color #9879C4: hue angle of 264.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9879C4 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 121 | 196 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.23 |
| HSL | 264.8º | 0.39% | 0.62% | - |
| HSV(B) | 264.8º | 0.38% | 0.77% | - |
| XYZ | 29.75 | 24.34 | 55.35 | - |
| YUV | 138.82 | 160.27 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 196 | 0.22 | 0.38 | 0 | 0.23 | 264.8 | 0.39 | 0.62 |
| Hex | 98 | 79 | C4 | 16 | 26 | 0 | 17 | 109 | 27 | 3E |
| Octal | 230 | 171 | 304 | 26 | 46 | 0 | 27 | 411 | 47 | 76 |
| Binary | 10011000 | 1111001 | 11000100 | 10110 | 100110 | 0 | 10111 | 100001001 | 100111 | 111110 |
Color Harmonies of #9879C4
Complementary color
Monochromatic Colors of #9879C4
Black with #9879C4
Text Example
Text Example
White with #9879C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9879C4; }
p { color: rgb(152,121,196); }
H1.HeaderClassName
{
color: #9879C4;
}
.AnyTagClassName
{
color: #9879C4;
}
</style>
background-color css
<style>
a { background-color: #9879C4; }
a { background-color: rgb(152,121,196); }
div.DivClassName
{
background-color: #9879C4;
}
.BgClassName
{
background-color: #9879C4;
}
</style>
border-color css
<style>
span { border-color: #9879C4; }
span { border-color: rgb(152,121,196); }
td.TdClassName
{
border-color: #9879C4;
}
.TagClassName
{
border-color: #9879C4;
}
</style>