Shades of Deep Lilac #9943AE
Tints of Deep Lilac #9943AE
RGB
CMYK
RGB Variations
Color information
#9943AE (or 0x9943AE) is known color: Deep Lilac. HEX triplet: 99, 43 and AE. RGB value is (153,67,174). Sum of RGB (Red+Green+Blue) = 153+67+174=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #9943AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9943AE is #66BC51. Grayscale: #686868. Windows color (decimal): -6732882 or 11420569. OLE color: 11420569.
HSL color Cylindrical-coordinate representation of color #9943AE: hue angle of 288.22º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9943AE is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 67 | 174 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.32 |
| HSL | 288.22º | 0.44% | 0.47% | - |
| HSV(B) | 288.22º | 0.61% | 0.68% | - |
| XYZ | 22.78 | 13.84 | 41.52 | - |
| YUV | 104.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 174 | 0.12 | 0.61 | 0 | 0.32 | 288.22 | 0.44 | 0.47 |
| Hex | 99 | 43 | AE | C | 3D | 0 | 20 | 120 | 2C | 2F |
| Octal | 231 | 103 | 256 | 14 | 75 | 0 | 40 | 440 | 54 | 57 |
| Binary | 10011001 | 1000011 | 10101110 | 1100 | 111101 | 0 | 100000 | 100100000 | 101100 | 101111 |
Color Harmonies of #9943AE
Complementary color
Monochromatic Colors of #9943AE
Black with #9943AE
Text Example
Text Example
White with #9943AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9943AE; }
p { color: rgb(153,67,174); }
H1.HeaderClassName
{
color: #9943AE;
}
.AnyTagClassName
{
color: #9943AE;
}
</style>
background-color css
<style>
a { background-color: #9943AE; }
a { background-color: rgb(153,67,174); }
div.DivClassName
{
background-color: #9943AE;
}
.BgClassName
{
background-color: #9943AE;
}
</style>
border-color css
<style>
span { border-color: #9943AE; }
span { border-color: rgb(153,67,174); }
td.TdClassName
{
border-color: #9943AE;
}
.TagClassName
{
border-color: #9943AE;
}
</style>