#880164

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

Shades of Eggplant #880164

Tints of Eggplant #880164

Color information

#880164 (or 0x880164) is unknown color: approx Eggplant. HEX triplet: 88, 01 and 64. RGB value is (136,1,100). Sum of RGB (Red+Green+Blue) = 136+1+100=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #880164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880164 is #77FE9B. Grayscale: #343434. Windows color (decimal): -7863964 or 6553992. OLE color: 6553992.

HSL color Cylindrical-coordinate representation of color #880164: hue angle of 316º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880164 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB1361100-
CMYK00.990.260.47
HSL316º98.54%26.86%-
HSV(B)316º99.26%53.33%-
XYZ12.466.1812.59-
YUV52.65154.73187.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.38%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=57.38%
G=0.42%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136110000.990.260.4731698.5426.86
Hex881640631A2F13c631b
Octal21011440143325747414333
Binary10001000111001000110001111010101111100111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880164; }

 p { color: rgb(136,1,100); }

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

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

 a { background-color: rgb(136,1,100); }

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

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

 span { border-color: rgb(136,1,100); }

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