#880F60

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

Shades of Eggplant #880F60

Tints of Eggplant #880F60

Color information

#880F60 (or 0x880F60) is unknown color: approx Eggplant. HEX triplet: 88, 0F and 60. RGB value is (136,15,96). Sum of RGB (Red+Green+Blue) = 136+15+96=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #880F60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F60 is #77F09F. Grayscale: #3C3C3C. Windows color (decimal): -7860384 or 6295432. OLE color: 6295432.

HSL color Cylindrical-coordinate representation of color #880F60: hue angle of 319.83º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F60 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1361596-
CMYK00.890.290.47
HSL319.83º80.13%29.61%-
HSV(B)319.83º88.97%53.33%-
XYZ12.446.4211.65-
YUV60.41148.09181.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=55.06%
G=6.07%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136159600.890.290.47319.8380.1329.61
Hex88F600591D2F140501e
Octal210171400131355750012036
Binary10001000111111000000101100111101101111101000000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880F60; }

 p { color: rgb(136,15,96); }

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

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

 a { background-color: rgb(136,15,96); }

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

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

 span { border-color: rgb(136,15,96); }

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