Shades of Deep Lilac #9A3CAC
Tints of Deep Lilac #9A3CAC
RGB
CMYK
RGB Variations
Color information
#9A3CAC (or 0x9A3CAC) is known color: Deep Lilac. HEX triplet: 9A, 3C and AC. RGB value is (154,60,172). Sum of RGB (Red+Green+Blue) = 154+60+172=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A3CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3CAC is #65C353. Grayscale: #646464. Windows color (decimal): -6669140 or 11287706. OLE color: 11287706.
HSL color Cylindrical-coordinate representation of color #9A3CAC: hue angle of 290.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A3CAC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 60 | 172 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.33 |
| HSL | 290.36º | 0.48% | 0.45% | - |
| HSV(B) | 290.36º | 0.65% | 0.67% | - |
| XYZ | 22.39 | 13.08 | 40.37 | - |
| YUV | 100.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 60 | 172 | 0.10 | 0.65 | 0 | 0.33 | 290.36 | 0.48 | 0.45 |
| Hex | 9A | 3C | AC | A | 41 | 0 | 21 | 122 | 30 | 2D |
| Octal | 232 | 74 | 254 | 12 | 101 | 0 | 41 | 442 | 60 | 55 |
| Binary | 10011010 | 111100 | 10101100 | 1010 | 1000001 | 0 | 100001 | 100100010 | 110000 | 101101 |
Color Harmonies of #9A3CAC
Complementary color
Monochromatic Colors of #9A3CAC
Black with #9A3CAC
Text Example
Text Example
White with #9A3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3CAC; }
p { color: rgb(154,60,172); }
H1.HeaderClassName
{
color: #9A3CAC;
}
.AnyTagClassName
{
color: #9A3CAC;
}
</style>
background-color css
<style>
a { background-color: #9A3CAC; }
a { background-color: rgb(154,60,172); }
div.DivClassName
{
background-color: #9A3CAC;
}
.BgClassName
{
background-color: #9A3CAC;
}
</style>
border-color css
<style>
span { border-color: #9A3CAC; }
span { border-color: rgb(154,60,172); }
td.TdClassName
{
border-color: #9A3CAC;
}
.TagClassName
{
border-color: #9A3CAC;
}
</style>