#87065E

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

Shades of Eggplant #87065E

Tints of Eggplant #87065E

Color information

#87065E (or 0x87065E) is unknown color: approx Eggplant. HEX triplet: 87, 06 and 5E. RGB value is (135,6,94). Sum of RGB (Red+Green+Blue) = 135+6+94=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #87065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87065E is #78F9A1. Grayscale: #363636. Windows color (decimal): -7928226 or 6162055. OLE color: 6162055.

HSL color Cylindrical-coordinate representation of color #87065E: hue angle of 319.07º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87065E is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB135694-
CMYK00.960.300.47
HSL319.07º91.49%27.65%-
HSV(B)319.07º95.56%52.94%-
XYZ12.086.0911.13-
YUV54.6150.24185.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 94 (37.11% from 255) = 40%
R=57.45%
G=2.55%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13569400.960.300.47319.0791.4927.65
Hex8765E0601E2F13f5b1c
Octal20761360140365747713334
Binary1000011111010111100110000011110101111100111111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,6,94); }

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

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

 a { background-color: rgb(135,6,94); }

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

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

 span { border-color: rgb(135,6,94); }

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