#8A075A

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

Shades of Eggplant #8A075A

Tints of Eggplant #8A075A

Color information

#8A075A (or 0x8A075A) is unknown color: approx Eggplant. HEX triplet: 8A, 07 and 5A. RGB value is (138,7,90). Sum of RGB (Red+Green+Blue) = 138+7+90=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A075A is #75F8A5. Grayscale: #373737. Windows color (decimal): -7731366 or 5900170. OLE color: 5900170.

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

Color convert

RGB138790-
CMYK00.950.350.46
HSL321.98º90.34%28.43%-
HSV(B)321.98º94.93%54.12%-
XYZ12.46.2910.23-
YUV55.63147.4186.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.72%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=58.72%
G=2.98%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13879000.950.350.46321.9890.3428.43
Hex8A75A05F232E1425a1c
Octal21271320137435650213234
Binary10001010111101101001011111100011101110101000010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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