#880161

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

Shades of Eggplant #880161

Tints of Eggplant #880161

Color information

#880161 (or 0x880161) is unknown color: approx Eggplant. HEX triplet: 88, 01 and 61. RGB value is (136,1,97). Sum of RGB (Red+Green+Blue) = 136+1+97=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #880161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880161 is #77FE9E. Grayscale: #343434. Windows color (decimal): -7863967 or 6357384. OLE color: 6357384.

HSL color Cylindrical-coordinate representation of color #880161: hue angle of 317.33º 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 #880161 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB136197-
CMYK00.990.290.47
HSL317.33º98.54%26.86%-
HSV(B)317.33º99.26%53.33%-
XYZ12.326.1211.84-
YUV52.31153.23187.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.12%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=58.12%
G=0.43%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13619700.990.290.47317.3398.5426.86
Hex881610631D2F13d631b
Octal21011410143355747514333
Binary10001000111000010110001111101101111100111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880161; }

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

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

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

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

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

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

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

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