#894989

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

Shades of Trendy Pink #894989

Tints of Trendy Pink #894989

Color information

#894989 (or 0x894989) is unknown color: approx Trendy Pink. HEX triplet: 89, 49 and 89. RGB value is (137,73,137). Sum of RGB (Red+Green+Blue) = 137+73+137=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #894989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894989 is #76B676. Grayscale: #636363. Windows color (decimal): -7779959 or 8997257. OLE color: 8997257.

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

Color convert

RGB13773137-
CMYK00.4700.46
HSL300º30.48%41.18%-
HSV(B)300º46.72%53.73%-
XYZ17.2111.8925.05-
YUV99.43149.2154.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=39.48%
G=21.04%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377313700.4700.4630030.4841.18
Hex89498902F02E12c1e29
Octal2111112110570564543651
Binary100010011001001100010010101111010111010010110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894989; }

 p { color: rgb(137,73,137); }

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

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

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

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

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

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

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