#8E56AC

Color #8E56AC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8E56AC

Tints of Deep Lilac #8E56AC

Color information

#8E56AC (or 0x8E56AC) is unknown color: approx Deep Lilac. HEX triplet: 8E, 56 and AC. RGB value is (142,86,172). Sum of RGB (Red+Green+Blue) = 142+86+172=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E56AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E56AC is #71A953. Grayscale: #707070. Windows color (decimal): -7448916 or 11294350. OLE color: 11294350.

HSL color Cylindrical-coordinate representation of color #8E56AC: hue angle of 279.07º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E56AC is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14286172-
CMYK0.170.500.33
HSL279.07º34.13%50.59%-
HSV(B)279.07º50%67.45%-
XYZ21.9315.3840.84-
YUV112.55161.55149.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 172 (67.58% from 255) = 43%
R=35.5%
G=21.5%
B=43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142861720.170.500.33279.0734.1350.59
Hex8E56AC11320211172233
Octal21612625421620414274263
Binary10001110101011010101100100011100100100001100010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E56AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E56AC; }

 p { color: rgb(142,86,172); }

 H1.HeaderClassName
 {
   color: #8E56AC;
 }
 .AnyTagClassName
 {
   color: #8E56AC;
 }
</style>
background-color css

<style>
 a { background-color: #8E56AC; }

 a { background-color: rgb(142,86,172); }

 div.DivClassName
 {
   background-color: #8E56AC;
 }
 .BgClassName
 {
   background-color: #8E56AC;
 }
</style>
border-color css

<style>
 span { border-color: #8E56AC; }

 span { border-color: rgb(142,86,172); }

 td.TdClassName
 {
   border-color: #8E56AC;
 }
 .TagClassName
 {
   border-color: #8E56AC;
 }
</style>