Shades of Deep Lilac #9C50CA
Tints of Deep Lilac #9C50CA
RGB
CMYK
RGB Variations
Color information
#9C50CA (or 0x9C50CA) is known color: Deep Lilac. HEX triplet: 9C, 50 and CA. RGB value is (156,80,202). Sum of RGB (Red+Green+Blue) = 156+80+202=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C50CA is #63AF35. Grayscale: #747474. Windows color (decimal): -6532918 or 13258908. OLE color: 13258908.
HSL color Cylindrical-coordinate representation of color #9C50CA: hue angle of 277.38º 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 #9C50CA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 80 | 202 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.21 |
| HSL | 277.38º | 0.54% | 0.55% | - |
| HSV(B) | 277.38º | 0.6% | 0.79% | - |
| XYZ | 27.24 | 17.07 | 57.74 | - |
| YUV | 116.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 202 | 0.23 | 0.60 | 0 | 0.21 | 277.38 | 0.54 | 0.55 |
| Hex | 9C | 50 | CA | 17 | 3C | 0 | 15 | 115 | 36 | 37 |
| Octal | 234 | 120 | 312 | 27 | 74 | 0 | 25 | 425 | 66 | 67 |
| Binary | 10011100 | 1010000 | 11001010 | 10111 | 111100 | 0 | 10101 | 100010101 | 110110 | 110111 |
Color Harmonies of #9C50CA
Complementary color
Monochromatic Colors of #9C50CA
Black with #9C50CA
Text Example
Text Example
White with #9C50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C50CA; }
p { color: rgb(156,80,202); }
H1.HeaderClassName
{
color: #9C50CA;
}
.AnyTagClassName
{
color: #9C50CA;
}
</style>
background-color css
<style>
a { background-color: #9C50CA; }
a { background-color: rgb(156,80,202); }
div.DivClassName
{
background-color: #9C50CA;
}
.BgClassName
{
background-color: #9C50CA;
}
</style>
border-color css
<style>
span { border-color: #9C50CA; }
span { border-color: rgb(156,80,202); }
td.TdClassName
{
border-color: #9C50CA;
}
.TagClassName
{
border-color: #9C50CA;
}
</style>