#8B0E60

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

Shades of Eggplant #8B0E60

Tints of Eggplant #8B0E60

Color information

#8B0E60 (or 0x8B0E60) is unknown color: approx Eggplant. HEX triplet: 8B, 0E and 60. RGB value is (139,14,96). Sum of RGB (Red+Green+Blue) = 139+14+96=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E60 is #74F19F. Grayscale: #3C3C3C. Windows color (decimal): -7664032 or 6295179. OLE color: 6295179.

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

Color convert

RGB1391496-
CMYK00.900.310.45
HSL320.64º81.7%30%-
HSV(B)320.64º89.93%54.51%-
XYZ12.926.6511.67-
YUV60.72147.91183.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.82%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=55.82%
G=5.62%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139149600.900.310.45320.6481.730
Hex8BE6005A1F2D141521e
Octal213161400132375550112236
Binary10001011111011000000101101011111101101101000001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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