#87084F

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

Shades of Eggplant #87084F

Tints of Eggplant #87084F

Color information

#87084F (or 0x87084F) is unknown color: approx Eggplant. HEX triplet: 87, 08 and 4F. RGB value is (135,8,79). Sum of RGB (Red+Green+Blue) = 135+8+79=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #87084F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87084F is #78F7B0. Grayscale: #353535. Windows color (decimal): -7927729 or 5179527. OLE color: 5179527.

HSL color Cylindrical-coordinate representation of color #87084F: hue angle of 326.46º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87084F is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB135879-
CMYK00.940.410.47
HSL326.46º88.81%28.04%-
HSV(B)326.46º94.07%52.94%-
XYZ11.495.897.93-
YUV54.07142.08185.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=60.81%
G=3.60%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13587900.940.410.47326.4688.8128.04
Hex8784F05E292F146591c
Octal207101170136515750613134
Binary100001111000100111101011110101001101111101000110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,8,79); }

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

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

 a { background-color: rgb(135,8,79); }

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

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

 span { border-color: rgb(135,8,79); }

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