Shades of Deep Lilac #9C4ED0
Tints of Deep Lilac #9C4ED0
RGB
CMYK
RGB Variations
Color information
#9C4ED0 (or 0x9C4ED0) is known color: Deep Lilac. HEX triplet: 9C, 4E and D0. RGB value is (156,78,208). Sum of RGB (Red+Green+Blue) = 156+78+208=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C4ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4ED0 is #63B12F. Grayscale: #737373. Windows color (decimal): -6533424 or 13651612. OLE color: 13651612.
HSL color Cylindrical-coordinate representation of color #9C4ED0: hue angle of 276º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C4ED0 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 78 | 208 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.18 |
| HSL | 276º | 0.58% | 0.56% | - |
| HSV(B) | 276º | 0.63% | 0.82% | - |
| XYZ | 27.82 | 17.07 | 61.5 | - |
| YUV | 116.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 208 | 0.25 | 0.62 | 0 | 0.18 | 276 | 0.58 | 0.56 |
| Hex | 9C | 4E | D0 | 19 | 3E | 0 | 12 | 114 | 3A | 38 |
| Octal | 234 | 116 | 320 | 31 | 76 | 0 | 22 | 424 | 72 | 70 |
| Binary | 10011100 | 1001110 | 11010000 | 11001 | 111110 | 0 | 10010 | 100010100 | 111010 | 111000 |
Color Harmonies of #9C4ED0
Complementary color
Monochromatic Colors of #9C4ED0
Black with #9C4ED0
Text Example
Text Example
White with #9C4ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4ED0; }
p { color: rgb(156,78,208); }
H1.HeaderClassName
{
color: #9C4ED0;
}
.AnyTagClassName
{
color: #9C4ED0;
}
</style>
background-color css
<style>
a { background-color: #9C4ED0; }
a { background-color: rgb(156,78,208); }
div.DivClassName
{
background-color: #9C4ED0;
}
.BgClassName
{
background-color: #9C4ED0;
}
</style>
border-color css
<style>
span { border-color: #9C4ED0; }
span { border-color: rgb(156,78,208); }
td.TdClassName
{
border-color: #9C4ED0;
}
.TagClassName
{
border-color: #9C4ED0;
}
</style>