#87045F

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

Shades of Eggplant #87045F

Tints of Eggplant #87045F

Color information

#87045F (or 0x87045F) is unknown color: approx Eggplant. HEX triplet: 87, 04 and 5F. RGB value is (135,4,95). Sum of RGB (Red+Green+Blue) = 135+4+95=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87045F is #78FBA0. Grayscale: #353535. Windows color (decimal): -7928737 or 6227079. OLE color: 6227079.

HSL color Cylindrical-coordinate representation of color #87045F: hue angle of 318.32º 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 #87045F is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB135495-
CMYK00.970.300.47
HSL318.32º94.24%27.25%-
HSV(B)318.32º97.04%52.94%-
XYZ12.16.0611.36-
YUV53.54151.4186.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 4 (1.95% from 255) = 1.71%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=57.69%
G=1.71%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13549500.970.300.47318.3294.2427.25
Hex8745F0611E2F13e5e1b
Octal20741370141365747613633
Binary1000011110010111110110000111110101111100111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87045F; }

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

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

<style>
 a { background-color: #87045F; }

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

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

<style>
 span { border-color: #87045F; }

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

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