Shades of Deep Lilac #8A4ECA
Tints of Deep Lilac #8A4ECA
RGB
CMYK
RGB Variations
Color information
#8A4ECA (or 0x8A4ECA) is known color: Deep Lilac. HEX triplet: 8A, 4E and CA. RGB value is (138,78,202). Sum of RGB (Red+Green+Blue) = 138+78+202=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A4ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4ECA is #75B135. Grayscale: #6D6D6D. Windows color (decimal): -7713078 or 13258378. OLE color: 13258378.
HSL color Cylindrical-coordinate representation of color #8A4ECA: hue angle of 269.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4ECA is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 78 | 202 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.21 |
| HSL | 269.03º | 0.54% | 0.55% | - |
| HSV(B) | 269.03º | 0.61% | 0.79% | - |
| XYZ | 23.87 | 15.12 | 57.54 | - |
| YUV | 110.08 | 179.88 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 202 | 0.32 | 0.61 | 0 | 0.21 | 269.03 | 0.54 | 0.55 |
| Hex | 8A | 4E | CA | 20 | 3D | 0 | 15 | 10D | 36 | 37 |
| Octal | 212 | 116 | 312 | 40 | 75 | 0 | 25 | 415 | 66 | 67 |
| Binary | 10001010 | 1001110 | 11001010 | 100000 | 111101 | 0 | 10101 | 100001101 | 110110 | 110111 |
Color Harmonies of #8A4ECA
Complementary color
Monochromatic Colors of #8A4ECA
Black with #8A4ECA
Text Example
Text Example
White with #8A4ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4ECA; }
p { color: rgb(138,78,202); }
H1.HeaderClassName
{
color: #8A4ECA;
}
.AnyTagClassName
{
color: #8A4ECA;
}
</style>
background-color css
<style>
a { background-color: #8A4ECA; }
a { background-color: rgb(138,78,202); }
div.DivClassName
{
background-color: #8A4ECA;
}
.BgClassName
{
background-color: #8A4ECA;
}
</style>
border-color css
<style>
span { border-color: #8A4ECA; }
span { border-color: rgb(138,78,202); }
td.TdClassName
{
border-color: #8A4ECA;
}
.TagClassName
{
border-color: #8A4ECA;
}
</style>