#87025A

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

Shades of Eggplant #87025A

Tints of Eggplant #87025A

Color information

#87025A (or 0x87025A) is unknown color: approx Eggplant. HEX triplet: 87, 02 and 5A. RGB value is (135,2,90). Sum of RGB (Red+Green+Blue) = 135+2+90=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #87025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87025A is #78FDA5. Grayscale: #333333. Windows color (decimal): -7929254 or 5898887. OLE color: 5898887.

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

Color convert

RGB135290-
CMYK00.990.330.47
HSL320.3º97.08%26.86%-
HSV(B)320.3º98.52%52.94%-
XYZ11.865.9310.19-
YUV51.8149.56187.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=59.47%
G=0.88%
B=39.65%

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
Decimal13529000.990.330.47320.397.0826.86
Hex8725A063212F140611b
Octal20721320143415750014133
Binary1000011110101101001100011100001101111101000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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