#880559

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

Shades of Eggplant #880559

Tints of Eggplant #880559

Color information

#880559 (or 0x880559) is unknown color: approx Eggplant. HEX triplet: 88, 05 and 59. RGB value is (136,5,89). Sum of RGB (Red+Green+Blue) = 136+5+89=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #880559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880559 is #77FAA6. Grayscale: #353535. Windows color (decimal): -7862951 or 5834120. OLE color: 5834120.

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

Color convert

RGB136589-
CMYK00.960.350.47
HSL321.53º92.91%27.65%-
HSV(B)321.53º96.32%53.33%-
XYZ12.016.069.99-
YUV53.74147.9186.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 5 (2.34% from 255) = 2.17%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=59.13%
G=2.17%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13658900.960.350.47321.5392.9127.65
Hex88559060232F1425d1c
Octal21051310140435750213534
Binary10001000101101100101100000100011101111101000010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880559; }

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

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

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

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

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

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

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

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