Shades of Deep Lilac #9053AE
Tints of Deep Lilac #9053AE
RGB
CMYK
RGB Variations
Color information
#9053AE (or 0x9053AE) is known color: Deep Lilac. HEX triplet: 90, 53 and AE. RGB value is (144,83,174). Sum of RGB (Red+Green+Blue) = 144+83+174=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #9053AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9053AE is #6FAC51. Grayscale: #6F6F6F. Windows color (decimal): -7318610 or 11424656. OLE color: 11424656.
HSL color Cylindrical-coordinate representation of color #9053AE: hue angle of 280.22º 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 #9053AE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 83 | 174 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.32 |
| HSL | 280.22º | 0.36% | 0.5% | - |
| HSV(B) | 280.22º | 0.52% | 0.68% | - |
| XYZ | 22.23 | 15.17 | 41.8 | - |
| YUV | 111.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 174 | 0.17 | 0.52 | 0 | 0.32 | 280.22 | 0.36 | 0.5 |
| Hex | 90 | 53 | AE | 11 | 34 | 0 | 20 | 118 | 24 | 32 |
| Octal | 220 | 123 | 256 | 21 | 64 | 0 | 40 | 430 | 44 | 62 |
| Binary | 10010000 | 1010011 | 10101110 | 10001 | 110100 | 0 | 100000 | 100011000 | 100100 | 110010 |
Color Harmonies of #9053AE
Complementary color
Monochromatic Colors of #9053AE
Black with #9053AE
Text Example
Text Example
White with #9053AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053AE; }
p { color: rgb(144,83,174); }
H1.HeaderClassName
{
color: #9053AE;
}
.AnyTagClassName
{
color: #9053AE;
}
</style>
background-color css
<style>
a { background-color: #9053AE; }
a { background-color: rgb(144,83,174); }
div.DivClassName
{
background-color: #9053AE;
}
.BgClassName
{
background-color: #9053AE;
}
</style>
border-color css
<style>
span { border-color: #9053AE; }
span { border-color: rgb(144,83,174); }
td.TdClassName
{
border-color: #9053AE;
}
.TagClassName
{
border-color: #9053AE;
}
</style>