#894D80

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

Shades of Trendy Pink #894D80

Tints of Trendy Pink #894D80

Color information

#894D80 (or 0x894D80) is unknown color: approx Trendy Pink. HEX triplet: 89, 4D and 80. RGB value is (137,77,128). Sum of RGB (Red+Green+Blue) = 137+77+128=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #894D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894D80 is #76B27F. Grayscale: #646464. Windows color (decimal): -7778944 or 8408457. OLE color: 8408457.

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

Color convert

RGB13777128-
CMYK00.440.070.46
HSL309º28.04%41.96%-
HSV(B)309º43.8%53.73%-
XYZ16.8712.1821.88-
YUV100.75143.38153.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=40.06%
G=22.51%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377712800.440.070.4630928.0441.96
Hex894D8002C72E1351c2a
Octal2111152000547564653452
Binary10001001100110110000000010110011110111010011010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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