#89507D

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

Shades of Trendy Pink #89507D

Tints of Trendy Pink #89507D

Color information

#89507D (or 0x89507D) is unknown color: approx Trendy Pink. HEX triplet: 89, 50 and 7D. RGB value is (137,80,125). Sum of RGB (Red+Green+Blue) = 137+80+125=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89507D is #76AF82. Grayscale: #666666. Windows color (decimal): -7778179 or 8212617. OLE color: 8212617.

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

Color convert

RGB13780125-
CMYK00.420.090.46
HSL312.63º26.27%42.55%-
HSV(B)312.63º41.61%53.73%-
XYZ16.8912.5420.93-
YUV102.17140.88152.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=40.06%
G=23.39%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378012500.420.090.46312.6326.2742.55
Hex89507D02A92E1391a2b
Octal21112017505211564713253
Binary10001001101000011111010101010100110111010011100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89507D; }

 p { color: rgb(137,80,125); }

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

<style>
 a { background-color: #89507D; }

 a { background-color: rgb(137,80,125); }

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

<style>
 span { border-color: #89507D; }

 span { border-color: rgb(137,80,125); }

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