#8C0F57

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

Shades of Eggplant #8C0F57

Tints of Eggplant #8C0F57

Color information

#8C0F57 (or 0x8C0F57) is unknown color: approx Eggplant. HEX triplet: 8C, 0F and 57. RGB value is (140,15,87). Sum of RGB (Red+Green+Blue) = 140+15+87=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F57 is #73F0A8. Grayscale: #3C3C3C. Windows color (decimal): -7598249 or 5705612. OLE color: 5705612.

HSL color Cylindrical-coordinate representation of color #8C0F57: hue angle of 325.44º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F57 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1401587-
CMYK00.890.380.45
HSL325.44º80.65%30.39%-
HSV(B)325.44º89.29%54.9%-
XYZ12.716.619.62-
YUV60.58142.91184.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.85%
GREEN value IS 15 (6.25% from 255) = 6.20%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=57.85%
G=6.20%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140158700.890.380.45325.4480.6530.39
Hex8CF57059262D145511e
Octal214171270131465550512136
Binary100011001111101011101011001100110101101101000101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,15,87); }

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

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

 a { background-color: rgb(140,15,87); }

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

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

 span { border-color: rgb(140,15,87); }

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