Shades of Deep Lilac #9051BC
Tints of Deep Lilac #9051BC
RGB
CMYK
RGB Variations
Color information
#9051BC (or 0x9051BC) is known color: Deep Lilac. HEX triplet: 90, 51 and BC. RGB value is (144,81,188). Sum of RGB (Red+Green+Blue) = 144+81+188=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #9051BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051BC is #6FAE43. Grayscale: #6F6F6F. Windows color (decimal): -7319108 or 12341648. OLE color: 12341648.
HSL color Cylindrical-coordinate representation of color #9051BC: hue angle of 275.33º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9051BC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 81 | 188 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.26 |
| HSL | 275.33º | 0.44% | 0.53% | - |
| HSV(B) | 275.33º | 0.57% | 0.74% | - |
| XYZ | 23.52 | 15.44 | 49.32 | - |
| YUV | 112.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 188 | 0.23 | 0.57 | 0 | 0.26 | 275.33 | 0.44 | 0.53 |
| Hex | 90 | 51 | BC | 17 | 39 | 0 | 1A | 113 | 2C | 35 |
| Octal | 220 | 121 | 274 | 27 | 71 | 0 | 32 | 423 | 54 | 65 |
| Binary | 10010000 | 1010001 | 10111100 | 10111 | 111001 | 0 | 11010 | 100010011 | 101100 | 110101 |
Color Harmonies of #9051BC
Complementary color
Monochromatic Colors of #9051BC
Black with #9051BC
Text Example
Text Example
White with #9051BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9051BC; }
p { color: rgb(144,81,188); }
H1.HeaderClassName
{
color: #9051BC;
}
.AnyTagClassName
{
color: #9051BC;
}
</style>
background-color css
<style>
a { background-color: #9051BC; }
a { background-color: rgb(144,81,188); }
div.DivClassName
{
background-color: #9051BC;
}
.BgClassName
{
background-color: #9051BC;
}
</style>
border-color css
<style>
span { border-color: #9051BC; }
span { border-color: rgb(144,81,188); }
td.TdClassName
{
border-color: #9051BC;
}
.TagClassName
{
border-color: #9051BC;
}
</style>