#8E0079

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

Shades of Purple #8E0079

Tints of Purple #8E0079

Color information

#8E0079 (or 0x8E0079) is unknown color: approx Purple. HEX triplet: 8E, 00 and 79. RGB value is (142,0,121). Sum of RGB (Red+Green+Blue) = 142+0+121=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0079 is #71FF86. Grayscale: #373737. Windows color (decimal): -7470983 or 7929998. OLE color: 7929998.

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

Color convert

RGB1420121-
CMYK010.150.44
HSL308.87º100%27.84%-
HSV(B)308.87º100%55.69%-
XYZ14.617.1318.7-
YUV56.25164.54189.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=53.99%
G=0%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1420121010.150.44308.8710027.84
Hex8E079064F2C135641c
Octal21601710144175446514434
Binary1000111001111001011001001111101100100110101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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