#894E7C

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

Shades of Trendy Pink #894E7C

Tints of Trendy Pink #894E7C

Color information

#894E7C (or 0x894E7C) is unknown color: approx Trendy Pink. HEX triplet: 89, 4E and 7C. RGB value is (137,78,124). Sum of RGB (Red+Green+Blue) = 137+78+124=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #894E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E7C is #76B183. Grayscale: #646464. Windows color (decimal): -7778692 or 8146569. OLE color: 8146569.

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

Color convert

RGB13778124-
CMYK00.430.090.46
HSL313.22º27.44%42.16%-
HSV(B)313.22º43.07%53.73%-
XYZ16.6812.2220.55-
YUV100.88141.05153.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=40.41%
G=23.01%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377812400.430.090.46313.2227.4442.16
Hex894E7C02B92E1391b2a
Octal21111617405311564713352
Binary10001001100111011111000101011100110111010011100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,78,124); }

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

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

 a { background-color: rgb(137,78,124); }

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

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

 span { border-color: rgb(137,78,124); }

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