Shades of Deep Lilac #985EC1
Tints of Deep Lilac #985EC1
RGB
CMYK
RGB Variations
Color information
#985EC1 (or 0x985EC1) is known color: Deep Lilac. HEX triplet: 98, 5E and C1. RGB value is (152,94,193). Sum of RGB (Red+Green+Blue) = 152+94+193=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #985EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EC1 is #67A13E. Grayscale: #7A7A7A. Windows color (decimal): -6791487 or 12672664. OLE color: 12672664.
HSL color Cylindrical-coordinate representation of color #985EC1: hue angle of 275.15º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985EC1 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 94 | 193 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.24 |
| HSL | 275.15º | 0.44% | 0.56% | - |
| HSV(B) | 275.15º | 0.51% | 0.76% | - |
| XYZ | 26.58 | 18.53 | 52.63 | - |
| YUV | 122.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 193 | 0.21 | 0.51 | 0 | 0.24 | 275.15 | 0.44 | 0.56 |
| Hex | 98 | 5E | C1 | 15 | 33 | 0 | 18 | 113 | 2C | 38 |
| Octal | 230 | 136 | 301 | 25 | 63 | 0 | 30 | 423 | 54 | 70 |
| Binary | 10011000 | 1011110 | 11000001 | 10101 | 110011 | 0 | 11000 | 100010011 | 101100 | 111000 |
Color Harmonies of #985EC1
Complementary color
Monochromatic Colors of #985EC1
Black with #985EC1
Text Example
Text Example
White with #985EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985EC1; }
p { color: rgb(152,94,193); }
H1.HeaderClassName
{
color: #985EC1;
}
.AnyTagClassName
{
color: #985EC1;
}
</style>
background-color css
<style>
a { background-color: #985EC1; }
a { background-color: rgb(152,94,193); }
div.DivClassName
{
background-color: #985EC1;
}
.BgClassName
{
background-color: #985EC1;
}
</style>
border-color css
<style>
span { border-color: #985EC1; }
span { border-color: rgb(152,94,193); }
td.TdClassName
{
border-color: #985EC1;
}
.TagClassName
{
border-color: #985EC1;
}
</style>