#880A65

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

Shades of Eggplant #880A65

Tints of Eggplant #880A65

Color information

#880A65 (or 0x880A65) is unknown color: approx Eggplant. HEX triplet: 88, 0A and 65. RGB value is (136,10,101). Sum of RGB (Red+Green+Blue) = 136+10+101=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #880A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A65 is #77F59A. Grayscale: #393939. Windows color (decimal): -7861659 or 6621832. OLE color: 6621832.

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

Color convert

RGB13610101-
CMYK00.930.260.47
HSL316.67º86.3%28.63%-
HSV(B)316.67º92.65%53.33%-
XYZ12.616.3912.88-
YUV58.05152.24183.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=55.06%
G=4.05%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361010100.930.260.47316.6786.328.63
Hex88A6505D1A2F13d561d
Octal210121450135325747512635
Binary10001000101011001010101110111010101111100111101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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