#880459

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

Shades of Eggplant #880459

Tints of Eggplant #880459

Color information

#880459 (or 0x880459) is unknown color: approx Eggplant. HEX triplet: 88, 04 and 59. RGB value is (136,4,89). Sum of RGB (Red+Green+Blue) = 136+4+89=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #880459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880459 is #77FBA6. Grayscale: #343434. Windows color (decimal): -7863207 or 5833864. OLE color: 5833864.

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

Color convert

RGB136489-
CMYK00.970.350.47
HSL321.36º94.29%27.45%-
HSV(B)321.36º97.06%53.33%-
XYZ126.049.99-
YUV53.16148.23187.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=59.39%
G=1.75%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13648900.970.350.47321.3694.2927.45
Hex88459061232F1415e1b
Octal21041310141435750113633
Binary10001000100101100101100001100011101111101000001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880459; }

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

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

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

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

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

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

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

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