#8E125F

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

Shades of Eggplant #8E125F

Tints of Eggplant #8E125F

Color information

#8E125F (or 0x8E125F) is unknown color: approx Eggplant. HEX triplet: 8E, 12 and 5F. RGB value is (142,18,95). Sum of RGB (Red+Green+Blue) = 142+18+95=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E125F is #71EDA0. Grayscale: #3F3F3F. Windows color (decimal): -7466401 or 6230670. OLE color: 6230670.

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

Color convert

RGB1421895-
CMYK00.870.330.44
HSL322.74º77.5%31.37%-
HSV(B)322.74º87.32%55.69%-
XYZ13.447.0111.47-
YUV63.85145.58183.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=55.69%
G=7.06%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142189500.870.330.44322.7477.531.37
Hex8E125F057212C1434e1f
Octal216221370127415450311637
Binary1000111010010101111101010111100001101100101000011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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