#894D79

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

Shades of Trendy Pink #894D79

Tints of Trendy Pink #894D79

Color information

#894D79 (or 0x894D79) is unknown color: approx Trendy Pink. HEX triplet: 89, 4D and 79. RGB value is (137,77,121). Sum of RGB (Red+Green+Blue) = 137+77+121=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #894D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D79 is #76B286. Grayscale: #636363. Windows color (decimal): -7778951 or 7949705. OLE color: 7949705.

HSL color Cylindrical-coordinate representation of color #894D79: hue angle of 316º 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 #894D79 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13777121-
CMYK00.440.120.46
HSL316º28.04%41.96%-
HSV(B)316º43.8%53.73%-
XYZ16.4212.0119.54-
YUV99.96139.88154.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=40.90%
G=22.99%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377712100.440.120.4631628.0441.96
Hex894D7902CC2E13c1c2a
Octal21111517105414564743452
Binary10001001100110111110010101100110010111010011110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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