#87547C

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

Shades of Trendy Pink #87547C

Tints of Trendy Pink #87547C

Color information

#87547C (or 0x87547C) is unknown color: approx Trendy Pink. HEX triplet: 87, 54 and 7C. RGB value is (135,84,124). Sum of RGB (Red+Green+Blue) = 135+84+124=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87547C is #78AB83. Grayscale: #676767. Windows color (decimal): -7908228 or 8148103. OLE color: 8148103.

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

Color convert

RGB13584124-
CMYK00.380.080.47
HSL312.94º23.29%42.94%-
HSV(B)312.94º37.78%52.94%-
XYZ16.812.9520.68-
YUV103.81139.4150.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=39.36%
G=24.49%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358412400.380.080.47312.9423.2942.94
Hex87547C02682F139172b
Octal20712417404610574712753
Binary10000111101010011111000100110100010111110011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,84,124); }

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

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

 a { background-color: rgb(135,84,124); }

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

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

 span { border-color: rgb(135,84,124); }

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