#89537C

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

Shades of Trendy Pink #89537C

Tints of Trendy Pink #89537C

Color information

#89537C (or 0x89537C) is unknown color: approx Trendy Pink. HEX triplet: 89, 53 and 7C. RGB value is (137,83,124). Sum of RGB (Red+Green+Blue) = 137+83+124=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89537C is #76AC83. Grayscale: #676767. Windows color (decimal): -7777412 or 8147849. OLE color: 8147849.

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

Color convert

RGB13783124-
CMYK00.390.090.46
HSL314.44º24.55%43.14%-
HSV(B)314.44º39.42%53.73%-
XYZ17.0512.9620.67-
YUV103.82139.39151.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=39.83%
G=24.13%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378312400.390.090.46314.4424.5543.14
Hex89537C02792E13a192b
Octal21112317404711564723153
Binary10001001101001111111000100111100110111010011101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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