Shades of Deep Lilac #9941AD
Tints of Deep Lilac #9941AD
RGB
CMYK
RGB Variations
Color information
#9941AD (or 0x9941AD) is known color: Deep Lilac. HEX triplet: 99, 41 and AD. RGB value is (153,65,173). Sum of RGB (Red+Green+Blue) = 153+65+173=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #9941AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9941AD is #66BE52. Grayscale: #676767. Windows color (decimal): -6733395 or 11354521. OLE color: 11354521.
HSL color Cylindrical-coordinate representation of color #9941AD: hue angle of 288.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9941AD is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 65 | 173 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.32 |
| HSL | 288.89º | 0.45% | 0.47% | - |
| HSV(B) | 288.89º | 0.62% | 0.68% | - |
| XYZ | 22.57 | 13.57 | 40.96 | - |
| YUV | 103.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 173 | 0.12 | 0.62 | 0 | 0.32 | 288.89 | 0.45 | 0.47 |
| Hex | 99 | 41 | AD | C | 3E | 0 | 20 | 121 | 2D | 2F |
| Octal | 231 | 101 | 255 | 14 | 76 | 0 | 40 | 441 | 55 | 57 |
| Binary | 10011001 | 1000001 | 10101101 | 1100 | 111110 | 0 | 100000 | 100100001 | 101101 | 101111 |
Color Harmonies of #9941AD
Complementary color
Monochromatic Colors of #9941AD
Black with #9941AD
Text Example
Text Example
White with #9941AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9941AD; }
p { color: rgb(153,65,173); }
H1.HeaderClassName
{
color: #9941AD;
}
.AnyTagClassName
{
color: #9941AD;
}
</style>
background-color css
<style>
a { background-color: #9941AD; }
a { background-color: rgb(153,65,173); }
div.DivClassName
{
background-color: #9941AD;
}
.BgClassName
{
background-color: #9941AD;
}
</style>
border-color css
<style>
span { border-color: #9941AD; }
span { border-color: rgb(153,65,173); }
td.TdClassName
{
border-color: #9941AD;
}
.TagClassName
{
border-color: #9941AD;
}
</style>