Shades of Deep Lilac #993CAE
Tints of Deep Lilac #993CAE
RGB
CMYK
RGB Variations
Color information
#993CAE (or 0x993CAE) is known color: Deep Lilac. HEX triplet: 99, 3C and AE. RGB value is (153,60,174). Sum of RGB (Red+Green+Blue) = 153+60+174=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #993CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993CAE is #66C351. Grayscale: #646464. Windows color (decimal): -6734674 or 11418777. OLE color: 11418777.
HSL color Cylindrical-coordinate representation of color #993CAE: hue angle of 288.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993CAE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 60 | 174 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.32 |
| HSL | 288.95º | 0.49% | 0.46% | - |
| HSV(B) | 288.95º | 0.66% | 0.68% | - |
| XYZ | 22.39 | 13.06 | 41.39 | - |
| YUV | 100.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 174 | 0.12 | 0.66 | 0 | 0.32 | 288.95 | 0.49 | 0.46 |
| Hex | 99 | 3C | AE | C | 42 | 0 | 20 | 121 | 31 | 2E |
| Octal | 231 | 74 | 256 | 14 | 102 | 0 | 40 | 441 | 61 | 56 |
| Binary | 10011001 | 111100 | 10101110 | 1100 | 1000010 | 0 | 100000 | 100100001 | 110001 | 101110 |
Color Harmonies of #993CAE
Complementary color
Monochromatic Colors of #993CAE
Black with #993CAE
Text Example
Text Example
White with #993CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CAE; }
p { color: rgb(153,60,174); }
H1.HeaderClassName
{
color: #993CAE;
}
.AnyTagClassName
{
color: #993CAE;
}
</style>
background-color css
<style>
a { background-color: #993CAE; }
a { background-color: rgb(153,60,174); }
div.DivClassName
{
background-color: #993CAE;
}
.BgClassName
{
background-color: #993CAE;
}
</style>
border-color css
<style>
span { border-color: #993CAE; }
span { border-color: rgb(153,60,174); }
td.TdClassName
{
border-color: #993CAE;
}
.TagClassName
{
border-color: #993CAE;
}
</style>