#87006D

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

Shades of Eggplant #87006D

Tints of Eggplant #87006D

Color information

#87006D (or 0x87006D) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 6D. RGB value is (135,0,109). Sum of RGB (Red+Green+Blue) = 135+0+109=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #87006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87006D is #78FF92. Grayscale: #343434. Windows color (decimal): -7929747 or 7143559. OLE color: 7143559.

HSL color Cylindrical-coordinate representation of color #87006D: hue angle of 311.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87006D is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB1350109-
CMYK010.190.47
HSL311.56º100%26.47%-
HSV(B)311.56º100%52.94%-
XYZ12.756.2615-
YUV52.79159.73186.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=55.33%
G=0%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1350109010.190.47311.5610026.47
Hex8706D064132F138641a
Octal20701550144235747014432
Binary10000111011011010110010010011101111100111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87006D; }

 p { color: rgb(135,0,109); }

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

<style>
 a { background-color: #87006D; }

 a { background-color: rgb(135,0,109); }

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

<style>
 span { border-color: #87006D; }

 span { border-color: rgb(135,0,109); }

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