Shades of Deep Lilac #9056BA
Tints of Deep Lilac #9056BA
RGB
CMYK
RGB Variations
Color information
#9056BA (or 0x9056BA) is known color: Deep Lilac. HEX triplet: 90, 56 and BA. RGB value is (144,86,186). Sum of RGB (Red+Green+Blue) = 144+86+186=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #9056BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056BA is #6FA945. Grayscale: #727272. Windows color (decimal): -7317830 or 12211856. OLE color: 12211856.
HSL color Cylindrical-coordinate representation of color #9056BA: hue angle of 274.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9056BA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 86 | 186 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.27 |
| HSL | 274.8º | 0.42% | 0.53% | - |
| HSV(B) | 274.8º | 0.54% | 0.73% | - |
| XYZ | 23.69 | 16.13 | 48.32 | - |
| YUV | 114.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 186 | 0.23 | 0.54 | 0 | 0.27 | 274.8 | 0.42 | 0.53 |
| Hex | 90 | 56 | BA | 17 | 36 | 0 | 1B | 113 | 2A | 35 |
| Octal | 220 | 126 | 272 | 27 | 66 | 0 | 33 | 423 | 52 | 65 |
| Binary | 10010000 | 1010110 | 10111010 | 10111 | 110110 | 0 | 11011 | 100010011 | 101010 | 110101 |
Color Harmonies of #9056BA
Complementary color
Monochromatic Colors of #9056BA
Black with #9056BA
Text Example
Text Example
White with #9056BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9056BA; }
p { color: rgb(144,86,186); }
H1.HeaderClassName
{
color: #9056BA;
}
.AnyTagClassName
{
color: #9056BA;
}
</style>
background-color css
<style>
a { background-color: #9056BA; }
a { background-color: rgb(144,86,186); }
div.DivClassName
{
background-color: #9056BA;
}
.BgClassName
{
background-color: #9056BA;
}
</style>
border-color css
<style>
span { border-color: #9056BA; }
span { border-color: rgb(144,86,186); }
td.TdClassName
{
border-color: #9056BA;
}
.TagClassName
{
border-color: #9056BA;
}
</style>