Shades of Deep Lilac #9C4EB2
Tints of Deep Lilac #9C4EB2
RGB
CMYK
RGB Variations
Color information
#9C4EB2 (or 0x9C4EB2) is known color: Deep Lilac. HEX triplet: 9C, 4E and B2. RGB value is (156,78,178). Sum of RGB (Red+Green+Blue) = 156+78+178=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 178 - color contains mainly: blue. Hex color #9C4EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4EB2 is #63B14D. Grayscale: #707070. Windows color (decimal): -6533454 or 11685532. OLE color: 11685532.
HSL color Cylindrical-coordinate representation of color #9C4EB2: hue angle of 286.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4EB2 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 78 | 178 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.30 |
| HSL | 286.8º | 0.39% | 0.5% | - |
| HSV(B) | 286.8º | 0.56% | 0.7% | - |
| XYZ | 24.47 | 15.73 | 43.87 | - |
| YUV | 112.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 178 | 0.12 | 0.56 | 0 | 0.30 | 286.8 | 0.39 | 0.5 |
| Hex | 9C | 4E | B2 | C | 38 | 0 | 1E | 11F | 27 | 32 |
| Octal | 234 | 116 | 262 | 14 | 70 | 0 | 36 | 437 | 47 | 62 |
| Binary | 10011100 | 1001110 | 10110010 | 1100 | 111000 | 0 | 11110 | 100011111 | 100111 | 110010 |
Color Harmonies of #9C4EB2
Complementary color
Monochromatic Colors of #9C4EB2
Black with #9C4EB2
Text Example
Text Example
White with #9C4EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4EB2; }
p { color: rgb(156,78,178); }
H1.HeaderClassName
{
color: #9C4EB2;
}
.AnyTagClassName
{
color: #9C4EB2;
}
</style>
background-color css
<style>
a { background-color: #9C4EB2; }
a { background-color: rgb(156,78,178); }
div.DivClassName
{
background-color: #9C4EB2;
}
.BgClassName
{
background-color: #9C4EB2;
}
</style>
border-color css
<style>
span { border-color: #9C4EB2; }
span { border-color: rgb(156,78,178); }
td.TdClassName
{
border-color: #9C4EB2;
}
.TagClassName
{
border-color: #9C4EB2;
}
</style>