Shades of Deep Lilac #9A60AC
Tints of Deep Lilac #9A60AC
RGB
CMYK
RGB Variations
Color information
#9A60AC (or 0x9A60AC) is known color: Deep Lilac. HEX triplet: 9A, 60 and AC. RGB value is (154,96,172). Sum of RGB (Red+Green+Blue) = 154+96+172=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A60AC is #659F53. Grayscale: #797979. Windows color (decimal): -6659924 or 11296922. OLE color: 11296922.
HSL color Cylindrical-coordinate representation of color #9A60AC: hue angle of 285.79º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A60AC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 96 | 172 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.33 |
| HSL | 285.79º | 0.31% | 0.53% | - |
| HSV(B) | 285.79º | 0.44% | 0.67% | - |
| XYZ | 24.96 | 18.21 | 41.23 | - |
| YUV | 122.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 172 | 0.10 | 0.44 | 0 | 0.33 | 285.79 | 0.31 | 0.53 |
| Hex | 9A | 60 | AC | A | 2C | 0 | 21 | 11E | 1F | 35 |
| Octal | 232 | 140 | 254 | 12 | 54 | 0 | 41 | 436 | 37 | 65 |
| Binary | 10011010 | 1100000 | 10101100 | 1010 | 101100 | 0 | 100001 | 100011110 | 11111 | 110101 |
Color Harmonies of #9A60AC
Complementary color
Monochromatic Colors of #9A60AC
Black with #9A60AC
Text Example
Text Example
White with #9A60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A60AC; }
p { color: rgb(154,96,172); }
H1.HeaderClassName
{
color: #9A60AC;
}
.AnyTagClassName
{
color: #9A60AC;
}
</style>
background-color css
<style>
a { background-color: #9A60AC; }
a { background-color: rgb(154,96,172); }
div.DivClassName
{
background-color: #9A60AC;
}
.BgClassName
{
background-color: #9A60AC;
}
</style>
border-color css
<style>
span { border-color: #9A60AC; }
span { border-color: rgb(154,96,172); }
td.TdClassName
{
border-color: #9A60AC;
}
.TagClassName
{
border-color: #9A60AC;
}
</style>