Shades of Deep Lilac #985EBB
Tints of Deep Lilac #985EBB
RGB
CMYK
RGB Variations
Color information
#985EBB (or 0x985EBB) is known color: Deep Lilac. HEX triplet: 98, 5E and BB. RGB value is (152,94,187). Sum of RGB (Red+Green+Blue) = 152+94+187=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #985EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EBB is #67A144. Grayscale: #797979. Windows color (decimal): -6791493 or 12279448. OLE color: 12279448.
HSL color Cylindrical-coordinate representation of color #985EBB: hue angle of 277.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #985EBB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 94 | 187 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.27 |
| HSL | 277.42º | 0.41% | 0.55% | - |
| HSV(B) | 277.42º | 0.5% | 0.73% | - |
| XYZ | 25.92 | 18.27 | 49.17 | - |
| YUV | 121.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 187 | 0.19 | 0.50 | 0 | 0.27 | 277.42 | 0.41 | 0.55 |
| Hex | 98 | 5E | BB | 13 | 32 | 0 | 1B | 115 | 29 | 37 |
| Octal | 230 | 136 | 273 | 23 | 62 | 0 | 33 | 425 | 51 | 67 |
| Binary | 10011000 | 1011110 | 10111011 | 10011 | 110010 | 0 | 11011 | 100010101 | 101001 | 110111 |
Color Harmonies of #985EBB
Complementary color
Monochromatic Colors of #985EBB
Black with #985EBB
Text Example
Text Example
White with #985EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985EBB; }
p { color: rgb(152,94,187); }
H1.HeaderClassName
{
color: #985EBB;
}
.AnyTagClassName
{
color: #985EBB;
}
</style>
background-color css
<style>
a { background-color: #985EBB; }
a { background-color: rgb(152,94,187); }
div.DivClassName
{
background-color: #985EBB;
}
.BgClassName
{
background-color: #985EBB;
}
</style>
border-color css
<style>
span { border-color: #985EBB; }
span { border-color: rgb(152,94,187); }
td.TdClassName
{
border-color: #985EBB;
}
.TagClassName
{
border-color: #985EBB;
}
</style>