Shades of Lilac Bush #9878C5
Tints of Lilac Bush #9878C5
RGB
CMYK
RGB Variations
Color information
#9878C5 (or 0x9878C5) is known color: Lilac Bush. HEX triplet: 98, 78 and C5. RGB value is (152,120,197). Sum of RGB (Red+Green+Blue) = 152+120+197=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #9878C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9878C5 is #67873A. Grayscale: #8A8A8A. Windows color (decimal): -6784827 or 12941464. OLE color: 12941464.
HSL color Cylindrical-coordinate representation of color #9878C5: hue angle of 264.94º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9878C5 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 120 | 197 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.23 |
| HSL | 264.94º | 0.4% | 0.62% | - |
| HSV(B) | 264.94º | 0.39% | 0.77% | - |
| XYZ | 29.74 | 24.14 | 55.92 | - |
| YUV | 138.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 197 | 0.23 | 0.39 | 0 | 0.23 | 264.94 | 0.4 | 0.62 |
| Hex | 98 | 78 | C5 | 17 | 27 | 0 | 17 | 109 | 28 | 3E |
| Octal | 230 | 170 | 305 | 27 | 47 | 0 | 27 | 411 | 50 | 76 |
| Binary | 10011000 | 1111000 | 11000101 | 10111 | 100111 | 0 | 10111 | 100001001 | 101000 | 111110 |
Color Harmonies of #9878C5
Complementary color
Monochromatic Colors of #9878C5
Black with #9878C5
Text Example
Text Example
White with #9878C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9878C5; }
p { color: rgb(152,120,197); }
H1.HeaderClassName
{
color: #9878C5;
}
.AnyTagClassName
{
color: #9878C5;
}
</style>
background-color css
<style>
a { background-color: #9878C5; }
a { background-color: rgb(152,120,197); }
div.DivClassName
{
background-color: #9878C5;
}
.BgClassName
{
background-color: #9878C5;
}
</style>
border-color css
<style>
span { border-color: #9878C5; }
span { border-color: rgb(152,120,197); }
td.TdClassName
{
border-color: #9878C5;
}
.TagClassName
{
border-color: #9878C5;
}
</style>