#8A0471

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

Shades of Eggplant #8A0471

Tints of Eggplant #8A0471

Color information

#8A0471 (or 0x8A0471) is unknown color: approx Eggplant. HEX triplet: 8A, 04 and 71. RGB value is (138,4,113). Sum of RGB (Red+Green+Blue) = 138+4+113=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0471 is #75FB8E. Grayscale: #383838. Windows color (decimal): -7732111 or 7406730. OLE color: 7406730.

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

Color convert

RGB1384113-
CMYK00.970.180.46
HSL311.19º94.37%27.84%-
HSV(B)311.19º97.1%54.12%-
XYZ13.516.6816.2-
YUV56.49159.89186.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.12%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=54.12%
G=1.57%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138411300.970.180.46311.1994.3727.84
Hex8A471061122E1375e1c
Octal21241610141225646713634
Binary1000101010011100010110000110010101110100110111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,4,113); }

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

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

 a { background-color: rgb(138,4,113); }

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

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

 span { border-color: rgb(138,4,113); }

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