#89487E

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

Shades of Trendy Pink #89487E

Tints of Trendy Pink #89487E

Color information

#89487E (or 0x89487E) is unknown color: approx Trendy Pink. HEX triplet: 89, 48 and 7E. RGB value is (137,72,126). Sum of RGB (Red+Green+Blue) = 137+72+126=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #89487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89487E is #76B781. Grayscale: #616161. Windows color (decimal): -7780226 or 8276105. OLE color: 8276105.

HSL color Cylindrical-coordinate representation of color #89487E: hue angle of 310.15º 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 #89487E is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB13772126-
CMYK00.470.080.46
HSL310.15º31.1%40.98%-
HSV(B)310.15º47.45%53.73%-
XYZ16.411.4621.09-
YUV97.59144.03156.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=40.90%
G=21.49%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377212600.470.080.46310.1531.140.98
Hex89487E02F82E1361f29
Octal21111017605710564663751
Binary10001001100100011111100101111100010111010011011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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