Shades of Deep Lilac #8D4DAF
Tints of Deep Lilac #8D4DAF
RGB
CMYK
RGB Variations
Color information
#8D4DAF (or 0x8D4DAF) is known color: Deep Lilac. HEX triplet: 8D, 4D and AF. RGB value is (141,77,175). Sum of RGB (Red+Green+Blue) = 141+77+175=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D4DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4DAF is #72B250. Grayscale: #6A6A6A. Windows color (decimal): -7516753 or 11488653. OLE color: 11488653.
HSL color Cylindrical-coordinate representation of color #8D4DAF: hue angle of 279.18º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D4DAF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 77 | 175 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.31 |
| HSL | 279.18º | 0.39% | 0.49% | - |
| HSV(B) | 279.18º | 0.56% | 0.69% | - |
| XYZ | 21.38 | 14.07 | 42.15 | - |
| YUV | 107.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 175 | 0.19 | 0.56 | 0 | 0.31 | 279.18 | 0.39 | 0.49 |
| Hex | 8D | 4D | AF | 13 | 38 | 0 | 1F | 117 | 27 | 31 |
| Octal | 215 | 115 | 257 | 23 | 70 | 0 | 37 | 427 | 47 | 61 |
| Binary | 10001101 | 1001101 | 10101111 | 10011 | 111000 | 0 | 11111 | 100010111 | 100111 | 110001 |
Color Harmonies of #8D4DAF
Complementary color
Monochromatic Colors of #8D4DAF
Black with #8D4DAF
Text Example
Text Example
White with #8D4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4DAF; }
p { color: rgb(141,77,175); }
H1.HeaderClassName
{
color: #8D4DAF;
}
.AnyTagClassName
{
color: #8D4DAF;
}
</style>
background-color css
<style>
a { background-color: #8D4DAF; }
a { background-color: rgb(141,77,175); }
div.DivClassName
{
background-color: #8D4DAF;
}
.BgClassName
{
background-color: #8D4DAF;
}
</style>
border-color css
<style>
span { border-color: #8D4DAF; }
span { border-color: rgb(141,77,175); }
td.TdClassName
{
border-color: #8D4DAF;
}
.TagClassName
{
border-color: #8D4DAF;
}
</style>