#880357

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

Shades of Eggplant #880357

Tints of Eggplant #880357

Color information

#880357 (or 0x880357) is unknown color: approx Eggplant. HEX triplet: 88, 03 and 57. RGB value is (136,3,87). Sum of RGB (Red+Green+Blue) = 136+3+87=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #880357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880357 is #77FCA8. Grayscale: #343434. Windows color (decimal): -7863465 or 5702536. OLE color: 5702536.

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

Color convert

RGB136387-
CMYK00.980.360.47
HSL322.11º95.68%27.25%-
HSV(B)322.11º97.79%53.33%-
XYZ11.915.999.54-
YUV52.34147.56187.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.18%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=60.18%
G=1.33%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13638700.980.360.47322.1195.6827.25
Hex88357062242F142601b
Octal21031270142445750214033
Binary1000100011101011101100010100100101111101000010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880357; }

 p { color: rgb(136,3,87); }

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

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

 a { background-color: rgb(136,3,87); }

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

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

 span { border-color: rgb(136,3,87); }

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