#870855

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

Shades of Eggplant #870855

Tints of Eggplant #870855

Color information

#870855 (or 0x870855) is unknown color: approx Eggplant. HEX triplet: 87, 08 and 55. RGB value is (135,8,85). Sum of RGB (Red+Green+Blue) = 135+8+85=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #870855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870855 is #78F7AA. Grayscale: #363636. Windows color (decimal): -7927723 or 5572743. OLE color: 5572743.

HSL color Cylindrical-coordinate representation of color #870855: hue angle of 323.62º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870855 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB135885-
CMYK00.940.370.47
HSL323.62º88.81%28.04%-
HSV(B)323.62º94.07%52.94%-
XYZ11.725.989.13-
YUV54.75145.08185.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 8 (3.52% from 255) = 3.51%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=59.21%
G=3.51%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13588500.940.370.47323.6288.8128.04
Hex8785505E252F144591c
Octal207101250136455750413134
Binary100001111000101010101011110100101101111101000100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870855; }

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

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

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

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

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

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

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

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