#8E047C

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

Shades of Purple #8E047C

Tints of Purple #8E047C

Color information

#8E047C (or 0x8E047C) is unknown color: approx Purple. HEX triplet: 8E, 04 and 7C. RGB value is (142,4,124). Sum of RGB (Red+Green+Blue) = 142+4+124=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E047C is #71FB83. Grayscale: #3A3A3A. Windows color (decimal): -7469956 or 8127630. OLE color: 8127630.

HSL color Cylindrical-coordinate representation of color #8E047C: hue angle of 307.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E047C is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB1424124-
CMYK00.970.130.44
HSL307.83º94.52%28.63%-
HSV(B)307.83º97.18%55.69%-
XYZ14.847.2919.69-
YUV58.94164.72187.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=52.59%
G=1.48%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142412400.970.130.44307.8394.5228.63
Hex8E47C061D2C1345f1d
Octal21641740141155446413735
Binary100011101001111100011000011101101100100110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,4,124); }

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

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

 a { background-color: rgb(142,4,124); }

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

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

 span { border-color: rgb(142,4,124); }

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