#870955

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

Shades of Eggplant #870955

Tints of Eggplant #870955

Color information

#870955 (or 0x870955) is unknown color: approx Eggplant. HEX triplet: 87, 09 and 55. RGB value is (135,9,85). Sum of RGB (Red+Green+Blue) = 135+9+85=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #870955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870955 is #78F6AA. Grayscale: #373737. Windows color (decimal): -7927467 or 5572999. OLE color: 5572999.

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

Color convert

RGB135985-
CMYK00.930.370.47
HSL323.81º87.5%28.24%-
HSV(B)323.81º93.33%52.94%-
XYZ11.7369.13-
YUV55.34144.74184.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=58.95%
G=3.93%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13598500.930.370.47323.8187.528.24
Hex8795505D252F144581c
Octal207111250135455750413034
Binary100001111001101010101011101100101101111101000100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870955; }

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

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

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

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

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

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

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

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