#89477F

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

Shades of Trendy Pink #89477F

Tints of Trendy Pink #89477F

Color information

#89477F (or 0x89477F) is unknown color: approx Trendy Pink. HEX triplet: 89, 47 and 7F. RGB value is (137,71,127). Sum of RGB (Red+Green+Blue) = 137+71+127=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #89477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89477F is #76B880. Grayscale: #606060. Windows color (decimal): -7780481 or 8341385. OLE color: 8341385.

HSL color Cylindrical-coordinate representation of color #89477F: hue angle of 309.09º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89477F is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13771127-
CMYK00.480.070.46
HSL309.09º31.73%40.78%-
HSV(B)309.09º48.18%53.73%-
XYZ16.411.3621.41-
YUV97.12144.87156.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 127 (50% from 255) = 37.91%
R=40.90%
G=21.19%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377112700.480.070.46309.0931.7340.78
Hex89477F03072E1352029
Octal2111071770607564654051
Binary10001001100011111111110110000111101110100110101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89477F; }

 p { color: rgb(137,71,127); }

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

<style>
 a { background-color: #89477F; }

 a { background-color: rgb(137,71,127); }

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

<style>
 span { border-color: #89477F; }

 span { border-color: rgb(137,71,127); }

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