#8E0579

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

Shades of Purple #8E0579

Tints of Purple #8E0579

Color information

#8E0579 (or 0x8E0579) is unknown color: approx Purple. HEX triplet: 8E, 05 and 79. RGB value is (142,5,121). Sum of RGB (Red+Green+Blue) = 142+5+121=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0579 is #71FA86. Grayscale: #3A3A3A. Windows color (decimal): -7469703 or 7931278. OLE color: 7931278.

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

Color convert

RGB1425121-
CMYK00.960.150.44
HSL309.2º93.2%28.82%-
HSV(B)309.2º96.48%55.69%-
XYZ14.667.2418.71-
YUV59.19162.89187.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=52.99%
G=1.87%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142512100.960.150.44309.293.228.82
Hex8E579060F2C1355d1d
Octal21651710140175446513535
Binary100011101011111001011000001111101100100110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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