#8E0E67

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

Shades of Eggplant #8E0E67

Tints of Eggplant #8E0E67

Color information

#8E0E67 (or 0x8E0E67) is unknown color: approx Eggplant. HEX triplet: 8E, 0E and 67. RGB value is (142,14,103). Sum of RGB (Red+Green+Blue) = 142+14+103=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0E67 is #71F198. Grayscale: #3E3E3E. Windows color (decimal): -7467417 or 6753934. OLE color: 6753934.

HSL color Cylindrical-coordinate representation of color #8E0E67: hue angle of 318.28º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E67 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14214103-
CMYK00.900.270.44
HSL318.28º82.05%30.59%-
HSV(B)318.28º90.14%55.69%-
XYZ13.767.0413.47-
YUV62.42150.91184.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 14 (5.86% from 255) = 5.41%
BLUE value IS 103 (40.62% from 255) = 39.77%
R=54.83%
G=5.41%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421410300.900.270.44318.2882.0530.59
Hex8EE6705A1B2C13e521f
Octal216161470132335447612237
Binary10001110111011001110101101011011101100100111110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,14,103); }

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

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

 a { background-color: rgb(142,14,103); }

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

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

 span { border-color: rgb(142,14,103); }

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