#870956

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

Shades of Eggplant #870956

Tints of Eggplant #870956

Color information

#870956 (or 0x870956) is unknown color: approx Eggplant. HEX triplet: 87, 09 and 56. RGB value is (135,9,86). Sum of RGB (Red+Green+Blue) = 135+9+86=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #870956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870956 is #78F6A9. Grayscale: #373737. Windows color (decimal): -7927466 or 5638535. OLE color: 5638535.

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

Color convert

RGB135986-
CMYK00.930.360.47
HSL323.33º87.5%28.24%-
HSV(B)323.33º93.33%52.94%-
XYZ11.776.029.35-
YUV55.45145.24184.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=58.70%
G=3.91%
B=37.39%

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
Decimal13598600.930.360.47323.3387.528.24
Hex8795605D242F143581c
Octal207111260135445750313034
Binary100001111001101011001011101100100101111101000011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870956; }

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

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

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

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

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

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

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

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