Shades of Lilac Bush #986DBD
Tints of Lilac Bush #986DBD
RGB
CMYK
RGB Variations
Color information
#986DBD (or 0x986DBD) is known color: Lilac Bush. HEX triplet: 98, 6D and BD. RGB value is (152,109,189). Sum of RGB (Red+Green+Blue) = 152+109+189=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #986DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DBD is #679242. Grayscale: #828282. Windows color (decimal): -6787651 or 12414360. OLE color: 12414360.
HSL color Cylindrical-coordinate representation of color #986DBD: hue angle of 272.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #986DBD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 109 | 189 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.26 |
| HSL | 272.25º | 0.38% | 0.58% | - |
| HSV(B) | 272.25º | 0.42% | 0.74% | - |
| XYZ | 27.6 | 21.29 | 50.8 | - |
| YUV | 130.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 189 | 0.20 | 0.42 | 0 | 0.26 | 272.25 | 0.38 | 0.58 |
| Hex | 98 | 6D | BD | 14 | 2A | 0 | 1A | 110 | 26 | 3A |
| Octal | 230 | 155 | 275 | 24 | 52 | 0 | 32 | 420 | 46 | 72 |
| Binary | 10011000 | 1101101 | 10111101 | 10100 | 101010 | 0 | 11010 | 100010000 | 100110 | 111010 |
Color Harmonies of #986DBD
Complementary color
Monochromatic Colors of #986DBD
Black with #986DBD
Text Example
Text Example
White with #986DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DBD; }
p { color: rgb(152,109,189); }
H1.HeaderClassName
{
color: #986DBD;
}
.AnyTagClassName
{
color: #986DBD;
}
</style>
background-color css
<style>
a { background-color: #986DBD; }
a { background-color: rgb(152,109,189); }
div.DivClassName
{
background-color: #986DBD;
}
.BgClassName
{
background-color: #986DBD;
}
</style>
border-color css
<style>
span { border-color: #986DBD; }
span { border-color: rgb(152,109,189); }
td.TdClassName
{
border-color: #986DBD;
}
.TagClassName
{
border-color: #986DBD;
}
</style>