Shades of Deep Lilac #8D3CAF
Tints of Deep Lilac #8D3CAF
RGB
CMYK
RGB Variations
Color information
#8D3CAF (or 0x8D3CAF) is known color: Deep Lilac. HEX triplet: 8D, 3C and AF. RGB value is (141,60,175). Sum of RGB (Red+Green+Blue) = 141+60+175=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D3CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3CAF is #72C350. Grayscale: #606060. Windows color (decimal): -7521105 or 11484301. OLE color: 11484301.
HSL color Cylindrical-coordinate representation of color #8D3CAF: hue angle of 282.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3CAF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 60 | 175 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.31 |
| HSL | 282.26º | 0.49% | 0.46% | - |
| HSV(B) | 282.26º | 0.66% | 0.69% | - |
| XYZ | 20.34 | 11.99 | 41.8 | - |
| YUV | 97.33 | 171.84 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 175 | 0.19 | 0.66 | 0 | 0.31 | 282.26 | 0.49 | 0.46 |
| Hex | 8D | 3C | AF | 13 | 42 | 0 | 1F | 11A | 31 | 2E |
| Octal | 215 | 74 | 257 | 23 | 102 | 0 | 37 | 432 | 61 | 56 |
| Binary | 10001101 | 111100 | 10101111 | 10011 | 1000010 | 0 | 11111 | 100011010 | 110001 | 101110 |
Color Harmonies of #8D3CAF
Complementary color
Monochromatic Colors of #8D3CAF
Black with #8D3CAF
Text Example
Text Example
White with #8D3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CAF; }
p { color: rgb(141,60,175); }
H1.HeaderClassName
{
color: #8D3CAF;
}
.AnyTagClassName
{
color: #8D3CAF;
}
</style>
background-color css
<style>
a { background-color: #8D3CAF; }
a { background-color: rgb(141,60,175); }
div.DivClassName
{
background-color: #8D3CAF;
}
.BgClassName
{
background-color: #8D3CAF;
}
</style>
border-color css
<style>
span { border-color: #8D3CAF; }
span { border-color: rgb(141,60,175); }
td.TdClassName
{
border-color: #8D3CAF;
}
.TagClassName
{
border-color: #8D3CAF;
}
</style>