#8e1962

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

Shades of Eggplant #8E1962

Tints of Eggplant #8E1962

Color information

#8E1962 (or 0x8E1962) is unknown color: approx Eggplant. HEX triplet: 8E, 19 and 62. RGB value is (142,25,98). Sum of RGB (Red+Green+Blue) = 142+25+98=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1962 is #71E69D. Grayscale: #444444. Windows color (decimal): -7464606 or 6429070. OLE color: 6429070.

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

Color convert

RGB1422598-
CMYK00.820.310.44
HSL322.56º70.06%32.75%-
HSV(B)322.56º82.39%55.69%-
XYZ13.717.3312.25-
YUV68.3144.76180.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=53.58%
G=9.43%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142259800.820.310.44322.5670.0632.75
Hex8E19620521F2C1434621
Octal216311420122375450310641
Binary1000111011001110001001010010111111011001010000111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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