Shades of Deep Lilac #9050BC
Tints of Deep Lilac #9050BC
RGB
CMYK
RGB Variations
Color information
#9050BC (or 0x9050BC) is known color: Deep Lilac. HEX triplet: 90, 50 and BC. RGB value is (144,80,188). Sum of RGB (Red+Green+Blue) = 144+80+188=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #9050BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050BC is #6FAF43. Grayscale: #6F6F6F. Windows color (decimal): -7319364 or 12341392. OLE color: 12341392.
HSL color Cylindrical-coordinate representation of color #9050BC: hue angle of 275.56º degrees, saturation: 0.45, 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 #9050BC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 80 | 188 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.26 |
| HSL | 275.56º | 0.45% | 0.53% | - |
| HSV(B) | 275.56º | 0.57% | 0.74% | - |
| XYZ | 23.45 | 15.3 | 49.29 | - |
| YUV | 111.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 188 | 0.23 | 0.57 | 0 | 0.26 | 275.56 | 0.45 | 0.53 |
| Hex | 90 | 50 | BC | 17 | 39 | 0 | 1A | 114 | 2D | 35 |
| Octal | 220 | 120 | 274 | 27 | 71 | 0 | 32 | 424 | 55 | 65 |
| Binary | 10010000 | 1010000 | 10111100 | 10111 | 111001 | 0 | 11010 | 100010100 | 101101 | 110101 |
Color Harmonies of #9050BC
Complementary color
Monochromatic Colors of #9050BC
Black with #9050BC
Text Example
Text Example
White with #9050BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050BC; }
p { color: rgb(144,80,188); }
H1.HeaderClassName
{
color: #9050BC;
}
.AnyTagClassName
{
color: #9050BC;
}
</style>
background-color css
<style>
a { background-color: #9050BC; }
a { background-color: rgb(144,80,188); }
div.DivClassName
{
background-color: #9050BC;
}
.BgClassName
{
background-color: #9050BC;
}
</style>
border-color css
<style>
span { border-color: #9050BC; }
span { border-color: rgb(144,80,188); }
td.TdClassName
{
border-color: #9050BC;
}
.TagClassName
{
border-color: #9050BC;
}
</style>