#89497A

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

Shades of Trendy Pink #89497A

Tints of Trendy Pink #89497A

Color information

#89497A (or 0x89497A) is unknown color: approx Trendy Pink. HEX triplet: 89, 49 and 7A. RGB value is (137,73,122). Sum of RGB (Red+Green+Blue) = 137+73+122=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89497A is #76B685. Grayscale: #616161. Windows color (decimal): -7779974 or 8014217. OLE color: 8014217.

HSL color Cylindrical-coordinate representation of color #89497A: hue angle of 314.06º 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 #89497A is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB13773122-
CMYK00.470.110.46
HSL314.06º30.48%41.18%-
HSV(B)314.06º46.72%53.73%-
XYZ16.2111.4919.78-
YUV97.72141.7156.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=41.27%
G=21.99%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377312200.470.110.46314.0630.4841.18
Hex89497A02FB2E13a1e29
Octal21111117205713564723651
Binary10001001100100111110100101111101110111010011101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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