#8A1164

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

Shades of Eggplant #8A1164

Tints of Eggplant #8A1164

Color information

#8A1164 (or 0x8A1164) is unknown color: approx Eggplant. HEX triplet: 8A, 11 and 64. RGB value is (138,17,100). Sum of RGB (Red+Green+Blue) = 138+17+100=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1164 is #75EE9B. Grayscale: #3E3E3E. Windows color (decimal): -7728796 or 6558090. OLE color: 6558090.

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

Color convert

RGB13817100-
CMYK00.880.280.46
HSL318.84º78.06%30.39%-
HSV(B)318.84º87.68%54.12%-
XYZ12.986.7212.67-
YUV62.64149.09181.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.12%
GREEN value IS 17 (7.03% from 255) = 6.67%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=54.12%
G=6.67%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381710000.880.280.46318.8478.0630.39
Hex8A11640581C2E13f4e1e
Octal212211440130345647711636
Binary100010101000111001000101100011100101110100111111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,17,100); }

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

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

 a { background-color: rgb(138,17,100); }

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

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

 span { border-color: rgb(138,17,100); }

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