#8A0C55

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

Shades of Eggplant #8A0C55

Tints of Eggplant #8A0C55

Color information

#8A0C55 (or 0x8A0C55) is unknown color: approx Eggplant. HEX triplet: 8A, 0C and 55. RGB value is (138,12,85). Sum of RGB (Red+Green+Blue) = 138+12+85=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C55 is #75F3AA. Grayscale: #393939. Windows color (decimal): -7730091 or 5573770. OLE color: 5573770.

HSL color Cylindrical-coordinate representation of color #8A0C55: hue angle of 325.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C55 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB1381285-
CMYK00.910.380.46
HSL325.24º84%29.41%-
HSV(B)325.24º91.3%54.12%-
XYZ12.256.329.17-
YUV58143.24185.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.72%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=58.72%
G=5.11%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138128500.910.380.46325.248429.41
Hex8AC5505B262E145541d
Octal212141250133465650512435
Binary100010101100101010101011011100110101110101000101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,12,85); }

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

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

 a { background-color: rgb(138,12,85); }

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

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

 span { border-color: rgb(138,12,85); }

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