Shades of Deep Lilac #9D50CB
Tints of Deep Lilac #9D50CB
RGB
CMYK
RGB Variations
Color information
#9D50CB (or 0x9D50CB) is known color: Deep Lilac. HEX triplet: 9D, 50 and CB. RGB value is (157,80,203). Sum of RGB (Red+Green+Blue) = 157+80+203=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D50CB is #62AF34. Grayscale: #747474. Windows color (decimal): -6467381 or 13324445. OLE color: 13324445.
HSL color Cylindrical-coordinate representation of color #9D50CB: hue angle of 277.56º 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 #9D50CB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 80 | 203 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.20 |
| HSL | 277.56º | 0.54% | 0.55% | - |
| HSV(B) | 277.56º | 0.61% | 0.8% | - |
| XYZ | 27.55 | 17.22 | 58.37 | - |
| YUV | 117.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 203 | 0.23 | 0.61 | 0 | 0.20 | 277.56 | 0.54 | 0.55 |
| Hex | 9D | 50 | CB | 17 | 3D | 0 | 14 | 116 | 36 | 37 |
| Octal | 235 | 120 | 313 | 27 | 75 | 0 | 24 | 426 | 66 | 67 |
| Binary | 10011101 | 1010000 | 11001011 | 10111 | 111101 | 0 | 10100 | 100010110 | 110110 | 110111 |
Color Harmonies of #9D50CB
Complementary color
Monochromatic Colors of #9D50CB
Black with #9D50CB
Text Example
Text Example
White with #9D50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D50CB; }
p { color: rgb(157,80,203); }
H1.HeaderClassName
{
color: #9D50CB;
}
.AnyTagClassName
{
color: #9D50CB;
}
</style>
background-color css
<style>
a { background-color: #9D50CB; }
a { background-color: rgb(157,80,203); }
div.DivClassName
{
background-color: #9D50CB;
}
.BgClassName
{
background-color: #9D50CB;
}
</style>
border-color css
<style>
span { border-color: #9D50CB; }
span { border-color: rgb(157,80,203); }
td.TdClassName
{
border-color: #9D50CB;
}
.TagClassName
{
border-color: #9D50CB;
}
</style>