#87105A

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

Shades of Eggplant #87105A

Tints of Eggplant #87105A

Color information

#87105A (or 0x87105A) is unknown color: approx Eggplant. HEX triplet: 87, 10 and 5A. RGB value is (135,16,90). Sum of RGB (Red+Green+Blue) = 135+16+90=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #87105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87105A is #78EFA5. Grayscale: #3B3B3B. Windows color (decimal): -7925670 or 5902471. OLE color: 5902471.

HSL color Cylindrical-coordinate representation of color #87105A: hue angle of 322.69º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87105A is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1351690-
CMYK00.880.330.47
HSL322.69º78.81%29.61%-
HSV(B)322.69º88.15%52.94%-
XYZ12.026.2610.25-
YUV60.02144.92181.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=56.02%
G=6.64%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135169000.880.330.47322.6978.8129.61
Hex87105A058212F1434f1e
Octal207201320130415750311736
Binary1000011110000101101001011000100001101111101000011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,16,90); }

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

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

 a { background-color: rgb(135,16,90); }

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

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

 span { border-color: rgb(135,16,90); }

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