Shades of Deep Lilac #8E4BAC
Tints of Deep Lilac #8E4BAC
RGB
CMYK
RGB Variations
Color information
#8E4BAC (or 0x8E4BAC) is known color: Deep Lilac. HEX triplet: 8E, 4B and AC. RGB value is (142,75,172). Sum of RGB (Red+Green+Blue) = 142+75+172=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E4BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4BAC is #71B453. Grayscale: #696969. Windows color (decimal): -7451732 or 11291534. OLE color: 11291534.
HSL color Cylindrical-coordinate representation of color #8E4BAC: hue angle of 281.44º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E4BAC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 75 | 172 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.33 |
| HSL | 281.44º | 0.39% | 0.48% | - |
| HSV(B) | 281.44º | 0.56% | 0.67% | - |
| XYZ | 21.12 | 13.76 | 40.57 | - |
| YUV | 106.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 172 | 0.17 | 0.56 | 0 | 0.33 | 281.44 | 0.39 | 0.48 |
| Hex | 8E | 4B | AC | 11 | 38 | 0 | 21 | 119 | 27 | 30 |
| Octal | 216 | 113 | 254 | 21 | 70 | 0 | 41 | 431 | 47 | 60 |
| Binary | 10001110 | 1001011 | 10101100 | 10001 | 111000 | 0 | 100001 | 100011001 | 100111 | 110000 |
Color Harmonies of #8E4BAC
Complementary color
Monochromatic Colors of #8E4BAC
Black with #8E4BAC
Text Example
Text Example
White with #8E4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4BAC; }
p { color: rgb(142,75,172); }
H1.HeaderClassName
{
color: #8E4BAC;
}
.AnyTagClassName
{
color: #8E4BAC;
}
</style>
background-color css
<style>
a { background-color: #8E4BAC; }
a { background-color: rgb(142,75,172); }
div.DivClassName
{
background-color: #8E4BAC;
}
.BgClassName
{
background-color: #8E4BAC;
}
</style>
border-color css
<style>
span { border-color: #8E4BAC; }
span { border-color: rgb(142,75,172); }
td.TdClassName
{
border-color: #8E4BAC;
}
.TagClassName
{
border-color: #8E4BAC;
}
</style>