Shades of Deep Lilac #9D58AD
Tints of Deep Lilac #9D58AD
RGB
CMYK
RGB Variations
Color information
#9D58AD (or 0x9D58AD) is known color: Deep Lilac. HEX triplet: 9D, 58 and AD. RGB value is (157,88,173). Sum of RGB (Red+Green+Blue) = 157+88+173=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D58AD is #62A752. Grayscale: #767676. Windows color (decimal): -6465363 or 11360413. OLE color: 11360413.
HSL color Cylindrical-coordinate representation of color #9D58AD: hue angle of 288.71º 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 #9D58AD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 88 | 173 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.32 |
| HSL | 288.71º | 0.34% | 0.51% | - |
| HSV(B) | 288.71º | 0.49% | 0.68% | - |
| XYZ | 24.94 | 17.16 | 41.53 | - |
| YUV | 118.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 173 | 0.09 | 0.49 | 0 | 0.32 | 288.71 | 0.34 | 0.51 |
| Hex | 9D | 58 | AD | 9 | 31 | 0 | 20 | 121 | 22 | 33 |
| Octal | 235 | 130 | 255 | 11 | 61 | 0 | 40 | 441 | 42 | 63 |
| Binary | 10011101 | 1011000 | 10101101 | 1001 | 110001 | 0 | 100000 | 100100001 | 100010 | 110011 |
Color Harmonies of #9D58AD
Complementary color
Monochromatic Colors of #9D58AD
Black with #9D58AD
Text Example
Text Example
White with #9D58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D58AD; }
p { color: rgb(157,88,173); }
H1.HeaderClassName
{
color: #9D58AD;
}
.AnyTagClassName
{
color: #9D58AD;
}
</style>
background-color css
<style>
a { background-color: #9D58AD; }
a { background-color: rgb(157,88,173); }
div.DivClassName
{
background-color: #9D58AD;
}
.BgClassName
{
background-color: #9D58AD;
}
</style>
border-color css
<style>
span { border-color: #9D58AD; }
span { border-color: rgb(157,88,173); }
td.TdClassName
{
border-color: #9D58AD;
}
.TagClassName
{
border-color: #9D58AD;
}
</style>