Shades of Deep Lilac #9052A7
Tints of Deep Lilac #9052A7
RGB
CMYK
RGB Variations
Color information
#9052A7 (or 0x9052A7) is known color: Deep Lilac. HEX triplet: 90, 52 and A7. RGB value is (144,82,167). Sum of RGB (Red+Green+Blue) = 144+82+167=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #9052A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9052A7 is #6FAD58. Grayscale: #6D6D6D. Windows color (decimal): -7318873 or 10965648. OLE color: 10965648.
HSL color Cylindrical-coordinate representation of color #9052A7: hue angle of 283.76º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9052A7 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 82 | 167 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.35 |
| HSL | 283.76º | 0.34% | 0.49% | - |
| HSV(B) | 283.76º | 0.51% | 0.65% | - |
| XYZ | 21.49 | 14.75 | 38.27 | - |
| YUV | 110.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 167 | 0.14 | 0.51 | 0 | 0.35 | 283.76 | 0.34 | 0.49 |
| Hex | 90 | 52 | A7 | E | 33 | 0 | 23 | 11C | 22 | 31 |
| Octal | 220 | 122 | 247 | 16 | 63 | 0 | 43 | 434 | 42 | 61 |
| Binary | 10010000 | 1010010 | 10100111 | 1110 | 110011 | 0 | 100011 | 100011100 | 100010 | 110001 |
Color Harmonies of #9052A7
Complementary color
Monochromatic Colors of #9052A7
Black with #9052A7
Text Example
Text Example
White with #9052A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052A7; }
p { color: rgb(144,82,167); }
H1.HeaderClassName
{
color: #9052A7;
}
.AnyTagClassName
{
color: #9052A7;
}
</style>
background-color css
<style>
a { background-color: #9052A7; }
a { background-color: rgb(144,82,167); }
div.DivClassName
{
background-color: #9052A7;
}
.BgClassName
{
background-color: #9052A7;
}
</style>
border-color css
<style>
span { border-color: #9052A7; }
span { border-color: rgb(144,82,167); }
td.TdClassName
{
border-color: #9052A7;
}
.TagClassName
{
border-color: #9052A7;
}
</style>