#870A59

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

Shades of Eggplant #870A59

Tints of Eggplant #870A59

Color information

#870A59 (or 0x870A59) is unknown color: approx Eggplant. HEX triplet: 87, 0A and 59. RGB value is (135,10,89). Sum of RGB (Red+Green+Blue) = 135+10+89=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #870A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A59 is #78F5A6. Grayscale: #383838. Windows color (decimal): -7927207 or 5835399. OLE color: 5835399.

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

Color convert

RGB1351089-
CMYK00.930.340.47
HSL322.08º86.21%28.43%-
HSV(B)322.08º92.59%52.94%-
XYZ11.96.0910-
YUV56.38146.41184.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=57.69%
G=4.27%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135108900.930.340.47322.0886.2128.43
Hex87A5905D222F142561c
Octal207121310135425750212634
Binary100001111010101100101011101100010101111101000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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