Shades of Deep Lilac #985DAE
Tints of Deep Lilac #985DAE
RGB
CMYK
RGB Variations
Color information
#985DAE (or 0x985DAE) is known color: Deep Lilac. HEX triplet: 98, 5D and AE. RGB value is (152,93,174). Sum of RGB (Red+Green+Blue) = 152+93+174=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #985DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985DAE is #67A251. Grayscale: #777777. Windows color (decimal): -6791762 or 11427224. OLE color: 11427224.
HSL color Cylindrical-coordinate representation of color #985DAE: hue angle of 283.7º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985DAE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 93 | 174 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.32 |
| HSL | 283.7º | 0.33% | 0.52% | - |
| HSV(B) | 283.7º | 0.47% | 0.68% | - |
| XYZ | 24.5 | 17.56 | 42.14 | - |
| YUV | 119.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 174 | 0.13 | 0.47 | 0 | 0.32 | 283.7 | 0.33 | 0.52 |
| Hex | 98 | 5D | AE | D | 2F | 0 | 20 | 11C | 21 | 34 |
| Octal | 230 | 135 | 256 | 15 | 57 | 0 | 40 | 434 | 41 | 64 |
| Binary | 10011000 | 1011101 | 10101110 | 1101 | 101111 | 0 | 100000 | 100011100 | 100001 | 110100 |
Color Harmonies of #985DAE
Complementary color
Monochromatic Colors of #985DAE
Black with #985DAE
Text Example
Text Example
White with #985DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985DAE; }
p { color: rgb(152,93,174); }
H1.HeaderClassName
{
color: #985DAE;
}
.AnyTagClassName
{
color: #985DAE;
}
</style>
background-color css
<style>
a { background-color: #985DAE; }
a { background-color: rgb(152,93,174); }
div.DivClassName
{
background-color: #985DAE;
}
.BgClassName
{
background-color: #985DAE;
}
</style>
border-color css
<style>
span { border-color: #985DAE; }
span { border-color: rgb(152,93,174); }
td.TdClassName
{
border-color: #985DAE;
}
.TagClassName
{
border-color: #985DAE;
}
</style>