#8A005D

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

Shades of Eggplant #8A005D

Tints of Eggplant #8A005D

Color information

#8A005D (or 0x8A005D) is unknown color: approx Eggplant. HEX triplet: 8A, 00 and 5D. RGB value is (138,0,93). Sum of RGB (Red+Green+Blue) = 138+0+93=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A005D is #75FFA2. Grayscale: #333333. Windows color (decimal): -7733155 or 6094986. OLE color: 6094986.

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

Color convert

RGB138093-
CMYK010.330.46
HSL319.57º100%27.06%-
HSV(B)319.57º100%54.12%-
XYZ12.466.1910.89-
YUV51.86151.22189.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=59.74%
G=0%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138093010.330.46319.5710027.06
Hex8A05D064212E140641b
Octal21201350144415650014433
Binary100010100101110101100100100001101110101000000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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