#89497C

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

Shades of Trendy Pink #89497C

Tints of Trendy Pink #89497C

Color information

#89497C (or 0x89497C) is unknown color: approx Trendy Pink. HEX triplet: 89, 49 and 7C. RGB value is (137,73,124). Sum of RGB (Red+Green+Blue) = 137+73+124=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #89497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89497C is #76B683. Grayscale: #616161. Windows color (decimal): -7779972 or 8145289. OLE color: 8145289.

HSL color Cylindrical-coordinate representation of color #89497C: hue angle of 312.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89497C is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13773124-
CMYK00.470.090.46
HSL312.19º30.48%41.18%-
HSV(B)312.19º46.72%53.73%-
XYZ16.3411.5420.43-
YUV97.95142.7155.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=41.02%
G=21.86%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377312400.470.090.46312.1930.4841.18
Hex89497C02F92E1381e29
Octal21111117405711564703651
Binary10001001100100111111000101111100110111010011100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89497C; }

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

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

<style>
 a { background-color: #89497C; }

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

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

<style>
 span { border-color: #89497C; }

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

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