#8B005C

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

Shades of Eggplant #8B005C

Tints of Eggplant #8B005C

Color information

#8B005C (or 0x8B005C) is unknown color: approx Eggplant. HEX triplet: 8B, 00 and 5C. RGB value is (139,0,92). Sum of RGB (Red+Green+Blue) = 139+0+92=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B005C is #74FFA3. Grayscale: #333333. Windows color (decimal): -7667620 or 6029451. OLE color: 6029451.

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

Color convert

RGB139092-
CMYK010.340.45
HSL320.29º100%27.25%-
HSV(B)320.29º100%54.51%-
XYZ12.586.2610.67-
YUV52.05150.55190.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=60.17%
G=0%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139092010.340.45320.2910027.25
Hex8B05C064222D140641b
Octal21301340144425550014433
Binary100010110101110001100100100010101101101000000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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