#894C80

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

Shades of Trendy Pink #894C80

Tints of Trendy Pink #894C80

Color information

#894C80 (or 0x894C80) is unknown color: approx Trendy Pink. HEX triplet: 89, 4C and 80. RGB value is (137,76,128). Sum of RGB (Red+Green+Blue) = 137+76+128=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #894C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894C80 is #76B37F. Grayscale: #646464. Windows color (decimal): -7779200 or 8408201. OLE color: 8408201.

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

Color convert

RGB13776128-
CMYK00.450.070.46
HSL308.85º28.64%41.76%-
HSV(B)308.85º44.53%53.73%-
XYZ16.812.0521.86-
YUV100.17143.71154.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 76 (30.08% from 255) = 22.29%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=40.18%
G=22.29%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377612800.450.070.46308.8528.6441.76
Hex894C8002D72E1351d2a
Octal2111142000557564653552
Binary10001001100110010000000010110111110111010011010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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