#880A53

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

Shades of Eggplant #880A53

Tints of Eggplant #880A53

Color information

#880A53 (or 0x880A53) is unknown color: approx Eggplant. HEX triplet: 88, 0A and 53. RGB value is (136,10,83). Sum of RGB (Red+Green+Blue) = 136+10+83=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #880A53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A53 is #77F5AC. Grayscale: #373737. Windows color (decimal): -7861677 or 5442184. OLE color: 5442184.

HSL color Cylindrical-coordinate representation of color #880A53: hue angle of 325.24º 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 #880A53 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1361083-
CMYK00.930.390.47
HSL325.24º86.3%28.63%-
HSV(B)325.24º92.65%53.33%-
XYZ11.826.088.73-
YUV56143.24185.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=59.39%
G=4.37%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136108300.930.390.47325.2486.328.63
Hex88A5305D272F145561d
Octal210121230135475750512635
Binary100010001010101001101011101100111101111101000101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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