Shades of Deep Lilac #9C5DAE
Tints of Deep Lilac #9C5DAE
RGB
CMYK
RGB Variations
Color information
#9C5DAE (or 0x9C5DAE) is known color: Deep Lilac. HEX triplet: 9C, 5D and AE. RGB value is (156,93,174). Sum of RGB (Red+Green+Blue) = 156+93+174=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5DAE is #63A251. Grayscale: #787878. Windows color (decimal): -6529618 or 11427228. OLE color: 11427228.
HSL color Cylindrical-coordinate representation of color #9C5DAE: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5DAE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 93 | 174 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.32 |
| HSL | 286.67º | 0.33% | 0.52% | - |
| HSV(B) | 286.67º | 0.47% | 0.68% | - |
| XYZ | 25.26 | 17.95 | 42.18 | - |
| YUV | 121.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 174 | 0.10 | 0.47 | 0 | 0.32 | 286.67 | 0.33 | 0.52 |
| Hex | 9C | 5D | AE | A | 2F | 0 | 20 | 11F | 21 | 34 |
| Octal | 234 | 135 | 256 | 12 | 57 | 0 | 40 | 437 | 41 | 64 |
| Binary | 10011100 | 1011101 | 10101110 | 1010 | 101111 | 0 | 100000 | 100011111 | 100001 | 110100 |
Color Harmonies of #9C5DAE
Complementary color
Monochromatic Colors of #9C5DAE
Black with #9C5DAE
Text Example
Text Example
White with #9C5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5DAE; }
p { color: rgb(156,93,174); }
H1.HeaderClassName
{
color: #9C5DAE;
}
.AnyTagClassName
{
color: #9C5DAE;
}
</style>
background-color css
<style>
a { background-color: #9C5DAE; }
a { background-color: rgb(156,93,174); }
div.DivClassName
{
background-color: #9C5DAE;
}
.BgClassName
{
background-color: #9C5DAE;
}
</style>
border-color css
<style>
span { border-color: #9C5DAE; }
span { border-color: rgb(156,93,174); }
td.TdClassName
{
border-color: #9C5DAE;
}
.TagClassName
{
border-color: #9C5DAE;
}
</style>