#89537E

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

Shades of Trendy Pink #89537E

Tints of Trendy Pink #89537E

Color information

#89537E (or 0x89537E) is unknown color: approx Trendy Pink. HEX triplet: 89, 53 and 7E. RGB value is (137,83,126). Sum of RGB (Red+Green+Blue) = 137+83+126=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #89537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89537E is #76AC81. Grayscale: #676767. Windows color (decimal): -7777410 or 8278921. OLE color: 8278921.

HSL color Cylindrical-coordinate representation of color #89537E: hue angle of 312.22º 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 #89537E is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB13783126-
CMYK00.390.080.46
HSL312.22º24.55%43.14%-
HSV(B)312.22º39.42%53.73%-
XYZ17.1813.0121.34-
YUV104.05140.39151.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=39.60%
G=23.99%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378312600.390.080.46312.2224.5543.14
Hex89537E02782E138192b
Octal21112317604710564703153
Binary10001001101001111111100100111100010111010011100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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