Shades of Deep Lilac #8E4ABF
Tints of Deep Lilac #8E4ABF
RGB
CMYK
RGB Variations
Color information
#8E4ABF (or 0x8E4ABF) is known color: Deep Lilac. HEX triplet: 8E, 4A and BF. RGB value is (142,74,191). Sum of RGB (Red+Green+Blue) = 142+74+191=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E4ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4ABF is #71B540. Grayscale: #6B6B6B. Windows color (decimal): -7451969 or 12536462. OLE color: 12536462.
HSL color Cylindrical-coordinate representation of color #8E4ABF: hue angle of 274.87º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E4ABF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 74 | 191 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.25 |
| HSL | 274.87º | 0.48% | 0.52% | - |
| HSV(B) | 274.87º | 0.61% | 0.75% | - |
| XYZ | 23.01 | 14.41 | 50.86 | - |
| YUV | 107.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 191 | 0.26 | 0.61 | 0 | 0.25 | 274.87 | 0.48 | 0.52 |
| Hex | 8E | 4A | BF | 1A | 3D | 0 | 19 | 113 | 30 | 34 |
| Octal | 216 | 112 | 277 | 32 | 75 | 0 | 31 | 423 | 60 | 64 |
| Binary | 10001110 | 1001010 | 10111111 | 11010 | 111101 | 0 | 11001 | 100010011 | 110000 | 110100 |
Color Harmonies of #8E4ABF
Complementary color
Monochromatic Colors of #8E4ABF
Black with #8E4ABF
Text Example
Text Example
White with #8E4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4ABF; }
p { color: rgb(142,74,191); }
H1.HeaderClassName
{
color: #8E4ABF;
}
.AnyTagClassName
{
color: #8E4ABF;
}
</style>
background-color css
<style>
a { background-color: #8E4ABF; }
a { background-color: rgb(142,74,191); }
div.DivClassName
{
background-color: #8E4ABF;
}
.BgClassName
{
background-color: #8E4ABF;
}
</style>
border-color css
<style>
span { border-color: #8E4ABF; }
span { border-color: rgb(142,74,191); }
td.TdClassName
{
border-color: #8E4ABF;
}
.TagClassName
{
border-color: #8E4ABF;
}
</style>