#87054D

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

Shades of Eggplant #87054D

Tints of Eggplant #87054D

Color information

#87054D (or 0x87054D) is unknown color: approx Eggplant. HEX triplet: 87, 05 and 4D. RGB value is (135,5,77). Sum of RGB (Red+Green+Blue) = 135+5+77=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87054D is #78FAB2. Grayscale: #333333. Windows color (decimal): -7928499 or 5047687. OLE color: 5047687.

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

Color convert

RGB135577-
CMYK00.960.430.47
HSL326.77º92.86%27.45%-
HSV(B)326.77º96.3%52.94%-
XYZ11.395.87.54-
YUV52.08142.07187.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.21%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=62.21%
G=2.30%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13557700.960.430.47326.7792.8627.45
Hex8754D0602B2F1475d1b
Octal20751150140535750713533
Binary10000111101100110101100000101011101111101000111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87054D; }

 p { color: rgb(135,5,77); }

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

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

 a { background-color: rgb(135,5,77); }

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

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

 span { border-color: rgb(135,5,77); }

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