Shades of Deep Lilac #9050CA
Tints of Deep Lilac #9050CA
RGB
CMYK
RGB Variations
Color information
#9050CA (or 0x9050CA) is known color: Deep Lilac. HEX triplet: 90, 50 and CA. RGB value is (144,80,202). Sum of RGB (Red+Green+Blue) = 144+80+202=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #9050CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050CA is #6FAF35. Grayscale: #707070. Windows color (decimal): -7319350 or 13258896. OLE color: 13258896.
HSL color Cylindrical-coordinate representation of color #9050CA: hue angle of 271.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9050CA is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 80 | 202 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.21 |
| HSL | 271.48º | 0.54% | 0.55% | - |
| HSV(B) | 271.48º | 0.6% | 0.79% | - |
| XYZ | 25.03 | 15.93 | 57.63 | - |
| YUV | 113.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 202 | 0.29 | 0.60 | 0 | 0.21 | 271.48 | 0.54 | 0.55 |
| Hex | 90 | 50 | CA | 1D | 3C | 0 | 15 | 10F | 36 | 37 |
| Octal | 220 | 120 | 312 | 35 | 74 | 0 | 25 | 417 | 66 | 67 |
| Binary | 10010000 | 1010000 | 11001010 | 11101 | 111100 | 0 | 10101 | 100001111 | 110110 | 110111 |
Color Harmonies of #9050CA
Complementary color
Monochromatic Colors of #9050CA
Black with #9050CA
Text Example
Text Example
White with #9050CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050CA; }
p { color: rgb(144,80,202); }
H1.HeaderClassName
{
color: #9050CA;
}
.AnyTagClassName
{
color: #9050CA;
}
</style>
background-color css
<style>
a { background-color: #9050CA; }
a { background-color: rgb(144,80,202); }
div.DivClassName
{
background-color: #9050CA;
}
.BgClassName
{
background-color: #9050CA;
}
</style>
border-color css
<style>
span { border-color: #9050CA; }
span { border-color: rgb(144,80,202); }
td.TdClassName
{
border-color: #9050CA;
}
.TagClassName
{
border-color: #9050CA;
}
</style>