Shades of Lilac Bush #987AC2
Tints of Lilac Bush #987AC2
RGB
CMYK
RGB Variations
Color information
#987AC2 (or 0x987AC2) is known color: Lilac Bush. HEX triplet: 98, 7A and C2. RGB value is (152,122,194). Sum of RGB (Red+Green+Blue) = 152+122+194=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #987AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AC2 is #67853D. Grayscale: #8A8A8A. Windows color (decimal): -6784318 or 12745368. OLE color: 12745368.
HSL color Cylindrical-coordinate representation of color #987AC2: hue angle of 265º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #987AC2 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 122 | 194 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.24 |
| HSL | 265º | 0.37% | 0.62% | - |
| HSV(B) | 265º | 0.37% | 0.76% | - |
| XYZ | 29.65 | 24.49 | 54.2 | - |
| YUV | 139.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 194 | 0.22 | 0.37 | 0 | 0.24 | 265 | 0.37 | 0.62 |
| Hex | 98 | 7A | C2 | 16 | 25 | 0 | 18 | 109 | 25 | 3E |
| Octal | 230 | 172 | 302 | 26 | 45 | 0 | 30 | 411 | 45 | 76 |
| Binary | 10011000 | 1111010 | 11000010 | 10110 | 100101 | 0 | 11000 | 100001001 | 100101 | 111110 |
Color Harmonies of #987AC2
Complementary color
Monochromatic Colors of #987AC2
Black with #987AC2
Text Example
Text Example
White with #987AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AC2; }
p { color: rgb(152,122,194); }
H1.HeaderClassName
{
color: #987AC2;
}
.AnyTagClassName
{
color: #987AC2;
}
</style>
background-color css
<style>
a { background-color: #987AC2; }
a { background-color: rgb(152,122,194); }
div.DivClassName
{
background-color: #987AC2;
}
.BgClassName
{
background-color: #987AC2;
}
</style>
border-color css
<style>
span { border-color: #987AC2; }
span { border-color: rgb(152,122,194); }
td.TdClassName
{
border-color: #987AC2;
}
.TagClassName
{
border-color: #987AC2;
}
</style>