#8D1164

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

Shades of Eggplant #8D1164

Tints of Eggplant #8D1164

Color information

#8D1164 (or 0x8D1164) is unknown color: approx Eggplant. HEX triplet: 8D, 11 and 64. RGB value is (141,17,100). Sum of RGB (Red+Green+Blue) = 141+17+100=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1164 is #72EE9B. Grayscale: #3F3F3F. Windows color (decimal): -7532188 or 6558093. OLE color: 6558093.

HSL color Cylindrical-coordinate representation of color #8D1164: hue angle of 319.84º 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 #8D1164 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB14117100-
CMYK00.880.290.45
HSL319.84º78.48%30.98%-
HSV(B)319.84º87.94%55.29%-
XYZ13.496.9812.69-
YUV63.54148.58183.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.65%
GREEN value IS 17 (7.03% from 255) = 6.59%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=54.65%
G=6.59%
B=38.76%

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
Decimal1411710000.880.290.45319.8478.4830.98
Hex8D11640581D2D1404e1f
Octal215211440130355550011637
Binary100011011000111001000101100011101101101101000000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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