Shades of Lilac Bush #986EC0
Tints of Lilac Bush #986EC0
RGB
CMYK
RGB Variations
Color information
#986EC0 (or 0x986EC0) is known color: Lilac Bush. HEX triplet: 98, 6E and C0. RGB value is (152,110,192). Sum of RGB (Red+Green+Blue) = 152+110+192=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #986EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EC0 is #67913F. Grayscale: #838383. Windows color (decimal): -6787392 or 12611224. OLE color: 12611224.
HSL color Cylindrical-coordinate representation of color #986EC0: hue angle of 270.73º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #986EC0 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 110 | 192 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.25 |
| HSL | 270.73º | 0.39% | 0.59% | - |
| HSV(B) | 270.73º | 0.43% | 0.75% | - |
| XYZ | 28.04 | 21.63 | 52.57 | - |
| YUV | 131.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 192 | 0.21 | 0.43 | 0 | 0.25 | 270.73 | 0.39 | 0.59 |
| Hex | 98 | 6E | C0 | 15 | 2B | 0 | 19 | 10F | 27 | 3B |
| Octal | 230 | 156 | 300 | 25 | 53 | 0 | 31 | 417 | 47 | 73 |
| Binary | 10011000 | 1101110 | 11000000 | 10101 | 101011 | 0 | 11001 | 100001111 | 100111 | 111011 |
Color Harmonies of #986EC0
Complementary color
Monochromatic Colors of #986EC0
Black with #986EC0
Text Example
Text Example
White with #986EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986EC0; }
p { color: rgb(152,110,192); }
H1.HeaderClassName
{
color: #986EC0;
}
.AnyTagClassName
{
color: #986EC0;
}
</style>
background-color css
<style>
a { background-color: #986EC0; }
a { background-color: rgb(152,110,192); }
div.DivClassName
{
background-color: #986EC0;
}
.BgClassName
{
background-color: #986EC0;
}
</style>
border-color css
<style>
span { border-color: #986EC0; }
span { border-color: rgb(152,110,192); }
td.TdClassName
{
border-color: #986EC0;
}
.TagClassName
{
border-color: #986EC0;
}
</style>