#8a005b

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

Shades of Eggplant #8A005B

Tints of Eggplant #8A005B

Color information

#8A005B (or 0x8A005B) is unknown color: approx Eggplant. HEX triplet: 8A, 00 and 5B. RGB value is (138,0,91). Sum of RGB (Red+Green+Blue) = 138+0+91=229 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.26% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 138 - color contains mainly: red. Hex color #8A005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A005B is #75FFA4. Grayscale: #333333. Windows color (decimal): -7733157 or 5963914. OLE color: 5963914.

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

Color convert

RGB138091-
CMYK010.340.46
HSL320.43º100%27.06%-
HSV(B)320.43º100%54.12%-
XYZ12.376.1610.43-
YUV51.64150.22189.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=60.26%
G=0%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138091010.340.46320.4310027.06
Hex8A05B064222E140641b
Octal21201330144425650014433
Binary100010100101101101100100100010101110101000000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a005b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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