Shades of Deep Lilac #985CAE
Tints of Deep Lilac #985CAE
RGB
CMYK
RGB Variations
Color information
#985CAE (or 0x985CAE) is known color: Deep Lilac. HEX triplet: 98, 5C and AE. RGB value is (152,92,174). Sum of RGB (Red+Green+Blue) = 152+92+174=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #985CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985CAE is #67A351. Grayscale: #777777. Windows color (decimal): -6792018 or 11426968. OLE color: 11426968.
HSL color Cylindrical-coordinate representation of color #985CAE: hue angle of 283.9º degrees, saturation: 0.34, 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 #985CAE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 92 | 174 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.32 |
| HSL | 283.9º | 0.34% | 0.52% | - |
| HSV(B) | 283.9º | 0.47% | 0.68% | - |
| XYZ | 24.42 | 17.39 | 42.11 | - |
| YUV | 119.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 174 | 0.13 | 0.47 | 0 | 0.32 | 283.9 | 0.34 | 0.52 |
| Hex | 98 | 5C | AE | D | 2F | 0 | 20 | 11C | 22 | 34 |
| Octal | 230 | 134 | 256 | 15 | 57 | 0 | 40 | 434 | 42 | 64 |
| Binary | 10011000 | 1011100 | 10101110 | 1101 | 101111 | 0 | 100000 | 100011100 | 100010 | 110100 |
Color Harmonies of #985CAE
Complementary color
Monochromatic Colors of #985CAE
Black with #985CAE
Text Example
Text Example
White with #985CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985CAE; }
p { color: rgb(152,92,174); }
H1.HeaderClassName
{
color: #985CAE;
}
.AnyTagClassName
{
color: #985CAE;
}
</style>
background-color css
<style>
a { background-color: #985CAE; }
a { background-color: rgb(152,92,174); }
div.DivClassName
{
background-color: #985CAE;
}
.BgClassName
{
background-color: #985CAE;
}
</style>
border-color css
<style>
span { border-color: #985CAE; }
span { border-color: rgb(152,92,174); }
td.TdClassName
{
border-color: #985CAE;
}
.TagClassName
{
border-color: #985CAE;
}
</style>