Shades of Deep Lilac #9056AC
Tints of Deep Lilac #9056AC
RGB
CMYK
RGB Variations
Color information
#9056AC (or 0x9056AC) is known color: Deep Lilac. HEX triplet: 90, 56 and AC. RGB value is (144,86,172). Sum of RGB (Red+Green+Blue) = 144+86+172=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #9056AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9056AC is #6FA953. Grayscale: #707070. Windows color (decimal): -7317844 or 11294352. OLE color: 11294352.
HSL color Cylindrical-coordinate representation of color #9056AC: hue angle of 280.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9056AC is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 86 | 172 | - |
| CMYK | 0.16 | 0.5 | 0 | 0.33 |
| HSL | 280.47º | 0.34% | 0.51% | - |
| HSV(B) | 280.47º | 0.5% | 0.67% | - |
| XYZ | 22.28 | 15.56 | 40.86 | - |
| YUV | 113.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 172 | 0.16 | 0.5 | 0 | 0.33 | 280.47 | 0.34 | 0.51 |
| Hex | 90 | 56 | AC | 10 | 32 | 0 | 21 | 118 | 22 | 33 |
| Octal | 220 | 126 | 254 | 20 | 62 | 0 | 41 | 430 | 42 | 63 |
| Binary | 10010000 | 1010110 | 10101100 | 10000 | 110010 | 0 | 100001 | 100011000 | 100010 | 110011 |
Color Harmonies of #9056AC
Complementary color
Monochromatic Colors of #9056AC
Black with #9056AC
Text Example
Text Example
White with #9056AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9056AC; }
p { color: rgb(144,86,172); }
H1.HeaderClassName
{
color: #9056AC;
}
.AnyTagClassName
{
color: #9056AC;
}
</style>
background-color css
<style>
a { background-color: #9056AC; }
a { background-color: rgb(144,86,172); }
div.DivClassName
{
background-color: #9056AC;
}
.BgClassName
{
background-color: #9056AC;
}
</style>
border-color css
<style>
span { border-color: #9056AC; }
span { border-color: rgb(144,86,172); }
td.TdClassName
{
border-color: #9056AC;
}
.TagClassName
{
border-color: #9056AC;
}
</style>