Shades of Lilac Bush #987DC2
Tints of Lilac Bush #987DC2
RGB
CMYK
RGB Variations
Color information
#987DC2 (or 0x987DC2) is known color: Lilac Bush. HEX triplet: 98, 7D and C2. RGB value is (152,125,194). Sum of RGB (Red+Green+Blue) = 152+125+194=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #987DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DC2 is #67823D. Grayscale: #8C8C8C. Windows color (decimal): -6783550 or 12746136. OLE color: 12746136.
HSL color Cylindrical-coordinate representation of color #987DC2: hue angle of 263.48º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987DC2 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 125 | 194 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.24 |
| HSL | 263.48º | 0.36% | 0.63% | - |
| HSV(B) | 263.48º | 0.36% | 0.76% | - |
| XYZ | 30.02 | 25.24 | 54.33 | - |
| YUV | 140.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 194 | 0.22 | 0.36 | 0 | 0.24 | 263.48 | 0.36 | 0.63 |
| Hex | 98 | 7D | C2 | 16 | 24 | 0 | 18 | 107 | 24 | 3F |
| Octal | 230 | 175 | 302 | 26 | 44 | 0 | 30 | 407 | 44 | 77 |
| Binary | 10011000 | 1111101 | 11000010 | 10110 | 100100 | 0 | 11000 | 100000111 | 100100 | 111111 |
Color Harmonies of #987DC2
Complementary color
Monochromatic Colors of #987DC2
Black with #987DC2
Text Example
Text Example
White with #987DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DC2; }
p { color: rgb(152,125,194); }
H1.HeaderClassName
{
color: #987DC2;
}
.AnyTagClassName
{
color: #987DC2;
}
</style>
background-color css
<style>
a { background-color: #987DC2; }
a { background-color: rgb(152,125,194); }
div.DivClassName
{
background-color: #987DC2;
}
.BgClassName
{
background-color: #987DC2;
}
</style>
border-color css
<style>
span { border-color: #987DC2; }
span { border-color: rgb(152,125,194); }
td.TdClassName
{
border-color: #987DC2;
}
.TagClassName
{
border-color: #987DC2;
}
</style>