#8E1364

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

Shades of Eggplant #8E1364

Tints of Eggplant #8E1364

Color information

#8E1364 (or 0x8E1364) is unknown color: approx Eggplant. HEX triplet: 8E, 13 and 64. RGB value is (142,19,100). Sum of RGB (Red+Green+Blue) = 142+19+100=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1364 is #71EC9B. Grayscale: #404040. Windows color (decimal): -7466140 or 6558606. OLE color: 6558606.

HSL color Cylindrical-coordinate representation of color #8E1364: hue angle of 320.49º 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 #8E1364 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14219100-
CMYK00.870.300.44
HSL320.49º76.4%31.57%-
HSV(B)320.49º86.62%55.69%-
XYZ13.697.1412.71-
YUV65.01147.75182.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=54.41%
G=7.28%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421910000.870.300.44320.4976.431.57
Hex8E13640571E2C1404c20
Octal216231440127365450011440
Binary1000111010011110010001010111111101011001010000001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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