#8E1468

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

Shades of Eggplant #8E1468

Tints of Eggplant #8E1468

Color information

#8E1468 (or 0x8E1468) is unknown color: approx Eggplant. HEX triplet: 8E, 14 and 68. RGB value is (142,20,104). Sum of RGB (Red+Green+Blue) = 142+20+104=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1468 is #71EB97. Grayscale: #414141. Windows color (decimal): -7465880 or 6821006. OLE color: 6821006.

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

Color convert

RGB14220104-
CMYK00.860.270.44
HSL318.69º75.31%31.76%-
HSV(B)318.69º85.92%55.69%-
XYZ13.97.2513.76-
YUV66.05149.42182.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=53.38%
G=7.52%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422010400.860.270.44318.6975.3131.76
Hex8E14680561B2C13f4b20
Octal216241500126335447711340
Binary1000111010100110100001010110110111011001001111111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,104); }

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

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

 a { background-color: rgb(142,20,104); }

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

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

 span { border-color: rgb(142,20,104); }

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