#87115b

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

Shades of Eggplant #87115B

Tints of Eggplant #87115B

Color information

#87115B (or 0x87115B) is unknown color: approx Eggplant. HEX triplet: 87, 11 and 5B. RGB value is (135,17,91). Sum of RGB (Red+Green+Blue) = 135+17+91=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #87115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87115B is #78EEA4. Grayscale: #3C3C3C. Windows color (decimal): -7925413 or 5968263. OLE color: 5968263.

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

Color convert

RGB1351791-
CMYK00.870.330.47
HSL322.37º77.63%29.8%-
HSV(B)322.37º87.41%52.94%-
XYZ12.086.3110.48-
YUV60.72145.09180.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=55.56%
G=7.00%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135179100.870.330.47322.3777.6329.8
Hex87115B057212F1424e1e
Octal207211330127415750211636
Binary1000011110001101101101010111100001101111101000010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87115b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87115b; }

 p { color: rgb(135,17,91); }

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

<style>
 a { background-color: #87115b; }

 a { background-color: rgb(135,17,91); }

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

<style>
 span { border-color: #87115b; }

 span { border-color: rgb(135,17,91); }

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