#870160

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

Shades of Eggplant #870160

Tints of Eggplant #870160

Color information

#870160 (or 0x870160) is unknown color: approx Eggplant. HEX triplet: 87, 01 and 60. RGB value is (135,1,96). Sum of RGB (Red+Green+Blue) = 135+1+96=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #870160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870160 is #78FE9F. Grayscale: #333333. Windows color (decimal): -7929504 or 6291847. OLE color: 6291847.

HSL color Cylindrical-coordinate representation of color #870160: hue angle of 317.46º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870160 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB135196-
CMYK00.990.290.47
HSL317.46º98.53%26.67%-
HSV(B)317.46º99.26%52.94%-
XYZ12.116.0211.59-
YUV51.9152.89187.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.19%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=58.19%
G=0.43%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13519600.990.290.47317.4698.5326.67
Hex871600631D2F13d631b
Octal20711400143355747514333
Binary10000111111000000110001111101101111100111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870160; }

 p { color: rgb(135,1,96); }

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

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

 a { background-color: rgb(135,1,96); }

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

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

 span { border-color: rgb(135,1,96); }

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