#8B0150

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

Shades of Eggplant #8B0150

Tints of Eggplant #8B0150

Color information

#8B0150 (or 0x8B0150) is unknown color: approx Eggplant. HEX triplet: 8B, 01 and 50. RGB value is (139,1,80). Sum of RGB (Red+Green+Blue) = 139+1+80=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0150 is #74FEAF. Grayscale: #333333. Windows color (decimal): -7667376 or 5243275. OLE color: 5243275.

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

Color convert

RGB139180-
CMYK00.990.420.45
HSL325.65º98.57%27.45%-
HSV(B)325.65º99.28%54.51%-
XYZ12.116.098.13-
YUV51.27144.22190.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.18%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=63.18%
G=0.45%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13918000.990.420.45325.6598.5727.45
Hex8B1500632A2D146631b
Octal21311200143525550614333
Binary100010111101000001100011101010101101101000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,1,80); }

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

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

 a { background-color: rgb(139,1,80); }

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

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

 span { border-color: rgb(139,1,80); }

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