#870A64

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

Shades of Eggplant #870A64

Tints of Eggplant #870A64

Color information

#870A64 (or 0x870A64) is unknown color: approx Eggplant. HEX triplet: 87, 0A and 64. RGB value is (135,10,100). Sum of RGB (Red+Green+Blue) = 135+10+100=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #870A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A64 is #78F59B. Grayscale: #393939. Windows color (decimal): -7927196 or 6556295. OLE color: 6556295.

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

Color convert

RGB13510100-
CMYK00.930.260.47
HSL316.8º86.21%28.43%-
HSV(B)316.8º92.59%52.94%-
XYZ12.46.2912.62-
YUV57.63151.91183.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=55.10%
G=4.08%
B=40.82%

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
Decimal1351010000.930.260.47316.886.2128.43
Hex87A6405D1A2F13d561c
Octal207121440135325747512634
Binary10000111101011001000101110111010101111100111101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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