#8B0959

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

Shades of Eggplant #8B0959

Tints of Eggplant #8B0959

Color information

#8B0959 (or 0x8B0959) is unknown color: approx Eggplant. HEX triplet: 8B, 09 and 59. RGB value is (139,9,89). Sum of RGB (Red+Green+Blue) = 139+9+89=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0959 is #74F6A6. Grayscale: #383838. Windows color (decimal): -7665319 or 5835147. OLE color: 5835147.

HSL color Cylindrical-coordinate representation of color #8B0959: hue angle of 323.08º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0959 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB139989-
CMYK00.940.360.45
HSL323.08º87.84%29.02%-
HSV(B)323.08º93.53%54.51%-
XYZ12.556.4110.03-
YUV56.99146.07186.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.65%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=58.65%
G=3.80%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13998900.940.360.45323.0887.8429.02
Hex8B95905E242D143581d
Octal213111310136445550313035
Binary100010111001101100101011110100100101101101000011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,89); }

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

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

 a { background-color: rgb(139,9,89); }

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

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

 span { border-color: rgb(139,9,89); }

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