#8E0B64

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

Shades of Eggplant #8E0B64

Tints of Eggplant #8E0B64

Color information

#8E0B64 (or 0x8E0B64) is unknown color: approx Eggplant. HEX triplet: 8E, 0B and 64. RGB value is (142,11,100). Sum of RGB (Red+Green+Blue) = 142+11+100=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B64 is #71F49B. Grayscale: #3C3C3C. Windows color (decimal): -7468188 or 6556558. OLE color: 6556558.

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

Color convert

RGB14211100-
CMYK00.920.300.44
HSL319.24º85.62%30%-
HSV(B)319.24º92.25%55.69%-
XYZ13.586.9112.67-
YUV60.32150.4186.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 11 (4.69% from 255) = 4.35%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=56.13%
G=4.35%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421110000.920.300.44319.2485.6230
Hex8EB6405C1E2C13f561e
Octal216131440134365447712636
Binary10001110101111001000101110011110101100100111111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,11,100); }

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

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

 a { background-color: rgb(142,11,100); }

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

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

 span { border-color: rgb(142,11,100); }

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