#8E007A

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

Shades of Purple #8E007A

Tints of Purple #8E007A

Color information

#8E007A (or 0x8E007A) is unknown color: approx Purple. HEX triplet: 8E, 00 and 7A. RGB value is (142,0,122). Sum of RGB (Red+Green+Blue) = 142+0+122=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E007A is #71FF85. Grayscale: #383838. Windows color (decimal): -7470982 or 7995534. OLE color: 7995534.

HSL color Cylindrical-coordinate representation of color #8E007A: hue angle of 308.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E007A is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB1420122-
CMYK010.140.44
HSL308.45º100%27.84%-
HSV(B)308.45º100%55.69%-
XYZ14.677.1619.02-
YUV56.37165.04189.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=53.79%
G=0%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1420122010.140.44308.4510027.84
Hex8E07A064E2C134641c
Octal21601720144165446414434
Binary1000111001111010011001001110101100100110100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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