Shades of Deep Lilac #9D57AE
Tints of Deep Lilac #9D57AE
RGB
CMYK
RGB Variations
Color information
#9D57AE (or 0x9D57AE) is known color: Deep Lilac. HEX triplet: 9D, 57 and AE. RGB value is (157,87,174). Sum of RGB (Red+Green+Blue) = 157+87+174=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D57AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D57AE is #62A851. Grayscale: #757575. Windows color (decimal): -6465618 or 11425693. OLE color: 11425693.
HSL color Cylindrical-coordinate representation of color #9D57AE: hue angle of 288.28º degrees, saturation: 0.35, 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 #9D57AE is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 87 | 174 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.32 |
| HSL | 288.28º | 0.35% | 0.51% | - |
| HSV(B) | 288.28º | 0.5% | 0.68% | - |
| XYZ | 24.95 | 17.04 | 42.02 | - |
| YUV | 117.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 87 | 174 | 0.10 | 0.5 | 0 | 0.32 | 288.28 | 0.35 | 0.51 |
| Hex | 9D | 57 | AE | A | 32 | 0 | 20 | 120 | 23 | 33 |
| Octal | 235 | 127 | 256 | 12 | 62 | 0 | 40 | 440 | 43 | 63 |
| Binary | 10011101 | 1010111 | 10101110 | 1010 | 110010 | 0 | 100000 | 100100000 | 100011 | 110011 |
Color Harmonies of #9D57AE
Complementary color
Monochromatic Colors of #9D57AE
Black with #9D57AE
Text Example
Text Example
White with #9D57AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D57AE; }
p { color: rgb(157,87,174); }
H1.HeaderClassName
{
color: #9D57AE;
}
.AnyTagClassName
{
color: #9D57AE;
}
</style>
background-color css
<style>
a { background-color: #9D57AE; }
a { background-color: rgb(157,87,174); }
div.DivClassName
{
background-color: #9D57AE;
}
.BgClassName
{
background-color: #9D57AE;
}
</style>
border-color css
<style>
span { border-color: #9D57AE; }
span { border-color: rgb(157,87,174); }
td.TdClassName
{
border-color: #9D57AE;
}
.TagClassName
{
border-color: #9D57AE;
}
</style>