Shades of Deep Lilac #9D3EAC
Tints of Deep Lilac #9D3EAC
RGB
CMYK
RGB Variations
Color information
#9D3EAC (or 0x9D3EAC) is known color: Deep Lilac. HEX triplet: 9D, 3E and AC. RGB value is (157,62,172). Sum of RGB (Red+Green+Blue) = 157+62+172=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3EAC is #62C153. Grayscale: #666666. Windows color (decimal): -6472020 or 11288221. OLE color: 11288221.
HSL color Cylindrical-coordinate representation of color #9D3EAC: hue angle of 291.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3EAC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 62 | 172 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.33 |
| HSL | 291.82º | 0.47% | 0.46% | - |
| HSV(B) | 291.82º | 0.64% | 0.67% | - |
| XYZ | 23.07 | 13.59 | 40.44 | - |
| YUV | 102.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 172 | 0.09 | 0.64 | 0 | 0.33 | 291.82 | 0.47 | 0.46 |
| Hex | 9D | 3E | AC | 9 | 40 | 0 | 21 | 124 | 2F | 2E |
| Octal | 235 | 76 | 254 | 11 | 100 | 0 | 41 | 444 | 57 | 56 |
| Binary | 10011101 | 111110 | 10101100 | 1001 | 1000000 | 0 | 100001 | 100100100 | 101111 | 101110 |
Color Harmonies of #9D3EAC
Complementary color
Monochromatic Colors of #9D3EAC
Black with #9D3EAC
Text Example
Text Example
White with #9D3EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3EAC; }
p { color: rgb(157,62,172); }
H1.HeaderClassName
{
color: #9D3EAC;
}
.AnyTagClassName
{
color: #9D3EAC;
}
</style>
background-color css
<style>
a { background-color: #9D3EAC; }
a { background-color: rgb(157,62,172); }
div.DivClassName
{
background-color: #9D3EAC;
}
.BgClassName
{
background-color: #9D3EAC;
}
</style>
border-color css
<style>
span { border-color: #9D3EAC; }
span { border-color: rgb(157,62,172); }
td.TdClassName
{
border-color: #9D3EAC;
}
.TagClassName
{
border-color: #9D3EAC;
}
</style>