Shades of Deep Lilac #9053AB
Tints of Deep Lilac #9053AB
RGB
CMYK
RGB Variations
Color information
#9053AB (or 0x9053AB) is known color: Deep Lilac. HEX triplet: 90, 53 and AB. RGB value is (144,83,171). Sum of RGB (Red+Green+Blue) = 144+83+171=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #9053AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9053AB is #6FAC54. Grayscale: #6E6E6E. Windows color (decimal): -7318613 or 11228048. OLE color: 11228048.
HSL color Cylindrical-coordinate representation of color #9053AB: hue angle of 281.59º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9053AB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 83 | 171 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.33 |
| HSL | 281.59º | 0.35% | 0.5% | - |
| HSV(B) | 281.59º | 0.51% | 0.67% | - |
| XYZ | 21.95 | 15.06 | 40.28 | - |
| YUV | 111.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 171 | 0.16 | 0.51 | 0 | 0.33 | 281.59 | 0.35 | 0.5 |
| Hex | 90 | 53 | AB | 10 | 33 | 0 | 21 | 11A | 23 | 32 |
| Octal | 220 | 123 | 253 | 20 | 63 | 0 | 41 | 432 | 43 | 62 |
| Binary | 10010000 | 1010011 | 10101011 | 10000 | 110011 | 0 | 100001 | 100011010 | 100011 | 110010 |
Color Harmonies of #9053AB
Complementary color
Monochromatic Colors of #9053AB
Black with #9053AB
Text Example
Text Example
White with #9053AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053AB; }
p { color: rgb(144,83,171); }
H1.HeaderClassName
{
color: #9053AB;
}
.AnyTagClassName
{
color: #9053AB;
}
</style>
background-color css
<style>
a { background-color: #9053AB; }
a { background-color: rgb(144,83,171); }
div.DivClassName
{
background-color: #9053AB;
}
.BgClassName
{
background-color: #9053AB;
}
</style>
border-color css
<style>
span { border-color: #9053AB; }
span { border-color: rgb(144,83,171); }
td.TdClassName
{
border-color: #9053AB;
}
.TagClassName
{
border-color: #9053AB;
}
</style>