#87547E

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

Shades of Trendy Pink #87547E

Tints of Trendy Pink #87547E

Color information

#87547E (or 0x87547E) is unknown color: approx Trendy Pink. HEX triplet: 87, 54 and 7E. RGB value is (135,84,126). Sum of RGB (Red+Green+Blue) = 135+84+126=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #87547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87547E is #78AB81. Grayscale: #676767. Windows color (decimal): -7908226 or 8279175. OLE color: 8279175.

HSL color Cylindrical-coordinate representation of color #87547E: hue angle of 310.59º 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 #87547E is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13584126-
CMYK00.380.070.47
HSL310.59º23.29%42.94%-
HSV(B)310.59º37.78%52.94%-
XYZ16.931321.36-
YUV104.04140.4150.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=39.13%
G=24.35%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358412600.380.070.47310.5923.2942.94
Hex87547E02672F137172b
Octal2071241760467574672753
Binary1000011110101001111110010011011110111110011011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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