Shades of Deep Lilac #9053A7
Tints of Deep Lilac #9053A7
RGB
CMYK
RGB Variations
Color information
#9053A7 (or 0x9053A7) is known color: Deep Lilac. HEX triplet: 90, 53 and A7. RGB value is (144,83,167). Sum of RGB (Red+Green+Blue) = 144+83+167=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 167 - color contains mainly: blue. Hex color #9053A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9053A7 is #6FAC58. Grayscale: #6E6E6E. Windows color (decimal): -7318617 or 10965904. OLE color: 10965904.
HSL color Cylindrical-coordinate representation of color #9053A7: hue angle of 283.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9053A7 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 83 | 167 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.35 |
| HSL | 283.57º | 0.34% | 0.49% | - |
| HSV(B) | 283.57º | 0.5% | 0.65% | - |
| XYZ | 21.57 | 14.91 | 38.3 | - |
| YUV | 110.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 167 | 0.14 | 0.50 | 0 | 0.35 | 283.57 | 0.34 | 0.49 |
| Hex | 90 | 53 | A7 | E | 32 | 0 | 23 | 11C | 22 | 31 |
| Octal | 220 | 123 | 247 | 16 | 62 | 0 | 43 | 434 | 42 | 61 |
| Binary | 10010000 | 1010011 | 10100111 | 1110 | 110010 | 0 | 100011 | 100011100 | 100010 | 110001 |
Color Harmonies of #9053A7
Complementary color
Monochromatic Colors of #9053A7
Black with #9053A7
Text Example
Text Example
White with #9053A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053A7; }
p { color: rgb(144,83,167); }
H1.HeaderClassName
{
color: #9053A7;
}
.AnyTagClassName
{
color: #9053A7;
}
</style>
background-color css
<style>
a { background-color: #9053A7; }
a { background-color: rgb(144,83,167); }
div.DivClassName
{
background-color: #9053A7;
}
.BgClassName
{
background-color: #9053A7;
}
</style>
border-color css
<style>
span { border-color: #9053A7; }
span { border-color: rgb(144,83,167); }
td.TdClassName
{
border-color: #9053A7;
}
.TagClassName
{
border-color: #9053A7;
}
</style>