#8A055A

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

Shades of Eggplant #8A055A

Tints of Eggplant #8A055A

Color information

#8A055A (or 0x8A055A) is unknown color: approx Eggplant. HEX triplet: 8A, 05 and 5A. RGB value is (138,5,90). Sum of RGB (Red+Green+Blue) = 138+5+90=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A055A is #75FAA5. Grayscale: #363636. Windows color (decimal): -7731878 or 5899658. OLE color: 5899658.

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

Color convert

RGB138590-
CMYK00.960.350.46
HSL321.65º93.01%28.04%-
HSV(B)321.65º96.38%54.12%-
XYZ12.386.2510.23-
YUV54.46148.06187.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.23%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=59.23%
G=2.15%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13859000.960.350.46321.6593.0128.04
Hex8A55A060232E1425d1c
Octal21251320140435650213534
Binary10001010101101101001100000100011101110101000010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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