Shades of Deep Lilac #993DAA
Tints of Deep Lilac #993DAA
RGB
CMYK
RGB Variations
Color information
#993DAA (or 0x993DAA) is known color: Deep Lilac. HEX triplet: 99, 3D and AA. RGB value is (153,61,170). Sum of RGB (Red+Green+Blue) = 153+61+170=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #993DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DAA is #66C255. Grayscale: #646464. Windows color (decimal): -6734422 or 11156889. OLE color: 11156889.
HSL color Cylindrical-coordinate representation of color #993DAA: hue angle of 290.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993DAA is Cyan = 0.1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 61 | 170 | - |
| CMYK | 0.1 | 0.64 | 0 | 0.33 |
| HSL | 290.64º | 0.47% | 0.45% | - |
| HSV(B) | 290.64º | 0.64% | 0.67% | - |
| XYZ | 22.06 | 13.01 | 39.38 | - |
| YUV | 100.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 170 | 0.1 | 0.64 | 0 | 0.33 | 290.64 | 0.47 | 0.45 |
| Hex | 99 | 3D | AA | A | 40 | 0 | 21 | 123 | 2F | 2D |
| Octal | 231 | 75 | 252 | 12 | 100 | 0 | 41 | 443 | 57 | 55 |
| Binary | 10011001 | 111101 | 10101010 | 1010 | 1000000 | 0 | 100001 | 100100011 | 101111 | 101101 |
Color Harmonies of #993DAA
Complementary color
Monochromatic Colors of #993DAA
Black with #993DAA
Text Example
Text Example
White with #993DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DAA; }
p { color: rgb(153,61,170); }
H1.HeaderClassName
{
color: #993DAA;
}
.AnyTagClassName
{
color: #993DAA;
}
</style>
background-color css
<style>
a { background-color: #993DAA; }
a { background-color: rgb(153,61,170); }
div.DivClassName
{
background-color: #993DAA;
}
.BgClassName
{
background-color: #993DAA;
}
</style>
border-color css
<style>
span { border-color: #993DAA; }
span { border-color: rgb(153,61,170); }
td.TdClassName
{
border-color: #993DAA;
}
.TagClassName
{
border-color: #993DAA;
}
</style>