Shades of Lilac Bush #986CC0
Tints of Lilac Bush #986CC0
RGB
CMYK
RGB Variations
Color information
#986CC0 (or 0x986CC0) is known color: Lilac Bush. HEX triplet: 98, 6C and C0. RGB value is (152,108,192). Sum of RGB (Red+Green+Blue) = 152+108+192=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #986CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CC0 is #67933F. Grayscale: #828282. Windows color (decimal): -6787904 or 12610712. OLE color: 12610712.
HSL color Cylindrical-coordinate representation of color #986CC0: hue angle of 271.43º 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 #986CC0 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 108 | 192 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.25 |
| HSL | 271.43º | 0.4% | 0.59% | - |
| HSV(B) | 271.43º | 0.44% | 0.75% | - |
| XYZ | 27.83 | 21.21 | 52.5 | - |
| YUV | 130.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 192 | 0.21 | 0.44 | 0 | 0.25 | 271.43 | 0.4 | 0.59 |
| Hex | 98 | 6C | C0 | 15 | 2C | 0 | 19 | 10F | 28 | 3B |
| Octal | 230 | 154 | 300 | 25 | 54 | 0 | 31 | 417 | 50 | 73 |
| Binary | 10011000 | 1101100 | 11000000 | 10101 | 101100 | 0 | 11001 | 100001111 | 101000 | 111011 |
Color Harmonies of #986CC0
Complementary color
Monochromatic Colors of #986CC0
Black with #986CC0
Text Example
Text Example
White with #986CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CC0; }
p { color: rgb(152,108,192); }
H1.HeaderClassName
{
color: #986CC0;
}
.AnyTagClassName
{
color: #986CC0;
}
</style>
background-color css
<style>
a { background-color: #986CC0; }
a { background-color: rgb(152,108,192); }
div.DivClassName
{
background-color: #986CC0;
}
.BgClassName
{
background-color: #986CC0;
}
</style>
border-color css
<style>
span { border-color: #986CC0; }
span { border-color: rgb(152,108,192); }
td.TdClassName
{
border-color: #986CC0;
}
.TagClassName
{
border-color: #986CC0;
}
</style>