#89597E

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

Shades of Trendy Pink #89597E

Tints of Trendy Pink #89597E

Color information

#89597E (or 0x89597E) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 7E. RGB value is (137,89,126). Sum of RGB (Red+Green+Blue) = 137+89+126=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #89597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89597E is #76A681. Grayscale: #6B6B6B. Windows color (decimal): -7775874 or 8280457. OLE color: 8280457.

HSL color Cylindrical-coordinate representation of color #89597E: hue angle of 313.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89597E is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB13789126-
CMYK00.350.080.46
HSL313.75º21.24%44.31%-
HSV(B)313.75º35.04%53.73%-
XYZ17.6513.9721.5-
YUV107.57138.4148.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=38.92%
G=25.28%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378912600.350.080.46313.7521.2444.31
Hex89597E02382E13a152c
Octal21113117604310564722554
Binary10001001101100111111100100011100010111010011101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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