Shades of Deep Lilac #9957AD
Tints of Deep Lilac #9957AD
RGB
CMYK
RGB Variations
Color information
#9957AD (or 0x9957AD) is known color: Deep Lilac. HEX triplet: 99, 57 and AD. RGB value is (153,87,173). Sum of RGB (Red+Green+Blue) = 153+87+173=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #9957AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9957AD is #66A852. Grayscale: #747474. Windows color (decimal): -6727763 or 11360153. OLE color: 11360153.
HSL color Cylindrical-coordinate representation of color #9957AD: hue angle of 286.05º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9957AD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 87 | 173 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.32 |
| HSL | 286.05º | 0.34% | 0.51% | - |
| HSV(B) | 286.05º | 0.5% | 0.68% | - |
| XYZ | 24.09 | 16.61 | 41.47 | - |
| YUV | 116.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 173 | 0.12 | 0.50 | 0 | 0.32 | 286.05 | 0.34 | 0.51 |
| Hex | 99 | 57 | AD | C | 32 | 0 | 20 | 11E | 22 | 33 |
| Octal | 231 | 127 | 255 | 14 | 62 | 0 | 40 | 436 | 42 | 63 |
| Binary | 10011001 | 1010111 | 10101101 | 1100 | 110010 | 0 | 100000 | 100011110 | 100010 | 110011 |
Color Harmonies of #9957AD
Complementary color
Monochromatic Colors of #9957AD
Black with #9957AD
Text Example
Text Example
White with #9957AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957AD; }
p { color: rgb(153,87,173); }
H1.HeaderClassName
{
color: #9957AD;
}
.AnyTagClassName
{
color: #9957AD;
}
</style>
background-color css
<style>
a { background-color: #9957AD; }
a { background-color: rgb(153,87,173); }
div.DivClassName
{
background-color: #9957AD;
}
.BgClassName
{
background-color: #9957AD;
}
</style>
border-color css
<style>
span { border-color: #9957AD; }
span { border-color: rgb(153,87,173); }
td.TdClassName
{
border-color: #9957AD;
}
.TagClassName
{
border-color: #9957AD;
}
</style>