#8E047A

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

Shades of Purple #8E047A

Tints of Purple #8E047A

Color information

#8E047A (or 0x8E047A) is unknown color: approx Purple. HEX triplet: 8E, 04 and 7A. RGB value is (142,4,122). Sum of RGB (Red+Green+Blue) = 142+4+122=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E047A is #71FB85. Grayscale: #3A3A3A. Windows color (decimal): -7469958 or 7996558. OLE color: 7996558.

HSL color Cylindrical-coordinate representation of color #8E047A: hue angle of 308.7º 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 #8E047A is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB1424122-
CMYK00.970.140.44
HSL308.7º94.52%28.63%-
HSV(B)308.7º97.18%55.69%-
XYZ14.717.2419.03-
YUV58.71163.72187.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=52.99%
G=1.49%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142412200.970.140.44308.794.5228.63
Hex8E47A061E2C1355f1d
Octal21641720141165446513735
Binary100011101001111010011000011110101100100110101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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