#8A0470

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

Shades of Eggplant #8A0470

Tints of Eggplant #8A0470

Color information

#8A0470 (or 0x8A0470) is unknown color: approx Eggplant. HEX triplet: 8A, 04 and 70. RGB value is (138,4,112). Sum of RGB (Red+Green+Blue) = 138+4+112=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0470 is #75FB8F. Grayscale: #383838. Windows color (decimal): -7732112 or 7341194. OLE color: 7341194.

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

Color convert

RGB1384112-
CMYK00.970.190.46
HSL311.64º94.37%27.84%-
HSV(B)311.64º97.1%54.12%-
XYZ13.456.6615.91-
YUV56.38159.39186.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.33%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=54.33%
G=1.57%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138411200.970.190.46311.6494.3727.84
Hex8A470061132E1385e1c
Octal21241600141235647013634
Binary1000101010011100000110000110011101110100111000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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