#880859

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

Shades of Eggplant #880859

Tints of Eggplant #880859

Color information

#880859 (or 0x880859) is unknown color: approx Eggplant. HEX triplet: 88, 08 and 59. RGB value is (136,8,89). Sum of RGB (Red+Green+Blue) = 136+8+89=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #880859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880859 is #77F7A6. Grayscale: #373737. Windows color (decimal): -7862183 or 5834888. OLE color: 5834888.

HSL color Cylindrical-coordinate representation of color #880859: hue angle of 322.03º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880859 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB136889-
CMYK00.940.350.47
HSL322.03º88.89%28.24%-
HSV(B)322.03º94.12%53.33%-
XYZ12.046.1310-
YUV55.51146.91185.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=58.37%
G=3.43%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13688900.940.350.47322.0388.8928.24
Hex8885905E232F142591c
Octal210101310136435750213134
Binary100010001000101100101011110100011101111101000010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880859; }

 p { color: rgb(136,8,89); }

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

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

 a { background-color: rgb(136,8,89); }

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

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

 span { border-color: rgb(136,8,89); }

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