#8A025A

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

Shades of Eggplant #8A025A

Tints of Eggplant #8A025A

Color information

#8A025A (or 0x8A025A) is unknown color: approx Eggplant. HEX triplet: 8A, 02 and 5A. RGB value is (138,2,90). Sum of RGB (Red+Green+Blue) = 138+2+90=230 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 138 - color contains mainly: red. Hex color #8A025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A025A is #75FDA5. Grayscale: #343434. Windows color (decimal): -7732646 or 5898890. OLE color: 5898890.

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

Color convert

RGB138290-
CMYK00.990.350.46
HSL321.18º97.14%27.45%-
HSV(B)321.18º98.55%54.12%-
XYZ12.356.1810.22-
YUV52.7149.06188.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=60%
G=0.87%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13829000.990.350.46321.1897.1427.45
Hex8A25A063232E141611b
Octal21221320143435650114133
Binary1000101010101101001100011100011101110101000001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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