#880A54

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

Shades of Eggplant #880A54

Tints of Eggplant #880A54

Color information

#880A54 (or 0x880A54) is unknown color: approx Eggplant. HEX triplet: 88, 0A and 54. RGB value is (136,10,84). Sum of RGB (Red+Green+Blue) = 136+10+84=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #880A54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A54 is #77F5AB. Grayscale: #373737. Windows color (decimal): -7861676 or 5507720. OLE color: 5507720.

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

Color convert

RGB1361084-
CMYK00.930.380.47
HSL324.76º86.3%28.63%-
HSV(B)324.76º92.65%53.33%-
XYZ11.866.098.94-
YUV56.11143.74184.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=59.13%
G=4.35%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136108400.930.380.47324.7686.328.63
Hex88A5405D262F145561d
Octal210121240135465750512635
Binary100010001010101010001011101100110101111101000101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,10,84); }

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

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

 a { background-color: rgb(136,10,84); }

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

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

 span { border-color: rgb(136,10,84); }

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