Shades of Deep Lilac #985DBC
Tints of Deep Lilac #985DBC
RGB
CMYK
RGB Variations
Color information
#985DBC (or 0x985DBC) is known color: Deep Lilac. HEX triplet: 98, 5D and BC. RGB value is (152,93,188). Sum of RGB (Red+Green+Blue) = 152+93+188=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #985DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DBC is #67A243. Grayscale: #797979. Windows color (decimal): -6791748 or 12344728. OLE color: 12344728.
HSL color Cylindrical-coordinate representation of color #985DBC: hue angle of 277.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985DBC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 93 | 188 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.26 |
| HSL | 277.26º | 0.41% | 0.55% | - |
| HSV(B) | 277.26º | 0.51% | 0.74% | - |
| XYZ | 25.94 | 18.13 | 49.71 | - |
| YUV | 121.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 188 | 0.19 | 0.51 | 0 | 0.26 | 277.26 | 0.41 | 0.55 |
| Hex | 98 | 5D | BC | 13 | 33 | 0 | 1A | 115 | 29 | 37 |
| Octal | 230 | 135 | 274 | 23 | 63 | 0 | 32 | 425 | 51 | 67 |
| Binary | 10011000 | 1011101 | 10111100 | 10011 | 110011 | 0 | 11010 | 100010101 | 101001 | 110111 |
Color Harmonies of #985DBC
Complementary color
Monochromatic Colors of #985DBC
Black with #985DBC
Text Example
Text Example
White with #985DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985DBC; }
p { color: rgb(152,93,188); }
H1.HeaderClassName
{
color: #985DBC;
}
.AnyTagClassName
{
color: #985DBC;
}
</style>
background-color css
<style>
a { background-color: #985DBC; }
a { background-color: rgb(152,93,188); }
div.DivClassName
{
background-color: #985DBC;
}
.BgClassName
{
background-color: #985DBC;
}
</style>
border-color css
<style>
span { border-color: #985DBC; }
span { border-color: rgb(152,93,188); }
td.TdClassName
{
border-color: #985DBC;
}
.TagClassName
{
border-color: #985DBC;
}
</style>