Shades of Deep Lilac #993AAB
Tints of Deep Lilac #993AAB
RGB
CMYK
RGB Variations
Color information
#993AAB (or 0x993AAB) is known color: Deep Lilac. HEX triplet: 99, 3A and AB. RGB value is (153,58,171). Sum of RGB (Red+Green+Blue) = 153+58+171=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #993AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AAB is #66C554. Grayscale: #626262. Windows color (decimal): -6735189 or 11221657. OLE color: 11221657.
HSL color Cylindrical-coordinate representation of color #993AAB: hue angle of 290.44º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993AAB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 58 | 171 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.33 |
| HSL | 290.44º | 0.49% | 0.45% | - |
| HSV(B) | 290.44º | 0.66% | 0.67% | - |
| XYZ | 22 | 12.74 | 39.83 | - |
| YUV | 99.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 171 | 0.11 | 0.66 | 0 | 0.33 | 290.44 | 0.49 | 0.45 |
| Hex | 99 | 3A | AB | B | 42 | 0 | 21 | 122 | 31 | 2D |
| Octal | 231 | 72 | 253 | 13 | 102 | 0 | 41 | 442 | 61 | 55 |
| Binary | 10011001 | 111010 | 10101011 | 1011 | 1000010 | 0 | 100001 | 100100010 | 110001 | 101101 |
Color Harmonies of #993AAB
Complementary color
Monochromatic Colors of #993AAB
Black with #993AAB
Text Example
Text Example
White with #993AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993AAB; }
p { color: rgb(153,58,171); }
H1.HeaderClassName
{
color: #993AAB;
}
.AnyTagClassName
{
color: #993AAB;
}
</style>
background-color css
<style>
a { background-color: #993AAB; }
a { background-color: rgb(153,58,171); }
div.DivClassName
{
background-color: #993AAB;
}
.BgClassName
{
background-color: #993AAB;
}
</style>
border-color css
<style>
span { border-color: #993AAB; }
span { border-color: rgb(153,58,171); }
td.TdClassName
{
border-color: #993AAB;
}
.TagClassName
{
border-color: #993AAB;
}
</style>