Shades of Deep Lilac #9159A5
Tints of Deep Lilac #9159A5
RGB
CMYK
RGB Variations
Color information
#9159A5 (or 0x9159A5) is known color: Deep Lilac. HEX triplet: 91, 59 and A5. RGB value is (145,89,165). Sum of RGB (Red+Green+Blue) = 145+89+165=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #9159A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9159A5 is #6EA65A. Grayscale: #727272. Windows color (decimal): -7251547 or 10836369. OLE color: 10836369.
HSL color Cylindrical-coordinate representation of color #9159A5: hue angle of 284.21º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9159A5 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 89 | 165 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.35 |
| HSL | 284.21º | 0.3% | 0.5% | - |
| HSV(B) | 284.21º | 0.46% | 0.65% | - |
| XYZ | 22.04 | 15.88 | 37.5 | - |
| YUV | 114.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 165 | 0.12 | 0.46 | 0 | 0.35 | 284.21 | 0.3 | 0.5 |
| Hex | 91 | 59 | A5 | C | 2E | 0 | 23 | 11C | 1E | 32 |
| Octal | 221 | 131 | 245 | 14 | 56 | 0 | 43 | 434 | 36 | 62 |
| Binary | 10010001 | 1011001 | 10100101 | 1100 | 101110 | 0 | 100011 | 100011100 | 11110 | 110010 |
Color Harmonies of #9159A5
Complementary color
Monochromatic Colors of #9159A5
Black with #9159A5
Text Example
Text Example
White with #9159A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159A5; }
p { color: rgb(145,89,165); }
H1.HeaderClassName
{
color: #9159A5;
}
.AnyTagClassName
{
color: #9159A5;
}
</style>
background-color css
<style>
a { background-color: #9159A5; }
a { background-color: rgb(145,89,165); }
div.DivClassName
{
background-color: #9159A5;
}
.BgClassName
{
background-color: #9159A5;
}
</style>
border-color css
<style>
span { border-color: #9159A5; }
span { border-color: rgb(145,89,165); }
td.TdClassName
{
border-color: #9159A5;
}
.TagClassName
{
border-color: #9159A5;
}
</style>