#895A85

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

Shades of Trendy Pink #895A85

Tints of Trendy Pink #895A85

Color information

#895A85 (or 0x895A85) is unknown color: approx Trendy Pink. HEX triplet: 89, 5A and 85. RGB value is (137,90,133). Sum of RGB (Red+Green+Blue) = 137+90+133=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #895A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A85 is #76A57A. Grayscale: #6C6C6C. Windows color (decimal): -7775611 or 8739465. OLE color: 8739465.

HSL color Cylindrical-coordinate representation of color #895A85: hue angle of 305.11º 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 #895A85 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB13790133-
CMYK00.340.030.46
HSL305.11º20.7%44.51%-
HSV(B)305.11º34.31%53.73%-
XYZ18.2114.3224-
YUV108.96141.57148-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=38.06%
G=25%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379013300.340.030.46305.1120.744.51
Hex895A8502232E131152d
Octal2111322050423564612555
Binary1000100110110101000010101000101110111010011000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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