#896887

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

Shades of Trendy Pink #896887

Tints of Trendy Pink #896887

Color information

#896887 (or 0x896887) is unknown color: approx Trendy Pink. HEX triplet: 89, 68 and 87. RGB value is (137,104,135). Sum of RGB (Red+Green+Blue) = 137+104+135=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #896887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896887 is #769778. Grayscale: #757575. Windows color (decimal): -7772025 or 8874121. OLE color: 8874121.

HSL color Cylindrical-coordinate representation of color #896887: hue angle of 303.64º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896887 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB137104135-
CMYK00.240.010.46
HSL303.64º13.69%47.25%-
HSV(B)303.64º24.09%53.73%-
XYZ19.6416.9725.16-
YUV117.4137.93141.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.44%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=36.44%
G=27.66%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710413500.240.010.46303.6413.6947.25
Hex89688701812E130e2f
Octal2111502070301564601657
Binary1000100111010001000011101100011011101001100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896887; }

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

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

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

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

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

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

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

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