#8B044C

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

Shades of Eggplant #8B044C

Tints of Eggplant #8B044C

Color information

#8B044C (or 0x8B044C) is unknown color: approx Eggplant. HEX triplet: 8B, 04 and 4C. RGB value is (139,4,76). Sum of RGB (Red+Green+Blue) = 139+4+76=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B044C is #74FBB3. Grayscale: #343434. Windows color (decimal): -7666612 or 4981899. OLE color: 4981899.

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

Color convert

RGB139476-
CMYK00.970.450.45
HSL328º94.41%28.04%-
HSV(B)328º97.12%54.51%-
XYZ126.17.38-
YUV52.57141.23189.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=63.47%
G=1.83%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13947600.970.450.4532894.4128.04
Hex8B44C0612D2D1485e1c
Octal21341140141555551013634
Binary10001011100100110001100001101101101101101001000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,4,76); }

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

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

 a { background-color: rgb(139,4,76); }

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

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

 span { border-color: rgb(139,4,76); }

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