#87005E

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

Shades of Eggplant #87005E

Tints of Eggplant #87005E

Color information

#87005E (or 0x87005E) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 5E. RGB value is (135,0,94). Sum of RGB (Red+Green+Blue) = 135+0+94=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87005E is #78FFA1. Grayscale: #323232. Windows color (decimal): -7929762 or 6160519. OLE color: 6160519.

HSL color Cylindrical-coordinate representation of color #87005E: hue angle of 318.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87005E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB135094-
CMYK010.300.47
HSL318.22º100%26.47%-
HSV(B)318.22º100%52.94%-
XYZ12.015.9611.11-
YUV51.08152.23187.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=58.95%
G=0%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135094010.300.47318.2210026.47
Hex8705E0641E2F13e641a
Octal20701360144365747614432
Binary10000111010111100110010011110101111100111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87005E; }

 p { color: rgb(135,0,94); }

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

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

 a { background-color: rgb(135,0,94); }

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

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

 span { border-color: rgb(135,0,94); }

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