#870A5E

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

Shades of Eggplant #870A5E

Tints of Eggplant #870A5E

Color information

#870A5E (or 0x870A5E) is unknown color: approx Eggplant. HEX triplet: 87, 0A and 5E. RGB value is (135,10,94). Sum of RGB (Red+Green+Blue) = 135+10+94=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #870A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A5E is #78F5A1. Grayscale: #383838. Windows color (decimal): -7927202 or 6163079. OLE color: 6163079.

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

Color convert

RGB1351094-
CMYK00.930.300.47
HSL319.68º86.21%28.43%-
HSV(B)319.68º92.59%52.94%-
XYZ12.126.1811.14-
YUV56.95148.91183.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=56.49%
G=4.18%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135109400.930.300.47319.6886.2128.43
Hex87A5E05D1E2F140561c
Octal207121360135365750012634
Binary10000111101010111100101110111110101111101000000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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