#895687

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

Shades of Trendy Pink #895687

Tints of Trendy Pink #895687

Color information

#895687 (or 0x895687) is unknown color: approx Trendy Pink. HEX triplet: 89, 56 and 87. RGB value is (137,86,135). Sum of RGB (Red+Green+Blue) = 137+86+135=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #895687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895687 is #76A978. Grayscale: #6A6A6A. Windows color (decimal): -7776633 or 8869513. OLE color: 8869513.

HSL color Cylindrical-coordinate representation of color #895687: hue angle of 302.35º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895687 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13786135-
CMYK00.370.010.46
HSL302.35º22.87%43.73%-
HSV(B)302.35º37.23%53.73%-
XYZ18.0213.7224.62-
YUV106.84143.9149.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=38.27%
G=24.02%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378613500.370.010.46302.3522.8743.73
Hex89568702512E12e172c
Octal2111262070451564562754
Binary100010011010110100001110100101110111010010111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895687; }

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

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

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

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

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

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

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

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