#8E1366

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

Shades of Eggplant #8E1366

Tints of Eggplant #8E1366

Color information

#8E1366 (or 0x8E1366) is unknown color: approx Eggplant. HEX triplet: 8E, 13 and 66. RGB value is (142,19,102). Sum of RGB (Red+Green+Blue) = 142+19+102=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1366 is #71EC99. Grayscale: #414141. Windows color (decimal): -7466138 or 6689678. OLE color: 6689678.

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

Color convert

RGB14219102-
CMYK00.870.280.44
HSL319.51º76.4%31.57%-
HSV(B)319.51º86.62%55.69%-
XYZ13.797.1813.23-
YUV65.24148.75182.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.99%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=53.99%
G=7.22%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421910200.870.280.44319.5176.431.57
Hex8E13660571C2C1404c20
Octal216231460127345450011440
Binary1000111010011110011001010111111001011001010000001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,19,102); }

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

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

 a { background-color: rgb(142,19,102); }

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

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

 span { border-color: rgb(142,19,102); }

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