Shades of Deep Lilac #9050AC
Tints of Deep Lilac #9050AC
RGB
CMYK
RGB Variations
Color information
#9050AC (or 0x9050AC) is known color: Deep Lilac. HEX triplet: 90, 50 and AC. RGB value is (144,80,172). Sum of RGB (Red+Green+Blue) = 144+80+172=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #9050AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9050AC is #6FAF53. Grayscale: #6D6D6D. Windows color (decimal): -7319380 or 11292816. OLE color: 11292816.
HSL color Cylindrical-coordinate representation of color #9050AC: hue angle of 281.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9050AC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 80 | 172 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.33 |
| HSL | 281.74º | 0.37% | 0.49% | - |
| HSV(B) | 281.74º | 0.53% | 0.67% | - |
| XYZ | 21.82 | 14.65 | 40.71 | - |
| YUV | 109.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 172 | 0.16 | 0.53 | 0 | 0.33 | 281.74 | 0.37 | 0.49 |
| Hex | 90 | 50 | AC | 10 | 35 | 0 | 21 | 11A | 25 | 31 |
| Octal | 220 | 120 | 254 | 20 | 65 | 0 | 41 | 432 | 45 | 61 |
| Binary | 10010000 | 1010000 | 10101100 | 10000 | 110101 | 0 | 100001 | 100011010 | 100101 | 110001 |
Color Harmonies of #9050AC
Complementary color
Monochromatic Colors of #9050AC
Black with #9050AC
Text Example
Text Example
White with #9050AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050AC; }
p { color: rgb(144,80,172); }
H1.HeaderClassName
{
color: #9050AC;
}
.AnyTagClassName
{
color: #9050AC;
}
</style>
background-color css
<style>
a { background-color: #9050AC; }
a { background-color: rgb(144,80,172); }
div.DivClassName
{
background-color: #9050AC;
}
.BgClassName
{
background-color: #9050AC;
}
</style>
border-color css
<style>
span { border-color: #9050AC; }
span { border-color: rgb(144,80,172); }
td.TdClassName
{
border-color: #9050AC;
}
.TagClassName
{
border-color: #9050AC;
}
</style>