Shades of Deep Lilac #9050CB
Tints of Deep Lilac #9050CB
RGB
CMYK
RGB Variations
Color information
#9050CB (or 0x9050CB) is known color: Deep Lilac. HEX triplet: 90, 50 and CB. RGB value is (144,80,203). Sum of RGB (Red+Green+Blue) = 144+80+203=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #9050CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050CB is #6FAF34. Grayscale: #707070. Windows color (decimal): -7319349 or 13324432. OLE color: 13324432.
HSL color Cylindrical-coordinate representation of color #9050CB: hue angle of 271.22º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9050CB is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 80 | 203 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.20 |
| HSL | 271.22º | 0.54% | 0.55% | - |
| HSV(B) | 271.22º | 0.61% | 0.8% | - |
| XYZ | 25.15 | 15.98 | 58.26 | - |
| YUV | 113.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 203 | 0.29 | 0.61 | 0 | 0.20 | 271.22 | 0.54 | 0.55 |
| Hex | 90 | 50 | CB | 1D | 3D | 0 | 14 | 10F | 36 | 37 |
| Octal | 220 | 120 | 313 | 35 | 75 | 0 | 24 | 417 | 66 | 67 |
| Binary | 10010000 | 1010000 | 11001011 | 11101 | 111101 | 0 | 10100 | 100001111 | 110110 | 110111 |
Color Harmonies of #9050CB
Complementary color
Monochromatic Colors of #9050CB
Black with #9050CB
Text Example
Text Example
White with #9050CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050CB; }
p { color: rgb(144,80,203); }
H1.HeaderClassName
{
color: #9050CB;
}
.AnyTagClassName
{
color: #9050CB;
}
</style>
background-color css
<style>
a { background-color: #9050CB; }
a { background-color: rgb(144,80,203); }
div.DivClassName
{
background-color: #9050CB;
}
.BgClassName
{
background-color: #9050CB;
}
</style>
border-color css
<style>
span { border-color: #9050CB; }
span { border-color: rgb(144,80,203); }
td.TdClassName
{
border-color: #9050CB;
}
.TagClassName
{
border-color: #9050CB;
}
</style>