Shades of Deep Lilac #9159AD
Tints of Deep Lilac #9159AD
RGB
CMYK
RGB Variations
Color information
#9159AD (or 0x9159AD) is known color: Deep Lilac. HEX triplet: 91, 59 and AD. RGB value is (145,89,173). Sum of RGB (Red+Green+Blue) = 145+89+173=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #9159AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9159AD is #6EA652. Grayscale: #737373. Windows color (decimal): -7251539 or 11360657. OLE color: 11360657.
HSL color Cylindrical-coordinate representation of color #9159AD: hue angle of 280º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9159AD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 89 | 173 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.32 |
| HSL | 280º | 0.34% | 0.51% | - |
| HSV(B) | 280º | 0.49% | 0.68% | - |
| XYZ | 22.79 | 16.18 | 41.46 | - |
| YUV | 115.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 173 | 0.16 | 0.49 | 0 | 0.32 | 280 | 0.34 | 0.51 |
| Hex | 91 | 59 | AD | 10 | 31 | 0 | 20 | 118 | 22 | 33 |
| Octal | 221 | 131 | 255 | 20 | 61 | 0 | 40 | 430 | 42 | 63 |
| Binary | 10010001 | 1011001 | 10101101 | 10000 | 110001 | 0 | 100000 | 100011000 | 100010 | 110011 |
Color Harmonies of #9159AD
Complementary color
Monochromatic Colors of #9159AD
Black with #9159AD
Text Example
Text Example
White with #9159AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159AD; }
p { color: rgb(145,89,173); }
H1.HeaderClassName
{
color: #9159AD;
}
.AnyTagClassName
{
color: #9159AD;
}
</style>
background-color css
<style>
a { background-color: #9159AD; }
a { background-color: rgb(145,89,173); }
div.DivClassName
{
background-color: #9159AD;
}
.BgClassName
{
background-color: #9159AD;
}
</style>
border-color css
<style>
span { border-color: #9159AD; }
span { border-color: rgb(145,89,173); }
td.TdClassName
{
border-color: #9159AD;
}
.TagClassName
{
border-color: #9159AD;
}
</style>