#870A6A

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

Shades of Eggplant #870A6A

Tints of Eggplant #870A6A

Color information

#870A6A (or 0x870A6A) is unknown color: approx Eggplant. HEX triplet: 87, 0A and 6A. RGB value is (135,10,106). Sum of RGB (Red+Green+Blue) = 135+10+106=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #870A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A6A is #78F595. Grayscale: #3A3A3A. Windows color (decimal): -7927190 or 6949511. OLE color: 6949511.

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

Color convert

RGB13510106-
CMYK00.930.210.47
HSL313.92º86.21%28.43%-
HSV(B)313.92º92.59%52.94%-
XYZ12.76.4114.2-
YUV58.32154.91182.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=53.78%
G=3.98%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351010600.930.210.47313.9286.2128.43
Hex87A6A05D152F13a561c
Octal207121520135255747212634
Binary10000111101011010100101110110101101111100111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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