#8B0657

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

Shades of Eggplant #8B0657

Tints of Eggplant #8B0657

Color information

#8B0657 (or 0x8B0657) is unknown color: approx Eggplant. HEX triplet: 8B, 06 and 57. RGB value is (139,6,87). Sum of RGB (Red+Green+Blue) = 139+6+87=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0657 is #74F9A8. Grayscale: #363636. Windows color (decimal): -7666089 or 5703307. OLE color: 5703307.

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

Color convert

RGB139687-
CMYK00.960.370.45
HSL323.46º91.72%28.43%-
HSV(B)323.46º95.68%54.51%-
XYZ12.436.319.58-
YUV55146.06187.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 6 (2.73% from 255) = 2.59%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=59.91%
G=2.59%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13968700.960.370.45323.4691.7228.43
Hex8B657060252D1435c1c
Octal21361270140455550313434
Binary10001011110101011101100000100101101101101000011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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