#87105C

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

Shades of Eggplant #87105C

Tints of Eggplant #87105C

Color information

#87105C (or 0x87105C) is unknown color: approx Eggplant. HEX triplet: 87, 10 and 5C. RGB value is (135,16,92). Sum of RGB (Red+Green+Blue) = 135+16+92=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #87105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87105C is #78EFA3. Grayscale: #3C3C3C. Windows color (decimal): -7925668 or 6033543. OLE color: 6033543.

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

Color convert

RGB1351692-
CMYK00.880.320.47
HSL321.68º78.81%29.61%-
HSV(B)321.68º88.15%52.94%-
XYZ12.116.2910.7-
YUV60.24145.92181.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=55.56%
G=6.58%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135169200.880.320.47321.6878.8129.61
Hex87105C058202F1424f1e
Octal207201340130405750211736
Binary1000011110000101110001011000100000101111101000010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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