#8E0573

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

Shades of Eggplant #8E0573

Tints of Eggplant #8E0573

Color information

#8E0573 (or 0x8E0573) is unknown color: approx Eggplant. HEX triplet: 8E, 05 and 73. RGB value is (142,5,115). Sum of RGB (Red+Green+Blue) = 142+5+115=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0573 is #71FA8C. Grayscale: #3A3A3A. Windows color (decimal): -7469709 or 7538062. OLE color: 7538062.

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

Color convert

RGB1425115-
CMYK00.960.190.44
HSL311.82º93.2%28.82%-
HSV(B)311.82º96.48%55.69%-
XYZ14.37.116.84-
YUV58.5159.89187.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.20%
GREEN value IS 5 (2.34% from 255) = 1.91%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=54.20%
G=1.91%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142511500.960.190.44311.8293.228.82
Hex8E573060132C1385d1d
Octal21651630140235447013535
Binary1000111010111100110110000010011101100100111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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