#8A1064

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

Shades of Eggplant #8A1064

Tints of Eggplant #8A1064

Color information

#8A1064 (or 0x8A1064) is unknown color: approx Eggplant. HEX triplet: 8A, 10 and 64. RGB value is (138,16,100). Sum of RGB (Red+Green+Blue) = 138+16+100=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1064 is #75EF9B. Grayscale: #3D3D3D. Windows color (decimal): -7729052 or 6557834. OLE color: 6557834.

HSL color Cylindrical-coordinate representation of color #8A1064: hue angle of 318.69º degrees, saturation: 0.79, 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 #8A1064 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13816100-
CMYK00.880.280.46
HSL318.69º79.22%30.2%-
HSV(B)318.69º88.41%54.12%-
XYZ12.976.6912.67-
YUV62.05149.42182.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.33%
GREEN value IS 16 (6.64% from 255) = 6.30%
BLUE value IS 100 (39.45% from 255) = 39.37%
R=54.33%
G=6.30%
B=39.37%

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
Decimal1381610000.880.280.46318.6979.2230.2
Hex8A10640581C2E13f4f1e
Octal212201440130345647711736
Binary100010101000011001000101100011100101110100111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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