#894E86

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

Shades of Trendy Pink #894E86

Tints of Trendy Pink #894E86

Color information

#894E86 (or 0x894E86) is unknown color: approx Trendy Pink. HEX triplet: 89, 4E and 86. RGB value is (137,78,134). Sum of RGB (Red+Green+Blue) = 137+78+134=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #894E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894E86 is #76B179. Grayscale: #656565. Windows color (decimal): -7778682 or 8801929. OLE color: 8801929.

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

Color convert

RGB13778134-
CMYK00.430.020.46
HSL303.05º27.44%42.16%-
HSV(B)303.05º43.07%53.73%-
XYZ17.3412.4924.05-
YUV102.02146.05152.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=39.26%
G=22.35%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377813400.430.020.46303.0527.4442.16
Hex894E8602B22E12f1b2a
Octal2111162060532564573352
Binary1000100110011101000011001010111010111010010111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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