#8E075E

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

Shades of Eggplant #8E075E

Tints of Eggplant #8E075E

Color information

#8E075E (or 0x8E075E) is unknown color: approx Eggplant. HEX triplet: 8E, 07 and 5E. RGB value is (142,7,94). Sum of RGB (Red+Green+Blue) = 142+7+94=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E075E is #71F8A1. Grayscale: #393939. Windows color (decimal): -7469218 or 6162318. OLE color: 6162318.

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

Color convert

RGB142794-
CMYK00.950.340.44
HSL321.33º90.6%29.22%-
HSV(B)321.33º95.07%55.69%-
XYZ13.256.7111.19-
YUV57.28148.73188.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.44%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=58.44%
G=2.88%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14279400.950.340.44321.3390.629.22
Hex8E75E05F222C1415b1d
Octal21671360137425450113335
Binary10001110111101111001011111100010101100101000001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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