Shades of Deep Lilac #9953AE
Tints of Deep Lilac #9953AE
RGB
CMYK
RGB Variations
Color information
#9953AE (or 0x9953AE) is known color: Deep Lilac. HEX triplet: 99, 53 and AE. RGB value is (153,83,174). Sum of RGB (Red+Green+Blue) = 153+83+174=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #9953AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9953AE is #66AC51. Grayscale: #727272. Windows color (decimal): -6728786 or 11424665. OLE color: 11424665.
HSL color Cylindrical-coordinate representation of color #9953AE: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9953AE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 83 | 174 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.32 |
| HSL | 286.15º | 0.36% | 0.5% | - |
| HSV(B) | 286.15º | 0.52% | 0.68% | - |
| XYZ | 23.87 | 16.01 | 41.88 | - |
| YUV | 114.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 174 | 0.12 | 0.52 | 0 | 0.32 | 286.15 | 0.36 | 0.5 |
| Hex | 99 | 53 | AE | C | 34 | 0 | 20 | 11E | 24 | 32 |
| Octal | 231 | 123 | 256 | 14 | 64 | 0 | 40 | 436 | 44 | 62 |
| Binary | 10011001 | 1010011 | 10101110 | 1100 | 110100 | 0 | 100000 | 100011110 | 100100 | 110010 |
Color Harmonies of #9953AE
Complementary color
Monochromatic Colors of #9953AE
Black with #9953AE
Text Example
Text Example
White with #9953AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953AE; }
p { color: rgb(153,83,174); }
H1.HeaderClassName
{
color: #9953AE;
}
.AnyTagClassName
{
color: #9953AE;
}
</style>
background-color css
<style>
a { background-color: #9953AE; }
a { background-color: rgb(153,83,174); }
div.DivClassName
{
background-color: #9953AE;
}
.BgClassName
{
background-color: #9953AE;
}
</style>
border-color css
<style>
span { border-color: #9953AE; }
span { border-color: rgb(153,83,174); }
td.TdClassName
{
border-color: #9953AE;
}
.TagClassName
{
border-color: #9953AE;
}
</style>