#8B005D

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

Shades of Eggplant #8B005D

Tints of Eggplant #8B005D

Color information

#8B005D (or 0x8B005D) is unknown color: approx Eggplant. HEX triplet: 8B, 00 and 5D. RGB value is (139,0,93). Sum of RGB (Red+Green+Blue) = 139+0+93=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B005D is #74FFA2. Grayscale: #333333. Windows color (decimal): -7667619 or 6094987. OLE color: 6094987.

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

Color convert

RGB139093-
CMYK010.330.45
HSL319.86º100%27.25%-
HSV(B)319.86º100%54.51%-
XYZ12.626.2810.9-
YUV52.16151.05189.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=59.91%
G=0%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139093010.330.45319.8610027.25
Hex8B05D064212D140641b
Octal21301350144415550014433
Binary100010110101110101100100100001101101101000000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,0,93); }

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

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

 a { background-color: rgb(139,0,93); }

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

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

 span { border-color: rgb(139,0,93); }

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