Shades of Deep Lilac #985FAC
Tints of Deep Lilac #985FAC
RGB
CMYK
RGB Variations
Color information
#985FAC (or 0x985FAC) is known color: Deep Lilac. HEX triplet: 98, 5F and AC. RGB value is (152,95,172). Sum of RGB (Red+Green+Blue) = 152+95+172=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #985FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985FAC is #67A053. Grayscale: #787878. Windows color (decimal): -6791252 or 11296664. OLE color: 11296664.
HSL color Cylindrical-coordinate representation of color #985FAC: hue angle of 284.42º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985FAC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 95 | 172 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.33 |
| HSL | 284.42º | 0.32% | 0.52% | - |
| HSV(B) | 284.42º | 0.45% | 0.67% | - |
| XYZ | 24.49 | 17.84 | 41.18 | - |
| YUV | 120.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 172 | 0.12 | 0.45 | 0 | 0.33 | 284.42 | 0.32 | 0.52 |
| Hex | 98 | 5F | AC | C | 2D | 0 | 21 | 11C | 20 | 34 |
| Octal | 230 | 137 | 254 | 14 | 55 | 0 | 41 | 434 | 40 | 64 |
| Binary | 10011000 | 1011111 | 10101100 | 1100 | 101101 | 0 | 100001 | 100011100 | 100000 | 110100 |
Color Harmonies of #985FAC
Complementary color
Monochromatic Colors of #985FAC
Black with #985FAC
Text Example
Text Example
White with #985FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985FAC; }
p { color: rgb(152,95,172); }
H1.HeaderClassName
{
color: #985FAC;
}
.AnyTagClassName
{
color: #985FAC;
}
</style>
background-color css
<style>
a { background-color: #985FAC; }
a { background-color: rgb(152,95,172); }
div.DivClassName
{
background-color: #985FAC;
}
.BgClassName
{
background-color: #985FAC;
}
</style>
border-color css
<style>
span { border-color: #985FAC; }
span { border-color: rgb(152,95,172); }
td.TdClassName
{
border-color: #985FAC;
}
.TagClassName
{
border-color: #985FAC;
}
</style>