#8C1164

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

Shades of Eggplant #8C1164

Tints of Eggplant #8C1164

Color information

#8C1164 (or 0x8C1164) is unknown color: approx Eggplant. HEX triplet: 8C, 11 and 64. RGB value is (140,17,100). Sum of RGB (Red+Green+Blue) = 140+17+100=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1164 is #73EE9B. Grayscale: #3F3F3F. Windows color (decimal): -7597724 or 6558092. OLE color: 6558092.

HSL color Cylindrical-coordinate representation of color #8C1164: hue angle of 319.51º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1164 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB14017100-
CMYK00.880.290.45
HSL319.51º78.34%30.78%-
HSV(B)319.51º87.86%54.9%-
XYZ13.326.912.69-
YUV63.24148.75182.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.47%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=54.47%
G=6.61%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401710000.880.290.45319.5178.3430.78
Hex8C11640581D2D1404e1f
Octal214211440130355550011637
Binary100011001000111001000101100011101101101101000000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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