#8E116A

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

Shades of Eggplant #8E116A

Tints of Eggplant #8E116A

Color information

#8E116A (or 0x8E116A) is unknown color: approx Eggplant. HEX triplet: 8E, 11 and 6A. RGB value is (142,17,106). Sum of RGB (Red+Green+Blue) = 142+17+106=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E116A is #71EE95. Grayscale: #404040. Windows color (decimal): -7466646 or 6951310. OLE color: 6951310.

HSL color Cylindrical-coordinate representation of color #8E116A: hue angle of 317.28º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E116A is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14217106-
CMYK00.880.250.44
HSL317.28º78.62%31.18%-
HSV(B)317.28º88.03%55.69%-
XYZ13.967.1914.29-
YUV64.52151.41183.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 17 (7.03% from 255) = 6.42%
BLUE value IS 106 (41.80% from 255) = 40%
R=53.58%
G=6.42%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421710600.880.250.44317.2878.6231.18
Hex8E116A058192C13d4f1f
Octal216211520130315447511737
Binary100011101000111010100101100011001101100100111101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,17,106); }

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

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

 a { background-color: rgb(142,17,106); }

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

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

 span { border-color: rgb(142,17,106); }

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