#894C86

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

Shades of Trendy Pink #894C86

Tints of Trendy Pink #894C86

Color information

#894C86 (or 0x894C86) is unknown color: approx Trendy Pink. HEX triplet: 89, 4C and 86. RGB value is (137,76,134). Sum of RGB (Red+Green+Blue) = 137+76+134=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #894C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894C86 is #76B379. Grayscale: #646464. Windows color (decimal): -7779194 or 8801417. OLE color: 8801417.

HSL color Cylindrical-coordinate representation of color #894C86: hue angle of 302.95º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894C86 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13776134-
CMYK00.450.020.46
HSL302.95º28.64%41.76%-
HSV(B)302.95º44.53%53.73%-
XYZ17.212.2124-
YUV100.85146.71153.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=39.48%
G=21.90%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377613400.450.020.46302.9528.6441.76
Hex894C8602D22E12f1d2a
Octal2111142060552564573552
Binary1000100110011001000011001011011010111010010111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894C86; }

 p { color: rgb(137,76,134); }

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

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

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

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

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

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

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