Shades of Deep Lilac #993EAC
Tints of Deep Lilac #993EAC
RGB
CMYK
RGB Variations
Color information
#993EAC (or 0x993EAC) is known color: Deep Lilac. HEX triplet: 99, 3E and AC. RGB value is (153,62,172). Sum of RGB (Red+Green+Blue) = 153+62+172=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #993EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993EAC is #66C153. Grayscale: #656565. Windows color (decimal): -6734164 or 11288217. OLE color: 11288217.
HSL color Cylindrical-coordinate representation of color #993EAC: hue angle of 289.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993EAC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 62 | 172 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.33 |
| HSL | 289.64º | 0.47% | 0.46% | - |
| HSV(B) | 289.64º | 0.64% | 0.67% | - |
| XYZ | 22.31 | 13.2 | 40.4 | - |
| YUV | 101.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 172 | 0.11 | 0.64 | 0 | 0.33 | 289.64 | 0.47 | 0.46 |
| Hex | 99 | 3E | AC | B | 40 | 0 | 21 | 122 | 2F | 2E |
| Octal | 231 | 76 | 254 | 13 | 100 | 0 | 41 | 442 | 57 | 56 |
| Binary | 10011001 | 111110 | 10101100 | 1011 | 1000000 | 0 | 100001 | 100100010 | 101111 | 101110 |
Color Harmonies of #993EAC
Complementary color
Monochromatic Colors of #993EAC
Black with #993EAC
Text Example
Text Example
White with #993EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EAC; }
p { color: rgb(153,62,172); }
H1.HeaderClassName
{
color: #993EAC;
}
.AnyTagClassName
{
color: #993EAC;
}
</style>
background-color css
<style>
a { background-color: #993EAC; }
a { background-color: rgb(153,62,172); }
div.DivClassName
{
background-color: #993EAC;
}
.BgClassName
{
background-color: #993EAC;
}
</style>
border-color css
<style>
span { border-color: #993EAC; }
span { border-color: rgb(153,62,172); }
td.TdClassName
{
border-color: #993EAC;
}
.TagClassName
{
border-color: #993EAC;
}
</style>