Shades of Deep Lilac #9050BE
Tints of Deep Lilac #9050BE
RGB
CMYK
RGB Variations
Color information
#9050BE (or 0x9050BE) is known color: Deep Lilac. HEX triplet: 90, 50 and BE. RGB value is (144,80,190). Sum of RGB (Red+Green+Blue) = 144+80+190=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #9050BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050BE is #6FAF41. Grayscale: #6F6F6F. Windows color (decimal): -7319362 or 12472464. OLE color: 12472464.
HSL color Cylindrical-coordinate representation of color #9050BE: hue angle of 274.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9050BE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 80 | 190 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.25 |
| HSL | 274.91º | 0.46% | 0.53% | - |
| HSV(B) | 274.91º | 0.58% | 0.75% | - |
| XYZ | 23.66 | 15.38 | 50.44 | - |
| YUV | 111.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 190 | 0.24 | 0.58 | 0 | 0.25 | 274.91 | 0.46 | 0.53 |
| Hex | 90 | 50 | BE | 18 | 3A | 0 | 19 | 113 | 2E | 35 |
| Octal | 220 | 120 | 276 | 30 | 72 | 0 | 31 | 423 | 56 | 65 |
| Binary | 10010000 | 1010000 | 10111110 | 11000 | 111010 | 0 | 11001 | 100010011 | 101110 | 110101 |
Color Harmonies of #9050BE
Complementary color
Monochromatic Colors of #9050BE
Black with #9050BE
Text Example
Text Example
White with #9050BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050BE; }
p { color: rgb(144,80,190); }
H1.HeaderClassName
{
color: #9050BE;
}
.AnyTagClassName
{
color: #9050BE;
}
</style>
background-color css
<style>
a { background-color: #9050BE; }
a { background-color: rgb(144,80,190); }
div.DivClassName
{
background-color: #9050BE;
}
.BgClassName
{
background-color: #9050BE;
}
</style>
border-color css
<style>
span { border-color: #9050BE; }
span { border-color: rgb(144,80,190); }
td.TdClassName
{
border-color: #9050BE;
}
.TagClassName
{
border-color: #9050BE;
}
</style>