#896F87

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

Shades of Trendy Pink #896F87

Tints of Trendy Pink #896F87

Color information

#896F87 (or 0x896F87) is unknown color: approx Trendy Pink. HEX triplet: 89, 6F and 87. RGB value is (137,111,135). Sum of RGB (Red+Green+Blue) = 137+111+135=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #896F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896F87 is #769078. Grayscale: #797979. Windows color (decimal): -7770233 or 8875913. OLE color: 8875913.

HSL color Cylindrical-coordinate representation of color #896F87: hue angle of 304.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F87 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB137111135-
CMYK00.190.010.46
HSL304.62º10.48%48.63%-
HSV(B)304.62º18.98%53.73%-
XYZ20.3718.4425.41-
YUV121.51135.61139.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=35.77%
G=28.98%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711113500.190.010.46304.6210.4848.63
Hex896F8701312E131a31
Octal2111572070231564611261
Binary1000100111011111000011101001111011101001100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896F87; }

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

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

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

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

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

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

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

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