Shades of Deep Lilac #8D53AF
Tints of Deep Lilac #8D53AF
RGB
CMYK
RGB Variations
Color information
#8D53AF (or 0x8D53AF) is known color: Deep Lilac. HEX triplet: 8D, 53 and AF. RGB value is (141,83,175). Sum of RGB (Red+Green+Blue) = 141+83+175=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D53AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D53AF is #72AC50. Grayscale: #6E6E6E. Windows color (decimal): -7515217 or 11490189. OLE color: 11490189.
HSL color Cylindrical-coordinate representation of color #8D53AF: hue angle of 277.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D53AF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 83 | 175 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.31 |
| HSL | 277.83º | 0.37% | 0.51% | - |
| HSV(B) | 277.83º | 0.53% | 0.69% | - |
| XYZ | 21.82 | 14.94 | 42.29 | - |
| YUV | 110.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 175 | 0.19 | 0.53 | 0 | 0.31 | 277.83 | 0.37 | 0.51 |
| Hex | 8D | 53 | AF | 13 | 35 | 0 | 1F | 116 | 25 | 33 |
| Octal | 215 | 123 | 257 | 23 | 65 | 0 | 37 | 426 | 45 | 63 |
| Binary | 10001101 | 1010011 | 10101111 | 10011 | 110101 | 0 | 11111 | 100010110 | 100101 | 110011 |
Color Harmonies of #8D53AF
Complementary color
Monochromatic Colors of #8D53AF
Black with #8D53AF
Text Example
Text Example
White with #8D53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D53AF; }
p { color: rgb(141,83,175); }
H1.HeaderClassName
{
color: #8D53AF;
}
.AnyTagClassName
{
color: #8D53AF;
}
</style>
background-color css
<style>
a { background-color: #8D53AF; }
a { background-color: rgb(141,83,175); }
div.DivClassName
{
background-color: #8D53AF;
}
.BgClassName
{
background-color: #8D53AF;
}
</style>
border-color css
<style>
span { border-color: #8D53AF; }
span { border-color: rgb(141,83,175); }
td.TdClassName
{
border-color: #8D53AF;
}
.TagClassName
{
border-color: #8D53AF;
}
</style>