#87026D

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

Shades of Eggplant #87026D

Tints of Eggplant #87026D

Color information

#87026D (or 0x87026D) is unknown color: approx Eggplant. HEX triplet: 87, 02 and 6D. RGB value is (135,2,109). Sum of RGB (Red+Green+Blue) = 135+2+109=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87026D is #78FD92. Grayscale: #353535. Windows color (decimal): -7929235 or 7144071. OLE color: 7144071.

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

Color convert

RGB1352109-
CMYK00.990.190.47
HSL311.73º97.08%26.86%-
HSV(B)311.73º98.52%52.94%-
XYZ12.776.315.01-
YUV53.96159.06185.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=54.88%
G=0.81%
B=44.31%

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
Decimal135210900.990.190.47311.7397.0826.86
Hex8726D063132F138611b
Octal20721550143235747014133
Binary100001111011011010110001110011101111100111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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