#8B1164

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

Shades of Eggplant #8B1164

Tints of Eggplant #8B1164

Color information

#8B1164 (or 0x8B1164) is unknown color: approx Eggplant. HEX triplet: 8B, 11 and 64. RGB value is (139,17,100). Sum of RGB (Red+Green+Blue) = 139+17+100=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1164 is #74EE9B. Grayscale: #3E3E3E. Windows color (decimal): -7663260 or 6558091. OLE color: 6558091.

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

Color convert

RGB13917100-
CMYK00.880.280.45
HSL319.18º78.21%30.59%-
HSV(B)319.18º87.77%54.51%-
XYZ13.156.8112.68-
YUV62.94148.92182.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=54.30%
G=6.64%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391710000.880.280.45319.1878.2130.59
Hex8B11640581C2D13f4e1f
Octal213211440130345547711637
Binary100010111000111001000101100011100101101100111111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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