#8E43C0

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

Shades of Deep Lilac #8E43C0

Tints of Deep Lilac #8E43C0

Color information

#8E43C0 (or 0x8E43C0) is unknown color: approx Deep Lilac. HEX triplet: 8E, 43 and C0. RGB value is (142,67,192). Sum of RGB (Red+Green+Blue) = 142+67+192=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E43C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E43C0 is #71BC3F. Grayscale: #676767. Windows color (decimal): -7453760 or 12600206. OLE color: 12600206.

HSL color Cylindrical-coordinate representation of color #8E43C0: hue angle of 276º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E43C0 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14267192-
CMYK0.260.6500.25
HSL276º49.8%50.78%-
HSV(B)276º65.1%75.29%-
XYZ22.6813.5751.29-
YUV103.68177.85155.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 67 (26.56% from 255) = 16.71%
BLUE value IS 192 (75.39% from 255) = 47.88%
R=35.41%
G=16.71%
B=47.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142671920.260.6500.2527649.850.78
Hex8E43C01A410191143233
Octal216103300321010314246263
Binary10001110100001111000000110101000001011001100010100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E43C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,67,192); }

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

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

 a { background-color: rgb(142,67,192); }

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

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

 span { border-color: rgb(142,67,192); }

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