Shades of Deep Lilac #993AAA
Tints of Deep Lilac #993AAA
RGB
CMYK
RGB Variations
Color information
#993AAA (or 0x993AAA) is known color: Deep Lilac. HEX triplet: 99, 3A and AA. RGB value is (153,58,170). Sum of RGB (Red+Green+Blue) = 153+58+170=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #993AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AAA is #66C555. Grayscale: #626262. Windows color (decimal): -6735190 or 11156121. OLE color: 11156121.
HSL color Cylindrical-coordinate representation of color #993AAA: hue angle of 290.89º 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 #993AAA is Cyan = 0.1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 58 | 170 | - |
| CMYK | 0.1 | 0.66 | 0 | 0.33 |
| HSL | 290.89º | 0.49% | 0.45% | - |
| HSV(B) | 290.89º | 0.66% | 0.67% | - |
| XYZ | 21.91 | 12.7 | 39.33 | - |
| YUV | 99.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 170 | 0.1 | 0.66 | 0 | 0.33 | 290.89 | 0.49 | 0.45 |
| Hex | 99 | 3A | AA | A | 42 | 0 | 21 | 123 | 31 | 2D |
| Octal | 231 | 72 | 252 | 12 | 102 | 0 | 41 | 443 | 61 | 55 |
| Binary | 10011001 | 111010 | 10101010 | 1010 | 1000010 | 0 | 100001 | 100100011 | 110001 | 101101 |
Color Harmonies of #993AAA
Complementary color
Monochromatic Colors of #993AAA
Black with #993AAA
Text Example
Text Example
White with #993AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993AAA; }
p { color: rgb(153,58,170); }
H1.HeaderClassName
{
color: #993AAA;
}
.AnyTagClassName
{
color: #993AAA;
}
</style>
background-color css
<style>
a { background-color: #993AAA; }
a { background-color: rgb(153,58,170); }
div.DivClassName
{
background-color: #993AAA;
}
.BgClassName
{
background-color: #993AAA;
}
</style>
border-color css
<style>
span { border-color: #993AAA; }
span { border-color: rgb(153,58,170); }
td.TdClassName
{
border-color: #993AAA;
}
.TagClassName
{
border-color: #993AAA;
}
</style>