#8E065F

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

Shades of Eggplant #8E065F

Tints of Eggplant #8E065F

Color information

#8E065F (or 0x8E065F) is unknown color: approx Eggplant. HEX triplet: 8E, 06 and 5F. RGB value is (142,6,95). Sum of RGB (Red+Green+Blue) = 142+6+95=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E065F is #71F9A0. Grayscale: #383838. Windows color (decimal): -7469473 or 6227598. OLE color: 6227598.

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

Color convert

RGB142695-
CMYK00.960.330.44
HSL320.74º91.89%29.02%-
HSV(B)320.74º95.77%55.69%-
XYZ13.296.7111.42-
YUV56.81149.56188.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.44%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=58.44%
G=2.47%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14269500.960.330.44320.7491.8929.02
Hex8E65F060212C1415c1d
Octal21661370140415450113435
Binary10001110110101111101100000100001101100101000001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,6,95); }

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

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

 a { background-color: rgb(142,6,95); }

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

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

 span { border-color: rgb(142,6,95); }

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