Shades of Lilac Bush #986BC0
Tints of Lilac Bush #986BC0
RGB
CMYK
RGB Variations
Color information
#986BC0 (or 0x986BC0) is known color: Lilac Bush. HEX triplet: 98, 6B and C0. RGB value is (152,107,192). Sum of RGB (Red+Green+Blue) = 152+107+192=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #986BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BC0 is #67943F. Grayscale: #818181. Windows color (decimal): -6788160 or 12610456. OLE color: 12610456.
HSL color Cylindrical-coordinate representation of color #986BC0: hue angle of 271.76º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #986BC0 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 107 | 192 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.25 |
| HSL | 271.76º | 0.4% | 0.59% | - |
| HSV(B) | 271.76º | 0.44% | 0.75% | - |
| XYZ | 27.72 | 21 | 52.46 | - |
| YUV | 130.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 192 | 0.21 | 0.44 | 0 | 0.25 | 271.76 | 0.4 | 0.59 |
| Hex | 98 | 6B | C0 | 15 | 2C | 0 | 19 | 110 | 28 | 3B |
| Octal | 230 | 153 | 300 | 25 | 54 | 0 | 31 | 420 | 50 | 73 |
| Binary | 10011000 | 1101011 | 11000000 | 10101 | 101100 | 0 | 11001 | 100010000 | 101000 | 111011 |
Color Harmonies of #986BC0
Complementary color
Monochromatic Colors of #986BC0
Black with #986BC0
Text Example
Text Example
White with #986BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986BC0; }
p { color: rgb(152,107,192); }
H1.HeaderClassName
{
color: #986BC0;
}
.AnyTagClassName
{
color: #986BC0;
}
</style>
background-color css
<style>
a { background-color: #986BC0; }
a { background-color: rgb(152,107,192); }
div.DivClassName
{
background-color: #986BC0;
}
.BgClassName
{
background-color: #986BC0;
}
</style>
border-color css
<style>
span { border-color: #986BC0; }
span { border-color: rgb(152,107,192); }
td.TdClassName
{
border-color: #986BC0;
}
.TagClassName
{
border-color: #986BC0;
}
</style>