Shades of Deep Lilac #9C3DAA
Tints of Deep Lilac #9C3DAA
RGB
CMYK
RGB Variations
Color information
#9C3DAA (or 0x9C3DAA) is known color: Deep Lilac. HEX triplet: 9C, 3D and AA. RGB value is (156,61,170). Sum of RGB (Red+Green+Blue) = 156+61+170=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C3DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3DAA is #63C255. Grayscale: #656565. Windows color (decimal): -6537814 or 11156892. OLE color: 11156892.
HSL color Cylindrical-coordinate representation of color #9C3DAA: hue angle of 292.29º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C3DAA is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 61 | 170 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.33 |
| HSL | 292.29º | 0.47% | 0.45% | - |
| HSV(B) | 292.29º | 0.64% | 0.67% | - |
| XYZ | 22.63 | 13.31 | 39.41 | - |
| YUV | 101.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 61 | 170 | 0.08 | 0.64 | 0 | 0.33 | 292.29 | 0.47 | 0.45 |
| Hex | 9C | 3D | AA | 8 | 40 | 0 | 21 | 124 | 2F | 2D |
| Octal | 234 | 75 | 252 | 10 | 100 | 0 | 41 | 444 | 57 | 55 |
| Binary | 10011100 | 111101 | 10101010 | 1000 | 1000000 | 0 | 100001 | 100100100 | 101111 | 101101 |
Color Harmonies of #9C3DAA
Complementary color
Monochromatic Colors of #9C3DAA
Black with #9C3DAA
Text Example
Text Example
White with #9C3DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3DAA; }
p { color: rgb(156,61,170); }
H1.HeaderClassName
{
color: #9C3DAA;
}
.AnyTagClassName
{
color: #9C3DAA;
}
</style>
background-color css
<style>
a { background-color: #9C3DAA; }
a { background-color: rgb(156,61,170); }
div.DivClassName
{
background-color: #9C3DAA;
}
.BgClassName
{
background-color: #9C3DAA;
}
</style>
border-color css
<style>
span { border-color: #9C3DAA; }
span { border-color: rgb(156,61,170); }
td.TdClassName
{
border-color: #9C3DAA;
}
.TagClassName
{
border-color: #9C3DAA;
}
</style>