#89587E

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

Shades of Trendy Pink #89587E

Tints of Trendy Pink #89587E

Color information

#89587E (or 0x89587E) is unknown color: approx Trendy Pink. HEX triplet: 89, 58 and 7E. RGB value is (137,88,126). Sum of RGB (Red+Green+Blue) = 137+88+126=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #89587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89587E is #76A781. Grayscale: #6A6A6A. Windows color (decimal): -7776130 or 8280201. OLE color: 8280201.

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

Color convert

RGB13788126-
CMYK00.360.080.46
HSL313.47º21.78%44.12%-
HSV(B)313.47º35.77%53.73%-
XYZ17.5713.821.48-
YUV106.98138.73149.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=39.03%
G=25.07%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378812600.360.080.46313.4721.7844.12
Hex89587E02482E139162c
Octal21113017604410564712654
Binary10001001101100011111100100100100010111010011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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