Shades of Deep Lilac #9D3EAD
Tints of Deep Lilac #9D3EAD
RGB
CMYK
RGB Variations
Color information
#9D3EAD (or 0x9D3EAD) is known color: Deep Lilac. HEX triplet: 9D, 3E and AD. RGB value is (157,62,173). Sum of RGB (Red+Green+Blue) = 157+62+173=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D3EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3EAD is #62C152. Grayscale: #666666. Windows color (decimal): -6472019 or 11353757. OLE color: 11353757.
HSL color Cylindrical-coordinate representation of color #9D3EAD: hue angle of 291.35º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3EAD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 62 | 173 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.32 |
| HSL | 291.35º | 0.47% | 0.46% | - |
| HSV(B) | 291.35º | 0.64% | 0.68% | - |
| XYZ | 23.17 | 13.63 | 40.94 | - |
| YUV | 103.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 173 | 0.09 | 0.64 | 0 | 0.32 | 291.35 | 0.47 | 0.46 |
| Hex | 9D | 3E | AD | 9 | 40 | 0 | 20 | 123 | 2F | 2E |
| Octal | 235 | 76 | 255 | 11 | 100 | 0 | 40 | 443 | 57 | 56 |
| Binary | 10011101 | 111110 | 10101101 | 1001 | 1000000 | 0 | 100000 | 100100011 | 101111 | 101110 |
Color Harmonies of #9D3EAD
Complementary color
Monochromatic Colors of #9D3EAD
Black with #9D3EAD
Text Example
Text Example
White with #9D3EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3EAD; }
p { color: rgb(157,62,173); }
H1.HeaderClassName
{
color: #9D3EAD;
}
.AnyTagClassName
{
color: #9D3EAD;
}
</style>
background-color css
<style>
a { background-color: #9D3EAD; }
a { background-color: rgb(157,62,173); }
div.DivClassName
{
background-color: #9D3EAD;
}
.BgClassName
{
background-color: #9D3EAD;
}
</style>
border-color css
<style>
span { border-color: #9D3EAD; }
span { border-color: rgb(157,62,173); }
td.TdClassName
{
border-color: #9D3EAD;
}
.TagClassName
{
border-color: #9D3EAD;
}
</style>