#89457D

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

Shades of Trendy Pink #89457D

Tints of Trendy Pink #89457D

Color information

#89457D (or 0x89457D) is unknown color: approx Trendy Pink. HEX triplet: 89, 45 and 7D. RGB value is (137,69,125). Sum of RGB (Red+Green+Blue) = 137+69+125=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89457D is #76BA82. Grayscale: #5F5F5F. Windows color (decimal): -7780995 or 8209801. OLE color: 8209801.

HSL color Cylindrical-coordinate representation of color #89457D: hue angle of 310.59º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89457D is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13769125-
CMYK00.500.090.46
HSL310.59º33.01%40.39%-
HSV(B)310.59º49.64%53.73%-
XYZ16.1511.0620.68-
YUV95.72144.53157.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=41.39%
G=20.85%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376912500.500.090.46310.5933.0140.39
Hex89457D03292E1372128
Octal21110517506211564674150
Binary100010011000101111110101100101001101110100110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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