Shades of Deep Lilac #8D5DAF
Tints of Deep Lilac #8D5DAF
RGB
CMYK
RGB Variations
Color information
#8D5DAF (or 0x8D5DAF) is known color: Deep Lilac. HEX triplet: 8D, 5D and AF. RGB value is (141,93,175). Sum of RGB (Red+Green+Blue) = 141+93+175=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D5DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5DAF is #72A250. Grayscale: #747474. Windows color (decimal): -7512657 or 11492749. OLE color: 11492749.
HSL color Cylindrical-coordinate representation of color #8D5DAF: hue angle of 275.12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D5DAF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 93 | 175 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.31 |
| HSL | 275.12º | 0.34% | 0.53% | - |
| HSV(B) | 275.12º | 0.47% | 0.69% | - |
| XYZ | 22.64 | 16.59 | 42.57 | - |
| YUV | 116.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 175 | 0.19 | 0.47 | 0 | 0.31 | 275.12 | 0.34 | 0.53 |
| Hex | 8D | 5D | AF | 13 | 2F | 0 | 1F | 113 | 22 | 35 |
| Octal | 215 | 135 | 257 | 23 | 57 | 0 | 37 | 423 | 42 | 65 |
| Binary | 10001101 | 1011101 | 10101111 | 10011 | 101111 | 0 | 11111 | 100010011 | 100010 | 110101 |
Color Harmonies of #8D5DAF
Complementary color
Monochromatic Colors of #8D5DAF
Black with #8D5DAF
Text Example
Text Example
White with #8D5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5DAF; }
p { color: rgb(141,93,175); }
H1.HeaderClassName
{
color: #8D5DAF;
}
.AnyTagClassName
{
color: #8D5DAF;
}
</style>
background-color css
<style>
a { background-color: #8D5DAF; }
a { background-color: rgb(141,93,175); }
div.DivClassName
{
background-color: #8D5DAF;
}
.BgClassName
{
background-color: #8D5DAF;
}
</style>
border-color css
<style>
span { border-color: #8D5DAF; }
span { border-color: rgb(141,93,175); }
td.TdClassName
{
border-color: #8D5DAF;
}
.TagClassName
{
border-color: #8D5DAF;
}
</style>