Shades of Deep Lilac #993EAB
Tints of Deep Lilac #993EAB
RGB
CMYK
RGB Variations
Color information
#993EAB (or 0x993EAB) is known color: Deep Lilac. HEX triplet: 99, 3E and AB. RGB value is (153,62,171). Sum of RGB (Red+Green+Blue) = 153+62+171=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #993EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993EAB is #66C154. Grayscale: #656565. Windows color (decimal): -6734165 or 11222681. OLE color: 11222681.
HSL color Cylindrical-coordinate representation of color #993EAB: hue angle of 290.09º 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 #993EAB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 62 | 171 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.33 |
| HSL | 290.09º | 0.47% | 0.46% | - |
| HSV(B) | 290.09º | 0.64% | 0.67% | - |
| XYZ | 22.21 | 13.16 | 39.9 | - |
| YUV | 101.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 171 | 0.11 | 0.64 | 0 | 0.33 | 290.09 | 0.47 | 0.46 |
| Hex | 99 | 3E | AB | B | 40 | 0 | 21 | 122 | 2F | 2E |
| Octal | 231 | 76 | 253 | 13 | 100 | 0 | 41 | 442 | 57 | 56 |
| Binary | 10011001 | 111110 | 10101011 | 1011 | 1000000 | 0 | 100001 | 100100010 | 101111 | 101110 |
Color Harmonies of #993EAB
Complementary color
Monochromatic Colors of #993EAB
Black with #993EAB
Text Example
Text Example
White with #993EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EAB; }
p { color: rgb(153,62,171); }
H1.HeaderClassName
{
color: #993EAB;
}
.AnyTagClassName
{
color: #993EAB;
}
</style>
background-color css
<style>
a { background-color: #993EAB; }
a { background-color: rgb(153,62,171); }
div.DivClassName
{
background-color: #993EAB;
}
.BgClassName
{
background-color: #993EAB;
}
</style>
border-color css
<style>
span { border-color: #993EAB; }
span { border-color: rgb(153,62,171); }
td.TdClassName
{
border-color: #993EAB;
}
.TagClassName
{
border-color: #993EAB;
}
</style>