#8B0E57

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

Shades of Eggplant #8B0E57

Tints of Eggplant #8B0E57

Color information

#8B0E57 (or 0x8B0E57) is unknown color: approx Eggplant. HEX triplet: 8B, 0E and 57. RGB value is (139,14,87). Sum of RGB (Red+Green+Blue) = 139+14+87=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E57 is #74F1A8. Grayscale: #3B3B3B. Windows color (decimal): -7664041 or 5705355. OLE color: 5705355.

HSL color Cylindrical-coordinate representation of color #8B0E57: hue angle of 324.96º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E57 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1391487-
CMYK00.900.370.45
HSL324.96º81.7%30%-
HSV(B)324.96º89.93%54.51%-
XYZ12.526.499.61-
YUV59.7143.41184.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.92%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=57.92%
G=5.83%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139148700.900.370.45324.9681.730
Hex8BE5705A252D145521e
Octal213161270132455550512236
Binary100010111110101011101011010100101101101101000101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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