#895F81

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

Shades of Trendy Pink #895F81

Tints of Trendy Pink #895F81

Color information

#895F81 (or 0x895F81) is unknown color: approx Trendy Pink. HEX triplet: 89, 5F and 81. RGB value is (137,95,129). Sum of RGB (Red+Green+Blue) = 137+95+129=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #895F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895F81 is #76A07E. Grayscale: #6F6F6F. Windows color (decimal): -7774335 or 8478601. OLE color: 8478601.

HSL color Cylindrical-coordinate representation of color #895F81: hue angle of 311.43º degrees, saturation: 0.18, 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 #895F81 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB13795129-
CMYK00.310.060.46
HSL311.43º18.1%45.49%-
HSV(B)311.43º30.66%53.73%-
XYZ18.3715.0922.71-
YUV111.43137.91146.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=37.95%
G=26.32%
B=35.73%

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
Decimal1379512900.310.060.46311.4318.145.49
Hex895F8101F62E137122d
Octal2111372010376564672255
Binary1000100110111111000000101111111010111010011011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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