Shades of Lilac Bush #987DC3
Tints of Lilac Bush #987DC3
RGB
CMYK
RGB Variations
Color information
#987DC3 (or 0x987DC3) is known color: Lilac Bush. HEX triplet: 98, 7D and C3. RGB value is (152,125,195). Sum of RGB (Red+Green+Blue) = 152+125+195=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #987DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DC3 is #67823C. Grayscale: #8C8C8C. Windows color (decimal): -6783549 or 12811672. OLE color: 12811672.
HSL color Cylindrical-coordinate representation of color #987DC3: hue angle of 263.14º degrees, saturation: 0.37, 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 #987DC3 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 125 | 195 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.24 |
| HSL | 263.14º | 0.37% | 0.63% | - |
| HSV(B) | 263.14º | 0.36% | 0.76% | - |
| XYZ | 30.13 | 25.28 | 54.92 | - |
| YUV | 141.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 195 | 0.22 | 0.36 | 0 | 0.24 | 263.14 | 0.37 | 0.63 |
| Hex | 98 | 7D | C3 | 16 | 24 | 0 | 18 | 107 | 25 | 3F |
| Octal | 230 | 175 | 303 | 26 | 44 | 0 | 30 | 407 | 45 | 77 |
| Binary | 10011000 | 1111101 | 11000011 | 10110 | 100100 | 0 | 11000 | 100000111 | 100101 | 111111 |
Color Harmonies of #987DC3
Complementary color
Monochromatic Colors of #987DC3
Black with #987DC3
Text Example
Text Example
White with #987DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DC3; }
p { color: rgb(152,125,195); }
H1.HeaderClassName
{
color: #987DC3;
}
.AnyTagClassName
{
color: #987DC3;
}
</style>
background-color css
<style>
a { background-color: #987DC3; }
a { background-color: rgb(152,125,195); }
div.DivClassName
{
background-color: #987DC3;
}
.BgClassName
{
background-color: #987DC3;
}
</style>
border-color css
<style>
span { border-color: #987DC3; }
span { border-color: rgb(152,125,195); }
td.TdClassName
{
border-color: #987DC3;
}
.TagClassName
{
border-color: #987DC3;
}
</style>