#8A045A

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

Shades of Eggplant #8A045A

Tints of Eggplant #8A045A

Color information

#8A045A (or 0x8A045A) is unknown color: approx Eggplant. HEX triplet: 8A, 04 and 5A. RGB value is (138,4,90). Sum of RGB (Red+Green+Blue) = 138+4+90=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A045A is #75FBA5. Grayscale: #353535. Windows color (decimal): -7732134 or 5899402. OLE color: 5899402.

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

Color convert

RGB138490-
CMYK00.970.350.46
HSL321.49º94.37%27.84%-
HSV(B)321.49º97.1%54.12%-
XYZ12.376.2310.22-
YUV53.87148.39188.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.48%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=59.48%
G=1.72%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13849000.970.350.46321.4994.3727.84
Hex8A45A061232E1415e1c
Octal21241320141435650113634
Binary10001010100101101001100001100011101110101000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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