Shades of Deep Lilac #9C5AC1
Tints of Deep Lilac #9C5AC1
RGB
CMYK
RGB Variations
Color information
#9C5AC1 (or 0x9C5AC1) is known color: Deep Lilac. HEX triplet: 9C, 5A and C1. RGB value is (156,90,193). Sum of RGB (Red+Green+Blue) = 156+90+193=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C5AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5AC1 is #63A53E. Grayscale: #797979. Windows color (decimal): -6530367 or 12671644. OLE color: 12671644.
HSL color Cylindrical-coordinate representation of color #9C5AC1: hue angle of 278.45º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C5AC1 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 90 | 193 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.24 |
| HSL | 278.45º | 0.45% | 0.55% | - |
| HSV(B) | 278.45º | 0.53% | 0.76% | - |
| XYZ | 26.99 | 18.23 | 52.55 | - |
| YUV | 121.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 193 | 0.19 | 0.53 | 0 | 0.24 | 278.45 | 0.45 | 0.55 |
| Hex | 9C | 5A | C1 | 13 | 35 | 0 | 18 | 116 | 2D | 37 |
| Octal | 234 | 132 | 301 | 23 | 65 | 0 | 30 | 426 | 55 | 67 |
| Binary | 10011100 | 1011010 | 11000001 | 10011 | 110101 | 0 | 11000 | 100010110 | 101101 | 110111 |
Color Harmonies of #9C5AC1
Complementary color
Monochromatic Colors of #9C5AC1
Black with #9C5AC1
Text Example
Text Example
White with #9C5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5AC1; }
p { color: rgb(156,90,193); }
H1.HeaderClassName
{
color: #9C5AC1;
}
.AnyTagClassName
{
color: #9C5AC1;
}
</style>
background-color css
<style>
a { background-color: #9C5AC1; }
a { background-color: rgb(156,90,193); }
div.DivClassName
{
background-color: #9C5AC1;
}
.BgClassName
{
background-color: #9C5AC1;
}
</style>
border-color css
<style>
span { border-color: #9C5AC1; }
span { border-color: rgb(156,90,193); }
td.TdClassName
{
border-color: #9C5AC1;
}
.TagClassName
{
border-color: #9C5AC1;
}
</style>