Shades of Deep Lilac #8D3CAD
Tints of Deep Lilac #8D3CAD
RGB
CMYK
RGB Variations
Color information
#8D3CAD (or 0x8D3CAD) is known color: Deep Lilac. HEX triplet: 8D, 3C and AD. RGB value is (141,60,173). Sum of RGB (Red+Green+Blue) = 141+60+173=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D3CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3CAD is #72C352. Grayscale: #606060. Windows color (decimal): -7521107 or 11353229. OLE color: 11353229.
HSL color Cylindrical-coordinate representation of color #8D3CAD: hue angle of 283.01º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3CAD is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 60 | 173 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.32 |
| HSL | 283.01º | 0.48% | 0.46% | - |
| HSV(B) | 283.01º | 0.65% | 0.68% | - |
| XYZ | 20.14 | 11.91 | 40.77 | - |
| YUV | 97.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 173 | 0.18 | 0.65 | 0 | 0.32 | 283.01 | 0.48 | 0.46 |
| Hex | 8D | 3C | AD | 12 | 41 | 0 | 20 | 11B | 30 | 2E |
| Octal | 215 | 74 | 255 | 22 | 101 | 0 | 40 | 433 | 60 | 56 |
| Binary | 10001101 | 111100 | 10101101 | 10010 | 1000001 | 0 | 100000 | 100011011 | 110000 | 101110 |
Color Harmonies of #8D3CAD
Complementary color
Monochromatic Colors of #8D3CAD
Black with #8D3CAD
Text Example
Text Example
White with #8D3CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CAD; }
p { color: rgb(141,60,173); }
H1.HeaderClassName
{
color: #8D3CAD;
}
.AnyTagClassName
{
color: #8D3CAD;
}
</style>
background-color css
<style>
a { background-color: #8D3CAD; }
a { background-color: rgb(141,60,173); }
div.DivClassName
{
background-color: #8D3CAD;
}
.BgClassName
{
background-color: #8D3CAD;
}
</style>
border-color css
<style>
span { border-color: #8D3CAD; }
span { border-color: rgb(141,60,173); }
td.TdClassName
{
border-color: #8D3CAD;
}
.TagClassName
{
border-color: #8D3CAD;
}
</style>