#87006A

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

Shades of Eggplant #87006A

Tints of Eggplant #87006A

Color information

#87006A (or 0x87006A) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 6A. RGB value is (135,0,106). Sum of RGB (Red+Green+Blue) = 135+0+106=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #87006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87006A is #78FF95. Grayscale: #343434. Windows color (decimal): -7929750 or 6946951. OLE color: 6946951.

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

Color convert

RGB1350106-
CMYK010.210.47
HSL312.89º100%26.47%-
HSV(B)312.89º100%52.94%-
XYZ12.596.1914.17-
YUV52.45158.23186.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=56.02%
G=0%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1350106010.210.47312.8910026.47
Hex8706A064152F139641a
Octal20701520144255747114432
Binary10000111011010100110010010101101111100111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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