#870957

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

Shades of Eggplant #870957

Tints of Eggplant #870957

Color information

#870957 (or 0x870957) is unknown color: approx Eggplant. HEX triplet: 87, 09 and 57. RGB value is (135,9,87). Sum of RGB (Red+Green+Blue) = 135+9+87=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #870957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870957 is #78F6A8. Grayscale: #373737. Windows color (decimal): -7927465 or 5704071. OLE color: 5704071.

HSL color Cylindrical-coordinate representation of color #870957: hue angle of 322.86º degrees, saturation: 0.88, 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 #870957 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB135987-
CMYK00.930.360.47
HSL322.86º87.5%28.24%-
HSV(B)322.86º93.33%52.94%-
XYZ11.816.039.56-
YUV55.57145.74184.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=58.44%
G=3.90%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13598700.930.360.47322.8687.528.24
Hex8795705D242F143581c
Octal207111270135445750313034
Binary100001111001101011101011101100100101111101000011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870957; }

 p { color: rgb(135,9,87); }

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

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

 a { background-color: rgb(135,9,87); }

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

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

 span { border-color: rgb(135,9,87); }

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