#8E54AC

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

Shades of Deep Lilac #8E54AC

Tints of Deep Lilac #8E54AC

Color information

#8E54AC (or 0x8E54AC) is unknown color: approx Deep Lilac. HEX triplet: 8E, 54 and AC. RGB value is (142,84,172). Sum of RGB (Red+Green+Blue) = 142+84+172=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E54AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E54AC is #71AB53. Grayscale: #6F6F6F. Windows color (decimal): -7449428 or 11293838. OLE color: 11293838.

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

Color convert

RGB14284172-
CMYK0.170.5100.33
HSL279.55º34.65%50.2%-
HSV(B)279.55º51.16%67.45%-
XYZ21.7715.0740.79-
YUV111.37162.22149.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=35.68%
G=21.11%
B=43.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142841720.170.5100.33279.5534.6550.2
Hex8E54AC11330211182332
Octal21612425421630414304362
Binary10001110101010010101100100011100110100001100011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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