#8E077A

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

Shades of Purple #8E077A

Tints of Purple #8E077A

Color information

#8E077A (or 0x8E077A) is unknown color: approx Purple. HEX triplet: 8E, 07 and 7A. RGB value is (142,7,122). Sum of RGB (Red+Green+Blue) = 142+7+122=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E077A is #71F885. Grayscale: #3C3C3C. Windows color (decimal): -7469190 or 7997326. OLE color: 7997326.

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

Color convert

RGB1427122-
CMYK00.950.140.44
HSL308.89º90.6%29.22%-
HSV(B)308.89º95.07%55.69%-
XYZ14.747.3119.05-
YUV60.48162.73186.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 7 (3.12% from 255) = 2.58%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=52.40%
G=2.58%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142712200.950.140.44308.8990.629.22
Hex8E77A05FE2C1355b1d
Octal21671720137165446513335
Binary100011101111111010010111111110101100100110101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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