#89487C

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

Shades of Trendy Pink #89487C

Tints of Trendy Pink #89487C

Color information

#89487C (or 0x89487C) is unknown color: approx Trendy Pink. HEX triplet: 89, 48 and 7C. RGB value is (137,72,124). Sum of RGB (Red+Green+Blue) = 137+72+124=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89487C is #76B783. Grayscale: #616161. Windows color (decimal): -7780228 or 8145033. OLE color: 8145033.

HSL color Cylindrical-coordinate representation of color #89487C: hue angle of 312º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89487C is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13772124-
CMYK00.470.090.46
HSL312º31.1%40.98%-
HSV(B)312º47.45%53.73%-
XYZ16.2711.4120.41-
YUV97.36143.03156.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=41.14%
G=21.62%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377212400.470.090.4631231.140.98
Hex89487C02F92E1381f29
Octal21111017405711564703751
Binary10001001100100011111000101111100110111010011100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89487C; }

 p { color: rgb(137,72,124); }

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

<style>
 a { background-color: #89487C; }

 a { background-color: rgb(137,72,124); }

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

<style>
 span { border-color: #89487C; }

 span { border-color: rgb(137,72,124); }

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