Shades of Deep Lilac #9053AC
Tints of Deep Lilac #9053AC
RGB
CMYK
RGB Variations
Color information
#9053AC (or 0x9053AC) is known color: Deep Lilac. HEX triplet: 90, 53 and AC. RGB value is (144,83,172). Sum of RGB (Red+Green+Blue) = 144+83+172=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #9053AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9053AC is #6FAC53. Grayscale: #6F6F6F. Windows color (decimal): -7318612 or 11293584. OLE color: 11293584.
HSL color Cylindrical-coordinate representation of color #9053AC: hue angle of 281.12º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9053AC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 83 | 172 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.33 |
| HSL | 281.12º | 0.35% | 0.5% | - |
| HSV(B) | 281.12º | 0.52% | 0.67% | - |
| XYZ | 22.04 | 15.09 | 40.78 | - |
| YUV | 111.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 172 | 0.16 | 0.52 | 0 | 0.33 | 281.12 | 0.35 | 0.5 |
| Hex | 90 | 53 | AC | 10 | 34 | 0 | 21 | 119 | 23 | 32 |
| Octal | 220 | 123 | 254 | 20 | 64 | 0 | 41 | 431 | 43 | 62 |
| Binary | 10010000 | 1010011 | 10101100 | 10000 | 110100 | 0 | 100001 | 100011001 | 100011 | 110010 |
Color Harmonies of #9053AC
Complementary color
Monochromatic Colors of #9053AC
Black with #9053AC
Text Example
Text Example
White with #9053AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053AC; }
p { color: rgb(144,83,172); }
H1.HeaderClassName
{
color: #9053AC;
}
.AnyTagClassName
{
color: #9053AC;
}
</style>
background-color css
<style>
a { background-color: #9053AC; }
a { background-color: rgb(144,83,172); }
div.DivClassName
{
background-color: #9053AC;
}
.BgClassName
{
background-color: #9053AC;
}
</style>
border-color css
<style>
span { border-color: #9053AC; }
span { border-color: rgb(144,83,172); }
td.TdClassName
{
border-color: #9053AC;
}
.TagClassName
{
border-color: #9053AC;
}
</style>