#8B0F57

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

Shades of Eggplant #8B0F57

Tints of Eggplant #8B0F57

Color information

#8B0F57 (or 0x8B0F57) is unknown color: approx Eggplant. HEX triplet: 8B, 0F and 57. RGB value is (139,15,87). Sum of RGB (Red+Green+Blue) = 139+15+87=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F57 is #74F0A8. Grayscale: #3C3C3C. Windows color (decimal): -7663785 or 5705611. OLE color: 5705611.

HSL color Cylindrical-coordinate representation of color #8B0F57: hue angle of 325.16º 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 #8B0F57 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1391587-
CMYK00.890.370.45
HSL325.16º80.52%30.2%-
HSV(B)325.16º89.21%54.51%-
XYZ12.546.529.61-
YUV60.28143.08184.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=57.68%
G=6.22%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139158700.890.370.45325.1680.5230.2
Hex8BF57059252D145511e
Octal213171270131455550512136
Binary100010111111101011101011001100101101101101000101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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