#8B044E

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

Shades of Eggplant #8B044E

Tints of Eggplant #8B044E

Color information

#8B044E (or 0x8B044E) is unknown color: approx Eggplant. HEX triplet: 8B, 04 and 4E. RGB value is (139,4,78). Sum of RGB (Red+Green+Blue) = 139+4+78=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B044E is #74FBB1. Grayscale: #343434. Windows color (decimal): -7666610 or 5112971. OLE color: 5112971.

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

Color convert

RGB139478-
CMYK00.970.440.45
HSL327.11º94.41%28.04%-
HSV(B)327.11º97.12%54.51%-
XYZ12.076.137.75-
YUV52.8142.23189.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.90%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=62.90%
G=1.81%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13947800.970.440.45327.1194.4128.04
Hex8B44E0612C2D1475e1c
Octal21341160141545550713634
Binary10001011100100111001100001101100101101101000111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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