Shades of Deep Lilac #995EAC
Tints of Deep Lilac #995EAC
RGB
CMYK
RGB Variations
Color information
#995EAC (or 0x995EAC) is known color: Deep Lilac. HEX triplet: 99, 5E and AC. RGB value is (153,94,172). Sum of RGB (Red+Green+Blue) = 153+94+172=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 94 (37.11% from 255 or 22.43% 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 #995EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995EAC is #66A153. Grayscale: #787878. Windows color (decimal): -6725972 or 11296409. OLE color: 11296409.
HSL color Cylindrical-coordinate representation of color #995EAC: hue angle of 285.38º 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 #995EAC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 94 | 172 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.33 |
| HSL | 285.38º | 0.32% | 0.52% | - |
| HSV(B) | 285.38º | 0.45% | 0.67% | - |
| XYZ | 24.59 | 17.76 | 41.16 | - |
| YUV | 120.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 172 | 0.11 | 0.45 | 0 | 0.33 | 285.38 | 0.32 | 0.52 |
| Hex | 99 | 5E | AC | B | 2D | 0 | 21 | 11D | 20 | 34 |
| Octal | 231 | 136 | 254 | 13 | 55 | 0 | 41 | 435 | 40 | 64 |
| Binary | 10011001 | 1011110 | 10101100 | 1011 | 101101 | 0 | 100001 | 100011101 | 100000 | 110100 |
Color Harmonies of #995EAC
Complementary color
Monochromatic Colors of #995EAC
Black with #995EAC
Text Example
Text Example
White with #995EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EAC; }
p { color: rgb(153,94,172); }
H1.HeaderClassName
{
color: #995EAC;
}
.AnyTagClassName
{
color: #995EAC;
}
</style>
background-color css
<style>
a { background-color: #995EAC; }
a { background-color: rgb(153,94,172); }
div.DivClassName
{
background-color: #995EAC;
}
.BgClassName
{
background-color: #995EAC;
}
</style>
border-color css
<style>
span { border-color: #995EAC; }
span { border-color: rgb(153,94,172); }
td.TdClassName
{
border-color: #995EAC;
}
.TagClassName
{
border-color: #995EAC;
}
</style>