#8E026E

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

Shades of Eggplant #8E026E

Tints of Eggplant #8E026E

Color information

#8E026E (or 0x8E026E) is unknown color: approx Eggplant. HEX triplet: 8E, 02 and 6E. RGB value is (142,2,110). Sum of RGB (Red+Green+Blue) = 142+2+110=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E026E is #71FD91. Grayscale: #373737. Windows color (decimal): -7470482 or 7209614. OLE color: 7209614.

HSL color Cylindrical-coordinate representation of color #8E026E: hue angle of 313.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E026E is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB1422110-
CMYK00.990.230.44
HSL313.71º97.22%28.24%-
HSV(B)313.71º98.59%55.69%-
XYZ13.996.9215.35-
YUV56.17158.38189.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.91%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=55.91%
G=0.79%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142211000.990.230.44313.7197.2228.24
Hex8E26E063172C13a611c
Octal21621560143275447214134
Binary100011101011011100110001110111101100100111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,110); }

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

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

 a { background-color: rgb(142,2,110); }

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

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

 span { border-color: rgb(142,2,110); }

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