#8B0257

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

Shades of Eggplant #8B0257

Tints of Eggplant #8B0257

Color information

#8B0257 (or 0x8B0257) is unknown color: approx Eggplant. HEX triplet: 8B, 02 and 57. RGB value is (139,2,87). Sum of RGB (Red+Green+Blue) = 139+2+87=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0257 is #74FDA8. Grayscale: #343434. Windows color (decimal): -7667113 or 5702283. OLE color: 5702283.

HSL color Cylindrical-coordinate representation of color #8B0257: hue angle of 322.77º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0257 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB139287-
CMYK00.990.370.45
HSL322.77º97.16%27.65%-
HSV(B)322.77º98.56%54.51%-
XYZ12.396.229.56-
YUV52.65147.39189.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.96%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=60.96%
G=0.88%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13928700.990.370.45322.7797.1627.65
Hex8B257063252D143611c
Octal21321270143455550314134
Binary1000101110101011101100011100101101101101000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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