#8A005A

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

Shades of Eggplant #8A005A

Tints of Eggplant #8A005A

Color information

#8A005A (or 0x8A005A) is unknown color: approx Eggplant. HEX triplet: 8A, 00 and 5A. RGB value is (138,0,90). Sum of RGB (Red+Green+Blue) = 138+0+90=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A005A is #75FFA5. Grayscale: #333333. Windows color (decimal): -7733158 or 5898378. OLE color: 5898378.

HSL color Cylindrical-coordinate representation of color #8A005A: hue angle of 320.87º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A005A is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB138090-
CMYK010.350.46
HSL320.87º100%27.06%-
HSV(B)320.87º100%54.12%-
XYZ12.336.1410.21-
YUV51.52149.72189.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=60.53%
G=0%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138090010.350.46320.8710027.06
Hex8A05A064232E141641b
Octal21201320144435650114433
Binary100010100101101001100100100011101110101000001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,0,90); }

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

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

 a { background-color: rgb(138,0,90); }

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

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

 span { border-color: rgb(138,0,90); }

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