#8E026F

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

Shades of Eggplant #8E026F

Tints of Eggplant #8E026F

Color information

#8E026F (or 0x8E026F) is unknown color: approx Eggplant. HEX triplet: 8E, 02 and 6F. RGB value is (142,2,111). Sum of RGB (Red+Green+Blue) = 142+2+111=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E026F is #71FD90. Grayscale: #373737. Windows color (decimal): -7470481 or 7275150. OLE color: 7275150.

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

Color convert

RGB1422111-
CMYK00.990.220.44
HSL313.29º97.22%28.24%-
HSV(B)313.29º98.59%55.69%-
XYZ14.056.9415.64-
YUV56.29158.88189.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 111 (43.75% from 255) = 43.53%
R=55.69%
G=0.78%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142211100.990.220.44313.2997.2228.24
Hex8E26F063162C139611c
Octal21621570143265447114134
Binary100011101011011110110001110110101100100111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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