#880A6A

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

Shades of Eggplant #880A6A

Tints of Eggplant #880A6A

Color information

#880A6A (or 0x880A6A) is unknown color: approx Eggplant. HEX triplet: 88, 0A and 6A. RGB value is (136,10,106). Sum of RGB (Red+Green+Blue) = 136+10+106=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #880A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A6A is #77F595. Grayscale: #3A3A3A. Windows color (decimal): -7861654 or 6949512. OLE color: 6949512.

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

Color convert

RGB13610106-
CMYK00.930.220.47
HSL314.29º86.3%28.63%-
HSV(B)314.29º92.65%53.33%-
XYZ12.866.4914.21-
YUV58.62154.74183.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=53.97%
G=3.97%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361010600.930.220.47314.2986.328.63
Hex88A6A05D162F13a561d
Octal210121520135265747212635
Binary10001000101011010100101110110110101111100111010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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