#8E1362

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

Shades of Eggplant #8E1362

Tints of Eggplant #8E1362

Color information

#8E1362 (or 0x8E1362) is unknown color: approx Eggplant. HEX triplet: 8E, 13 and 62. RGB value is (142,19,98). Sum of RGB (Red+Green+Blue) = 142+19+98=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1362 is #71EC9D. Grayscale: #404040. Windows color (decimal): -7466142 or 6427534. OLE color: 6427534.

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

Color convert

RGB1421998-
CMYK00.870.310.44
HSL321.46º76.4%31.57%-
HSV(B)321.46º86.62%55.69%-
XYZ13.597.112.21-
YUV64.78146.75183.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=54.83%
G=7.34%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142199800.870.310.44321.4676.431.57
Hex8E13620571F2C1414c20
Octal216231420127375450111440
Binary1000111010011110001001010111111111011001010000011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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