Shades of Deep Lilac #9050A7
Tints of Deep Lilac #9050A7
RGB
CMYK
RGB Variations
Color information
#9050A7 (or 0x9050A7) is known color: Deep Lilac. HEX triplet: 90, 50 and A7. RGB value is (144,80,167). Sum of RGB (Red+Green+Blue) = 144+80+167=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #9050A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9050A7 is #6FAF58. Grayscale: #6C6C6C. Windows color (decimal): -7319385 or 10965136. OLE color: 10965136.
HSL color Cylindrical-coordinate representation of color #9050A7: hue angle of 284.14º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9050A7 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 80 | 167 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.35 |
| HSL | 284.14º | 0.35% | 0.48% | - |
| HSV(B) | 284.14º | 0.52% | 0.65% | - |
| XYZ | 21.35 | 14.46 | 38.22 | - |
| YUV | 109.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 167 | 0.14 | 0.52 | 0 | 0.35 | 284.14 | 0.35 | 0.48 |
| Hex | 90 | 50 | A7 | E | 34 | 0 | 23 | 11C | 23 | 30 |
| Octal | 220 | 120 | 247 | 16 | 64 | 0 | 43 | 434 | 43 | 60 |
| Binary | 10010000 | 1010000 | 10100111 | 1110 | 110100 | 0 | 100011 | 100011100 | 100011 | 110000 |
Color Harmonies of #9050A7
Complementary color
Monochromatic Colors of #9050A7
Black with #9050A7
Text Example
Text Example
White with #9050A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050A7; }
p { color: rgb(144,80,167); }
H1.HeaderClassName
{
color: #9050A7;
}
.AnyTagClassName
{
color: #9050A7;
}
</style>
background-color css
<style>
a { background-color: #9050A7; }
a { background-color: rgb(144,80,167); }
div.DivClassName
{
background-color: #9050A7;
}
.BgClassName
{
background-color: #9050A7;
}
</style>
border-color css
<style>
span { border-color: #9050A7; }
span { border-color: rgb(144,80,167); }
td.TdClassName
{
border-color: #9050A7;
}
.TagClassName
{
border-color: #9050A7;
}
</style>