#895C87

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

Shades of Trendy Pink #895C87

Tints of Trendy Pink #895C87

Color information

#895C87 (or 0x895C87) is unknown color: approx Trendy Pink. HEX triplet: 89, 5C and 87. RGB value is (137,92,135). Sum of RGB (Red+Green+Blue) = 137+92+135=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #895C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895C87 is #76A378. Grayscale: #6E6E6E. Windows color (decimal): -7775097 or 8871049. OLE color: 8871049.

HSL color Cylindrical-coordinate representation of color #895C87: hue angle of 302.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #895C87 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13792135-
CMYK00.330.010.46
HSL302.67º19.65%44.9%-
HSV(B)302.67º32.85%53.73%-
XYZ18.5214.7224.79-
YUV110.36141.91147-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=37.64%
G=25.27%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379213500.330.010.46302.6719.6544.9
Hex895C8702112E12f142d
Octal2111342070411564572455
Binary100010011011100100001110100001110111010010111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895C87; }

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

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

<style>
 a { background-color: #895C87; }

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

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

<style>
 span { border-color: #895C87; }

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

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