Shades of Deep Lilac #9C4EB8
Tints of Deep Lilac #9C4EB8
RGB
CMYK
RGB Variations
Color information
#9C4EB8 (or 0x9C4EB8) is known color: Deep Lilac. HEX triplet: 9C, 4E and B8. RGB value is (156,78,184). Sum of RGB (Red+Green+Blue) = 156+78+184=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 184 - color contains mainly: blue. Hex color #9C4EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4EB8 is #63B147. Grayscale: #717171. Windows color (decimal): -6533448 or 12078748. OLE color: 12078748.
HSL color Cylindrical-coordinate representation of color #9C4EB8: hue angle of 284.15º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4EB8 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 78 | 184 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.28 |
| HSL | 284.15º | 0.43% | 0.51% | - |
| HSV(B) | 284.15º | 0.58% | 0.72% | - |
| XYZ | 25.09 | 15.98 | 47.11 | - |
| YUV | 113.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 184 | 0.15 | 0.58 | 0 | 0.28 | 284.15 | 0.43 | 0.51 |
| Hex | 9C | 4E | B8 | F | 3A | 0 | 1C | 11C | 2B | 33 |
| Octal | 234 | 116 | 270 | 17 | 72 | 0 | 34 | 434 | 53 | 63 |
| Binary | 10011100 | 1001110 | 10111000 | 1111 | 111010 | 0 | 11100 | 100011100 | 101011 | 110011 |
Color Harmonies of #9C4EB8
Complementary color
Monochromatic Colors of #9C4EB8
Black with #9C4EB8
Text Example
Text Example
White with #9C4EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4EB8; }
p { color: rgb(156,78,184); }
H1.HeaderClassName
{
color: #9C4EB8;
}
.AnyTagClassName
{
color: #9C4EB8;
}
</style>
background-color css
<style>
a { background-color: #9C4EB8; }
a { background-color: rgb(156,78,184); }
div.DivClassName
{
background-color: #9C4EB8;
}
.BgClassName
{
background-color: #9C4EB8;
}
</style>
border-color css
<style>
span { border-color: #9C4EB8; }
span { border-color: rgb(156,78,184); }
td.TdClassName
{
border-color: #9C4EB8;
}
.TagClassName
{
border-color: #9C4EB8;
}
</style>