#87046A

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

Shades of Eggplant #87046A

Tints of Eggplant #87046A

Color information

#87046A (or 0x87046A) is unknown color: approx Eggplant. HEX triplet: 87, 04 and 6A. RGB value is (135,4,106). Sum of RGB (Red+Green+Blue) = 135+4+106=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87046A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87046A is #78FB95. Grayscale: #363636. Windows color (decimal): -7928726 or 6947975. OLE color: 6947975.

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

Color convert

RGB1354106-
CMYK00.970.210.47
HSL313.28º94.24%27.25%-
HSV(B)313.28º97.04%52.94%-
XYZ12.646.2814.18-
YUV54.8156.9185.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=55.10%
G=1.63%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135410600.970.210.47313.2894.2427.25
Hex8746A061152F1395e1b
Octal20741520141255747113633
Binary1000011110011010100110000110101101111100111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87046A; }

 p { color: rgb(135,4,106); }

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

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

 a { background-color: rgb(135,4,106); }

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

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

 span { border-color: rgb(135,4,106); }

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