Shades of Deep Lilac #9056BC
Tints of Deep Lilac #9056BC
RGB
CMYK
RGB Variations
Color information
#9056BC (or 0x9056BC) is known color: Deep Lilac. HEX triplet: 90, 56 and BC. RGB value is (144,86,188). Sum of RGB (Red+Green+Blue) = 144+86+188=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #9056BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056BC is #6FA943. Grayscale: #727272. Windows color (decimal): -7317828 or 12342928. OLE color: 12342928.
HSL color Cylindrical-coordinate representation of color #9056BC: hue angle of 274.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9056BC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 86 | 188 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.26 |
| HSL | 274.12º | 0.43% | 0.54% | - |
| HSV(B) | 274.12º | 0.54% | 0.74% | - |
| XYZ | 23.91 | 16.22 | 49.45 | - |
| YUV | 114.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 188 | 0.23 | 0.54 | 0 | 0.26 | 274.12 | 0.43 | 0.54 |
| Hex | 90 | 56 | BC | 17 | 36 | 0 | 1A | 112 | 2B | 36 |
| Octal | 220 | 126 | 274 | 27 | 66 | 0 | 32 | 422 | 53 | 66 |
| Binary | 10010000 | 1010110 | 10111100 | 10111 | 110110 | 0 | 11010 | 100010010 | 101011 | 110110 |
Color Harmonies of #9056BC
Complementary color
Monochromatic Colors of #9056BC
Black with #9056BC
Text Example
Text Example
White with #9056BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9056BC; }
p { color: rgb(144,86,188); }
H1.HeaderClassName
{
color: #9056BC;
}
.AnyTagClassName
{
color: #9056BC;
}
</style>
background-color css
<style>
a { background-color: #9056BC; }
a { background-color: rgb(144,86,188); }
div.DivClassName
{
background-color: #9056BC;
}
.BgClassName
{
background-color: #9056BC;
}
</style>
border-color css
<style>
span { border-color: #9056BC; }
span { border-color: rgb(144,86,188); }
td.TdClassName
{
border-color: #9056BC;
}
.TagClassName
{
border-color: #9056BC;
}
</style>