#87006C

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

Shades of Eggplant #87006C

Tints of Eggplant #87006C

Color information

#87006C (or 0x87006C) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 6C. RGB value is (135,0,108). Sum of RGB (Red+Green+Blue) = 135+0+108=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #87006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87006C is #78FF93. Grayscale: #343434. Windows color (decimal): -7929748 or 7078023. OLE color: 7078023.

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

Color convert

RGB1350108-
CMYK010.20.47
HSL312º100%26.47%-
HSV(B)312º100%52.94%-
XYZ12.76.2314.72-
YUV52.68159.23186.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=55.56%
G=0%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1350108010.20.4731210026.47
Hex8706C064142F138641a
Octal20701540144245747014432
Binary10000111011011000110010010100101111100111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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