Shades of Deep Lilac #9C3DAC
Tints of Deep Lilac #9C3DAC
RGB
CMYK
RGB Variations
Color information
#9C3DAC (or 0x9C3DAC) is known color: Deep Lilac. HEX triplet: 9C, 3D and AC. RGB value is (156,61,172). Sum of RGB (Red+Green+Blue) = 156+61+172=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3DAC is #63C253. Grayscale: #656565. Windows color (decimal): -6537812 or 11287964. OLE color: 11287964.
HSL color Cylindrical-coordinate representation of color #9C3DAC: hue angle of 291.35º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3DAC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 61 | 172 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.33 |
| HSL | 291.35º | 0.48% | 0.46% | - |
| HSV(B) | 291.35º | 0.65% | 0.67% | - |
| XYZ | 22.83 | 13.38 | 40.41 | - |
| YUV | 102.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 61 | 172 | 0.09 | 0.65 | 0 | 0.33 | 291.35 | 0.48 | 0.46 |
| Hex | 9C | 3D | AC | 9 | 41 | 0 | 21 | 123 | 30 | 2E |
| Octal | 234 | 75 | 254 | 11 | 101 | 0 | 41 | 443 | 60 | 56 |
| Binary | 10011100 | 111101 | 10101100 | 1001 | 1000001 | 0 | 100001 | 100100011 | 110000 | 101110 |
Color Harmonies of #9C3DAC
Complementary color
Monochromatic Colors of #9C3DAC
Black with #9C3DAC
Text Example
Text Example
White with #9C3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3DAC; }
p { color: rgb(156,61,172); }
H1.HeaderClassName
{
color: #9C3DAC;
}
.AnyTagClassName
{
color: #9C3DAC;
}
</style>
background-color css
<style>
a { background-color: #9C3DAC; }
a { background-color: rgb(156,61,172); }
div.DivClassName
{
background-color: #9C3DAC;
}
.BgClassName
{
background-color: #9C3DAC;
}
</style>
border-color css
<style>
span { border-color: #9C3DAC; }
span { border-color: rgb(156,61,172); }
td.TdClassName
{
border-color: #9C3DAC;
}
.TagClassName
{
border-color: #9C3DAC;
}
</style>