Shades of Lilac Bush #987BC9
Tints of Lilac Bush #987BC9
RGB
CMYK
RGB Variations
Color information
#987BC9 (or 0x987BC9) is known color: Lilac Bush. HEX triplet: 98, 7B and C9. RGB value is (152,123,201). Sum of RGB (Red+Green+Blue) = 152+123+201=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #987BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BC9 is #678436. Grayscale: #8C8C8C. Windows color (decimal): -6784055 or 13204376. OLE color: 13204376.
HSL color Cylindrical-coordinate representation of color #987BC9: hue angle of 262.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987BC9 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 123 | 201 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.21 |
| HSL | 262.31º | 0.42% | 0.64% | - |
| HSV(B) | 262.31º | 0.39% | 0.79% | - |
| XYZ | 30.57 | 25.06 | 58.48 | - |
| YUV | 140.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 201 | 0.24 | 0.39 | 0 | 0.21 | 262.31 | 0.42 | 0.64 |
| Hex | 98 | 7B | C9 | 18 | 27 | 0 | 15 | 106 | 2A | 40 |
| Octal | 230 | 173 | 311 | 30 | 47 | 0 | 25 | 406 | 52 | 100 |
| Binary | 10011000 | 1111011 | 11001001 | 11000 | 100111 | 0 | 10101 | 100000110 | 101010 | 1000000 |
Color Harmonies of #987BC9
Complementary color
Monochromatic Colors of #987BC9
Black with #987BC9
Text Example
Text Example
White with #987BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BC9; }
p { color: rgb(152,123,201); }
H1.HeaderClassName
{
color: #987BC9;
}
.AnyTagClassName
{
color: #987BC9;
}
</style>
background-color css
<style>
a { background-color: #987BC9; }
a { background-color: rgb(152,123,201); }
div.DivClassName
{
background-color: #987BC9;
}
.BgClassName
{
background-color: #987BC9;
}
</style>
border-color css
<style>
span { border-color: #987BC9; }
span { border-color: rgb(152,123,201); }
td.TdClassName
{
border-color: #987BC9;
}
.TagClassName
{
border-color: #987BC9;
}
</style>