#87558B

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

Shades of Trendy Pink #87558B

Tints of Trendy Pink #87558B

Color information

#87558B (or 0x87558B) is unknown color: approx Trendy Pink. HEX triplet: 87, 55 and 8B. RGB value is (135,85,139). Sum of RGB (Red+Green+Blue) = 135+85+139=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #87558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87558B is #78AA74. Grayscale: #696969. Windows color (decimal): -7907957 or 9131399. OLE color: 9131399.

HSL color Cylindrical-coordinate representation of color #87558B: hue angle of 295.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87558B is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13585139-
CMYK0.030.3900.45
HSL295.56º24.11%43.92%-
HSV(B)295.56º38.85%54.51%-
XYZ17.913.5126.09-
YUV106.11146.56148.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=37.60%
G=23.68%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135851390.030.3900.45295.5624.1143.92
Hex87558B32702D128182c
Octal2071252133470554503054
Binary1000011110101011000101111100111010110110010100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87558B; }

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

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

<style>
 a { background-color: #87558B; }

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

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

<style>
 span { border-color: #87558B; }

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

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