Shades of Deep Lilac #8D44AF
Tints of Deep Lilac #8D44AF
RGB
CMYK
RGB Variations
Color information
#8D44AF (or 0x8D44AF) is known color: Deep Lilac. HEX triplet: 8D, 44 and AF. RGB value is (141,68,175). Sum of RGB (Red+Green+Blue) = 141+68+175=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D44AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D44AF is #72BB50. Grayscale: #656565. Windows color (decimal): -7519057 or 11486349. OLE color: 11486349.
HSL color Cylindrical-coordinate representation of color #8D44AF: hue angle of 280.93º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D44AF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 68 | 175 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.31 |
| HSL | 280.93º | 0.44% | 0.48% | - |
| HSV(B) | 280.93º | 0.61% | 0.69% | - |
| XYZ | 20.79 | 12.89 | 41.95 | - |
| YUV | 102.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 175 | 0.19 | 0.61 | 0 | 0.31 | 280.93 | 0.44 | 0.48 |
| Hex | 8D | 44 | AF | 13 | 3D | 0 | 1F | 119 | 2C | 30 |
| Octal | 215 | 104 | 257 | 23 | 75 | 0 | 37 | 431 | 54 | 60 |
| Binary | 10001101 | 1000100 | 10101111 | 10011 | 111101 | 0 | 11111 | 100011001 | 101100 | 110000 |
Color Harmonies of #8D44AF
Complementary color
Monochromatic Colors of #8D44AF
Black with #8D44AF
Text Example
Text Example
White with #8D44AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D44AF; }
p { color: rgb(141,68,175); }
H1.HeaderClassName
{
color: #8D44AF;
}
.AnyTagClassName
{
color: #8D44AF;
}
</style>
background-color css
<style>
a { background-color: #8D44AF; }
a { background-color: rgb(141,68,175); }
div.DivClassName
{
background-color: #8D44AF;
}
.BgClassName
{
background-color: #8D44AF;
}
</style>
border-color css
<style>
span { border-color: #8D44AF; }
span { border-color: rgb(141,68,175); }
td.TdClassName
{
border-color: #8D44AF;
}
.TagClassName
{
border-color: #8D44AF;
}
</style>