#880356

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

Shades of Eggplant #880356

Tints of Eggplant #880356

Color information

#880356 (or 0x880356) is unknown color: approx Eggplant. HEX triplet: 88, 03 and 56. RGB value is (136,3,86). Sum of RGB (Red+Green+Blue) = 136+3+86=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #880356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880356 is #77FCA9. Grayscale: #343434. Windows color (decimal): -7863466 or 5637000. OLE color: 5637000.

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

Color convert

RGB136386-
CMYK00.980.370.47
HSL322.56º95.68%27.25%-
HSV(B)322.56º97.79%53.33%-
XYZ11.875.979.33-
YUV52.23147.06187.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.44%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=60.44%
G=1.33%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13638600.980.370.47322.5695.6827.25
Hex88356062252F143601b
Octal21031260142455750314033
Binary1000100011101011001100010100101101111101000011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880356; }

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

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

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

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

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

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

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

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