Shades of Deep Lilac #9C50CB
Tints of Deep Lilac #9C50CB
RGB
CMYK
RGB Variations
Color information
#9C50CB (or 0x9C50CB) is known color: Deep Lilac. HEX triplet: 9C, 50 and CB. RGB value is (156,80,203). Sum of RGB (Red+Green+Blue) = 156+80+203=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C50CB is #63AF34. Grayscale: #747474. Windows color (decimal): -6532917 or 13324444. OLE color: 13324444.
HSL color Cylindrical-coordinate representation of color #9C50CB: hue angle of 277.07º 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 #9C50CB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 80 | 203 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.20 |
| HSL | 277.07º | 0.54% | 0.55% | - |
| HSV(B) | 277.07º | 0.61% | 0.8% | - |
| XYZ | 27.36 | 17.12 | 58.36 | - |
| YUV | 116.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 203 | 0.23 | 0.61 | 0 | 0.20 | 277.07 | 0.54 | 0.55 |
| Hex | 9C | 50 | CB | 17 | 3D | 0 | 14 | 115 | 36 | 37 |
| Octal | 234 | 120 | 313 | 27 | 75 | 0 | 24 | 425 | 66 | 67 |
| Binary | 10011100 | 1010000 | 11001011 | 10111 | 111101 | 0 | 10100 | 100010101 | 110110 | 110111 |
Color Harmonies of #9C50CB
Complementary color
Monochromatic Colors of #9C50CB
Black with #9C50CB
Text Example
Text Example
White with #9C50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C50CB; }
p { color: rgb(156,80,203); }
H1.HeaderClassName
{
color: #9C50CB;
}
.AnyTagClassName
{
color: #9C50CB;
}
</style>
background-color css
<style>
a { background-color: #9C50CB; }
a { background-color: rgb(156,80,203); }
div.DivClassName
{
background-color: #9C50CB;
}
.BgClassName
{
background-color: #9C50CB;
}
</style>
border-color css
<style>
span { border-color: #9C50CB; }
span { border-color: rgb(156,80,203); }
td.TdClassName
{
border-color: #9C50CB;
}
.TagClassName
{
border-color: #9C50CB;
}
</style>