#87155A

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

Shades of Eggplant #87155A

Tints of Eggplant #87155A

Color information

#87155A (or 0x87155A) is unknown color: approx Eggplant. HEX triplet: 87, 15 and 5A. RGB value is (135,21,90). Sum of RGB (Red+Green+Blue) = 135+21+90=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87155A is #78EAA5. Grayscale: #3E3E3E. Windows color (decimal): -7924390 or 5903751. OLE color: 5903751.

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

Color convert

RGB1352190-
CMYK00.840.330.47
HSL323.68º73.08%30.59%-
HSV(B)323.68º84.44%52.94%-
XYZ12.116.4310.28-
YUV62.95143.27179.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=54.88%
G=8.54%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135219000.840.330.47323.6873.0830.59
Hex87155A054212F144491f
Octal207251320124415750411137
Binary1000011110101101101001010100100001101111101000100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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