Shades of Deep Lilac #985EBC
Tints of Deep Lilac #985EBC
RGB
CMYK
RGB Variations
Color information
#985EBC (or 0x985EBC) is known color: Deep Lilac. HEX triplet: 98, 5E and BC. RGB value is (152,94,188). Sum of RGB (Red+Green+Blue) = 152+94+188=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #985EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EBC is #67A143. Grayscale: #797979. Windows color (decimal): -6791492 or 12344984. OLE color: 12344984.
HSL color Cylindrical-coordinate representation of color #985EBC: hue angle of 277.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #985EBC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 94 | 188 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.26 |
| HSL | 277.02º | 0.41% | 0.55% | - |
| HSV(B) | 277.02º | 0.5% | 0.74% | - |
| XYZ | 26.03 | 18.31 | 49.74 | - |
| YUV | 122.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 188 | 0.19 | 0.50 | 0 | 0.26 | 277.02 | 0.41 | 0.55 |
| Hex | 98 | 5E | BC | 13 | 32 | 0 | 1A | 115 | 29 | 37 |
| Octal | 230 | 136 | 274 | 23 | 62 | 0 | 32 | 425 | 51 | 67 |
| Binary | 10011000 | 1011110 | 10111100 | 10011 | 110010 | 0 | 11010 | 100010101 | 101001 | 110111 |
Color Harmonies of #985EBC
Complementary color
Monochromatic Colors of #985EBC
Black with #985EBC
Text Example
Text Example
White with #985EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985EBC; }
p { color: rgb(152,94,188); }
H1.HeaderClassName
{
color: #985EBC;
}
.AnyTagClassName
{
color: #985EBC;
}
</style>
background-color css
<style>
a { background-color: #985EBC; }
a { background-color: rgb(152,94,188); }
div.DivClassName
{
background-color: #985EBC;
}
.BgClassName
{
background-color: #985EBC;
}
</style>
border-color css
<style>
span { border-color: #985EBC; }
span { border-color: rgb(152,94,188); }
td.TdClassName
{
border-color: #985EBC;
}
.TagClassName
{
border-color: #985EBC;
}
</style>