Shades of Deep Lilac #8E48A5
Tints of Deep Lilac #8E48A5
RGB
CMYK
RGB Variations
Color information
#8E48A5 (or 0x8E48A5) is known color: Deep Lilac. HEX triplet: 8E, 48 and A5. RGB value is (142,72,165). Sum of RGB (Red+Green+Blue) = 142+72+165=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: blue. Hex color #8E48A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E48A5 is #71B75A. Grayscale: #676767. Windows color (decimal): -7452507 or 10832014. OLE color: 10832014.
HSL color Cylindrical-coordinate representation of color #8E48A5: hue angle of 285.16º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E48A5 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 72 | 165 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.35 |
| HSL | 285.16º | 0.39% | 0.46% | - |
| HSV(B) | 285.16º | 0.56% | 0.65% | - |
| XYZ | 20.26 | 13.1 | 37.06 | - |
| YUV | 103.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 165 | 0.14 | 0.56 | 0 | 0.35 | 285.16 | 0.39 | 0.46 |
| Hex | 8E | 48 | A5 | E | 38 | 0 | 23 | 11D | 27 | 2E |
| Octal | 216 | 110 | 245 | 16 | 70 | 0 | 43 | 435 | 47 | 56 |
| Binary | 10001110 | 1001000 | 10100101 | 1110 | 111000 | 0 | 100011 | 100011101 | 100111 | 101110 |
Color Harmonies of #8E48A5
Complementary color
Monochromatic Colors of #8E48A5
Black with #8E48A5
Text Example
Text Example
White with #8E48A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E48A5; }
p { color: rgb(142,72,165); }
H1.HeaderClassName
{
color: #8E48A5;
}
.AnyTagClassName
{
color: #8E48A5;
}
</style>
background-color css
<style>
a { background-color: #8E48A5; }
a { background-color: rgb(142,72,165); }
div.DivClassName
{
background-color: #8E48A5;
}
.BgClassName
{
background-color: #8E48A5;
}
</style>
border-color css
<style>
span { border-color: #8E48A5; }
span { border-color: rgb(142,72,165); }
td.TdClassName
{
border-color: #8E48A5;
}
.TagClassName
{
border-color: #8E48A5;
}
</style>