#895E81

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

Shades of Trendy Pink #895E81

Tints of Trendy Pink #895E81

Color information

#895E81 (or 0x895E81) is unknown color: approx Trendy Pink. HEX triplet: 89, 5E and 81. RGB value is (137,94,129). Sum of RGB (Red+Green+Blue) = 137+94+129=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #895E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E81 is #76A17E. Grayscale: #6E6E6E. Windows color (decimal): -7774591 or 8478345. OLE color: 8478345.

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

Color convert

RGB13794129-
CMYK00.310.060.46
HSL311.16º18.61%45.29%-
HSV(B)311.16º31.39%53.73%-
XYZ18.2814.9122.68-
YUV110.85138.25146.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=38.06%
G=26.11%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379412900.310.060.46311.1618.6145.29
Hex895E8101F62E137132d
Octal2111362010376564672355
Binary1000100110111101000000101111111010111010011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,94,129); }

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

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

 a { background-color: rgb(137,94,129); }

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

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

 span { border-color: rgb(137,94,129); }

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