#895A80

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

Shades of Trendy Pink #895A80

Tints of Trendy Pink #895A80

Color information

#895A80 (or 0x895A80) is unknown color: approx Trendy Pink. HEX triplet: 89, 5A and 80. RGB value is (137,90,128). Sum of RGB (Red+Green+Blue) = 137+90+128=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #895A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A80 is #76A57F. Grayscale: #6C6C6C. Windows color (decimal): -7775616 or 8411785. OLE color: 8411785.

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

Color convert

RGB13790128-
CMYK00.340.070.46
HSL311.49º20.7%44.51%-
HSV(B)311.49º34.31%53.73%-
XYZ17.8714.1922.22-
YUV108.38139.07148.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=38.59%
G=25.35%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379012800.340.070.46311.4920.744.51
Hex895A8002272E137152d
Octal2111322000427564672555
Binary10001001101101010000000010001011110111010011011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,90,128); }

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

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

 a { background-color: rgb(137,90,128); }

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

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

 span { border-color: rgb(137,90,128); }

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