#87025B

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

Shades of Eggplant #87025B

Tints of Eggplant #87025B

Color information

#87025B (or 0x87025B) is unknown color: approx Eggplant. HEX triplet: 87, 02 and 5B. RGB value is (135,2,91). Sum of RGB (Red+Green+Blue) = 135+2+91=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87025B is #78FDA4. Grayscale: #333333. Windows color (decimal): -7929253 or 5964423. OLE color: 5964423.

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

Color convert

RGB135291-
CMYK00.990.330.47
HSL319.85º97.08%26.86%-
HSV(B)319.85º98.52%52.94%-
XYZ11.95.9510.42-
YUV51.91150.06187.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=59.21%
G=0.88%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13529100.990.330.47319.8597.0826.86
Hex8725B063212F140611b
Octal20721330143415750014133
Binary1000011110101101101100011100001101111101000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87025B; }

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

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

<style>
 a { background-color: #87025B; }

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

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

<style>
 span { border-color: #87025B; }

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

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