Shades of Deep Lilac #9C50B6
Tints of Deep Lilac #9C50B6
RGB
CMYK
RGB Variations
Color information
#9C50B6 (or 0x9C50B6) is known color: Deep Lilac. HEX triplet: 9C, 50 and B6. RGB value is (156,80,182). Sum of RGB (Red+Green+Blue) = 156+80+182=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #9C50B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C50B6 is #63AF49. Grayscale: #727272. Windows color (decimal): -6532938 or 11948188. OLE color: 11948188.
HSL color Cylindrical-coordinate representation of color #9C50B6: hue angle of 284.71º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C50B6 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 80 | 182 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.29 |
| HSL | 284.71º | 0.41% | 0.51% | - |
| HSV(B) | 284.71º | 0.56% | 0.71% | - |
| XYZ | 25.02 | 16.18 | 46.06 | - |
| YUV | 114.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 182 | 0.14 | 0.56 | 0 | 0.29 | 284.71 | 0.41 | 0.51 |
| Hex | 9C | 50 | B6 | E | 38 | 0 | 1D | 11D | 29 | 33 |
| Octal | 234 | 120 | 266 | 16 | 70 | 0 | 35 | 435 | 51 | 63 |
| Binary | 10011100 | 1010000 | 10110110 | 1110 | 111000 | 0 | 11101 | 100011101 | 101001 | 110011 |
Color Harmonies of #9C50B6
Complementary color
Monochromatic Colors of #9C50B6
Black with #9C50B6
Text Example
Text Example
White with #9C50B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C50B6; }
p { color: rgb(156,80,182); }
H1.HeaderClassName
{
color: #9C50B6;
}
.AnyTagClassName
{
color: #9C50B6;
}
</style>
background-color css
<style>
a { background-color: #9C50B6; }
a { background-color: rgb(156,80,182); }
div.DivClassName
{
background-color: #9C50B6;
}
.BgClassName
{
background-color: #9C50B6;
}
</style>
border-color css
<style>
span { border-color: #9C50B6; }
span { border-color: rgb(156,80,182); }
td.TdClassName
{
border-color: #9C50B6;
}
.TagClassName
{
border-color: #9C50B6;
}
</style>