#87557F

Color #87557F Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #87557F

Tints of Trendy Pink #87557F

Color information

#87557F (or 0x87557F) is unknown color: approx Trendy Pink. HEX triplet: 87, 55 and 7F. RGB value is (135,85,127). Sum of RGB (Red+Green+Blue) = 135+85+127=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #87557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87557F is #78AA80. Grayscale: #686868. Windows color (decimal): -7907969 or 8344967. OLE color: 8344967.

HSL color Cylindrical-coordinate representation of color #87557F: hue angle of 309.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87557F is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13585127-
CMYK00.370.060.47
HSL309.6º22.73%43.14%-
HSV(B)309.6º37.04%52.94%-
XYZ17.0713.1821.72-
YUV104.74140.56149.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 127 (50% from 255) = 36.60%
R=38.90%
G=24.50%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358512700.370.060.47309.622.7343.14
Hex87557F02562F136172b
Octal2071251770456574662753
Binary1000011110101011111111010010111010111110011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87557F; }

 p { color: rgb(135,85,127); }

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

<style>
 a { background-color: #87557F; }

 a { background-color: rgb(135,85,127); }

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

<style>
 span { border-color: #87557F; }

 span { border-color: rgb(135,85,127); }

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