Shades of Lilac Bush #986ABB
Tints of Lilac Bush #986ABB
RGB
CMYK
RGB Variations
Color information
#986ABB (or 0x986ABB) is known color: Lilac Bush. HEX triplet: 98, 6A and BB. RGB value is (152,106,187). Sum of RGB (Red+Green+Blue) = 152+106+187=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #986ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ABB is #679544. Grayscale: #808080. Windows color (decimal): -6788421 or 12282520. OLE color: 12282520.
HSL color Cylindrical-coordinate representation of color #986ABB: hue angle of 274.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #986ABB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 106 | 187 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.27 |
| HSL | 274.07º | 0.37% | 0.57% | - |
| HSV(B) | 274.07º | 0.43% | 0.73% | - |
| XYZ | 27.07 | 20.57 | 49.56 | - |
| YUV | 128.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 187 | 0.19 | 0.43 | 0 | 0.27 | 274.07 | 0.37 | 0.57 |
| Hex | 98 | 6A | BB | 13 | 2B | 0 | 1B | 112 | 25 | 39 |
| Octal | 230 | 152 | 273 | 23 | 53 | 0 | 33 | 422 | 45 | 71 |
| Binary | 10011000 | 1101010 | 10111011 | 10011 | 101011 | 0 | 11011 | 100010010 | 100101 | 111001 |
Color Harmonies of #986ABB
Complementary color
Monochromatic Colors of #986ABB
Black with #986ABB
Text Example
Text Example
White with #986ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986ABB; }
p { color: rgb(152,106,187); }
H1.HeaderClassName
{
color: #986ABB;
}
.AnyTagClassName
{
color: #986ABB;
}
</style>
background-color css
<style>
a { background-color: #986ABB; }
a { background-color: rgb(152,106,187); }
div.DivClassName
{
background-color: #986ABB;
}
.BgClassName
{
background-color: #986ABB;
}
</style>
border-color css
<style>
span { border-color: #986ABB; }
span { border-color: rgb(152,106,187); }
td.TdClassName
{
border-color: #986ABB;
}
.TagClassName
{
border-color: #986ABB;
}
</style>