#894D77

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

Shades of Trendy Pink #894D77

Tints of Trendy Pink #894D77

Color information

#894D77 (or 0x894D77) is unknown color: approx Trendy Pink. HEX triplet: 89, 4D and 77. RGB value is (137,77,119). Sum of RGB (Red+Green+Blue) = 137+77+119=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #894D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D77 is #76B288. Grayscale: #636363. Windows color (decimal): -7778953 or 7818633. OLE color: 7818633.

HSL color Cylindrical-coordinate representation of color #894D77: hue angle of 318º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D77 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB13777119-
CMYK00.440.130.46
HSL318º28.04%41.96%-
HSV(B)318º43.8%53.73%-
XYZ16.311.9618.9-
YUV99.73138.88154.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=41.14%
G=23.12%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377711900.440.130.4631828.0441.96
Hex894D7702CD2E13e1c2a
Octal21111516705415564763452
Binary10001001100110111101110101100110110111010011111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894D77; }

 p { color: rgb(137,77,119); }

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

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

 a { background-color: rgb(137,77,119); }

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

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

 span { border-color: rgb(137,77,119); }

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