Shades of Deep Lilac #993EAE
Tints of Deep Lilac #993EAE
RGB
CMYK
RGB Variations
Color information
#993EAE (or 0x993EAE) is known color: Deep Lilac. HEX triplet: 99, 3E and AE. RGB value is (153,62,174). Sum of RGB (Red+Green+Blue) = 153+62+174=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #993EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993EAE is #66C151. Grayscale: #656565. Windows color (decimal): -6734162 or 11419289. OLE color: 11419289.
HSL color Cylindrical-coordinate representation of color #993EAE: hue angle of 288.75º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993EAE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 62 | 174 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.32 |
| HSL | 288.75º | 0.47% | 0.46% | - |
| HSV(B) | 288.75º | 0.64% | 0.68% | - |
| XYZ | 22.5 | 13.27 | 41.42 | - |
| YUV | 101.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 174 | 0.12 | 0.64 | 0 | 0.32 | 288.75 | 0.47 | 0.46 |
| Hex | 99 | 3E | AE | C | 40 | 0 | 20 | 121 | 2F | 2E |
| Octal | 231 | 76 | 256 | 14 | 100 | 0 | 40 | 441 | 57 | 56 |
| Binary | 10011001 | 111110 | 10101110 | 1100 | 1000000 | 0 | 100000 | 100100001 | 101111 | 101110 |
Color Harmonies of #993EAE
Complementary color
Monochromatic Colors of #993EAE
Black with #993EAE
Text Example
Text Example
White with #993EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EAE; }
p { color: rgb(153,62,174); }
H1.HeaderClassName
{
color: #993EAE;
}
.AnyTagClassName
{
color: #993EAE;
}
</style>
background-color css
<style>
a { background-color: #993EAE; }
a { background-color: rgb(153,62,174); }
div.DivClassName
{
background-color: #993EAE;
}
.BgClassName
{
background-color: #993EAE;
}
</style>
border-color css
<style>
span { border-color: #993EAE; }
span { border-color: rgb(153,62,174); }
td.TdClassName
{
border-color: #993EAE;
}
.TagClassName
{
border-color: #993EAE;
}
</style>