#8E1965

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

Shades of Eggplant #8E1965

Tints of Eggplant #8E1965

Color information

#8E1965 (or 0x8E1965) is unknown color: approx Eggplant. HEX triplet: 8E, 19 and 65. RGB value is (142,25,101). Sum of RGB (Red+Green+Blue) = 142+25+101=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1965 is #71E69A. Grayscale: #444444. Windows color (decimal): -7464603 or 6625678. OLE color: 6625678.

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

Color convert

RGB14225101-
CMYK00.820.290.44
HSL321.03º70.06%32.75%-
HSV(B)321.03º82.39%55.69%-
XYZ13.857.3913.01-
YUV68.65146.26180.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=52.99%
G=9.33%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422510100.820.290.44321.0370.0632.75
Hex8E19650521D2C1414621
Octal216311450122355450110641
Binary1000111011001110010101010010111011011001010000011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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