Shades of Deep Lilac #9D5FAE
Tints of Deep Lilac #9D5FAE
RGB
CMYK
RGB Variations
Color information
#9D5FAE (or 0x9D5FAE) is known color: Deep Lilac. HEX triplet: 9D, 5F and AE. RGB value is (157,95,174). Sum of RGB (Red+Green+Blue) = 157+95+174=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D5FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5FAE is #62A051. Grayscale: #7A7A7A. Windows color (decimal): -6463570 or 11427741. OLE color: 11427741.
HSL color Cylindrical-coordinate representation of color #9D5FAE: hue angle of 287.09º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D5FAE is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 95 | 174 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.32 |
| HSL | 287.09º | 0.33% | 0.53% | - |
| HSV(B) | 287.09º | 0.45% | 0.68% | - |
| XYZ | 25.64 | 18.41 | 42.25 | - |
| YUV | 122.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 174 | 0.10 | 0.45 | 0 | 0.32 | 287.09 | 0.33 | 0.53 |
| Hex | 9D | 5F | AE | A | 2D | 0 | 20 | 11F | 21 | 35 |
| Octal | 235 | 137 | 256 | 12 | 55 | 0 | 40 | 437 | 41 | 65 |
| Binary | 10011101 | 1011111 | 10101110 | 1010 | 101101 | 0 | 100000 | 100011111 | 100001 | 110101 |
Color Harmonies of #9D5FAE
Complementary color
Monochromatic Colors of #9D5FAE
Black with #9D5FAE
Text Example
Text Example
White with #9D5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5FAE; }
p { color: rgb(157,95,174); }
H1.HeaderClassName
{
color: #9D5FAE;
}
.AnyTagClassName
{
color: #9D5FAE;
}
</style>
background-color css
<style>
a { background-color: #9D5FAE; }
a { background-color: rgb(157,95,174); }
div.DivClassName
{
background-color: #9D5FAE;
}
.BgClassName
{
background-color: #9D5FAE;
}
</style>
border-color css
<style>
span { border-color: #9D5FAE; }
span { border-color: rgb(157,95,174); }
td.TdClassName
{
border-color: #9D5FAE;
}
.TagClassName
{
border-color: #9D5FAE;
}
</style>