#87026E

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

Shades of Eggplant #87026E

Tints of Eggplant #87026E

Color information

#87026E (or 0x87026E) is unknown color: approx Eggplant. HEX triplet: 87, 02 and 6E. RGB value is (135,2,110). Sum of RGB (Red+Green+Blue) = 135+2+110=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87026E is #78FD91. Grayscale: #353535. Windows color (decimal): -7929234 or 7209607. OLE color: 7209607.

HSL color Cylindrical-coordinate representation of color #87026E: hue angle of 311.28º degrees, saturation: 0.97, 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 #87026E is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB1352110-
CMYK00.990.190.47
HSL311.28º97.08%26.86%-
HSV(B)311.28º98.52%52.94%-
XYZ12.836.3215.3-
YUV54.08159.56185.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=54.66%
G=0.81%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135211000.990.190.47311.2897.0826.86
Hex8726E063132F137611b
Octal20721560143235746714133
Binary100001111011011100110001110011101111100110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,2,110); }

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

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

 a { background-color: rgb(135,2,110); }

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

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

 span { border-color: rgb(135,2,110); }

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