Shades of Deep Lilac #993BAE
Tints of Deep Lilac #993BAE
RGB
CMYK
RGB Variations
Color information
#993BAE (or 0x993BAE) is known color: Deep Lilac. HEX triplet: 99, 3B and AE. RGB value is (153,59,174). Sum of RGB (Red+Green+Blue) = 153+59+174=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #993BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993BAE is #66C451. Grayscale: #636363. Windows color (decimal): -6734930 or 11418521. OLE color: 11418521.
HSL color Cylindrical-coordinate representation of color #993BAE: hue angle of 289.04º 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 #993BAE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 59 | 174 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.32 |
| HSL | 289.04º | 0.49% | 0.46% | - |
| HSV(B) | 289.04º | 0.66% | 0.68% | - |
| XYZ | 22.34 | 12.96 | 41.37 | - |
| YUV | 100.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 174 | 0.12 | 0.66 | 0 | 0.32 | 289.04 | 0.49 | 0.46 |
| Hex | 99 | 3B | AE | C | 42 | 0 | 20 | 121 | 31 | 2E |
| Octal | 231 | 73 | 256 | 14 | 102 | 0 | 40 | 441 | 61 | 56 |
| Binary | 10011001 | 111011 | 10101110 | 1100 | 1000010 | 0 | 100000 | 100100001 | 110001 | 101110 |
Color Harmonies of #993BAE
Complementary color
Monochromatic Colors of #993BAE
Black with #993BAE
Text Example
Text Example
White with #993BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BAE; }
p { color: rgb(153,59,174); }
H1.HeaderClassName
{
color: #993BAE;
}
.AnyTagClassName
{
color: #993BAE;
}
</style>
background-color css
<style>
a { background-color: #993BAE; }
a { background-color: rgb(153,59,174); }
div.DivClassName
{
background-color: #993BAE;
}
.BgClassName
{
background-color: #993BAE;
}
</style>
border-color css
<style>
span { border-color: #993BAE; }
span { border-color: rgb(153,59,174); }
td.TdClassName
{
border-color: #993BAE;
}
.TagClassName
{
border-color: #993BAE;
}
</style>