#894E7B

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

Shades of Trendy Pink #894E7B

Tints of Trendy Pink #894E7B

Color information

#894E7B (or 0x894E7B) is unknown color: approx Trendy Pink. HEX triplet: 89, 4E and 7B. RGB value is (137,78,123). Sum of RGB (Red+Green+Blue) = 137+78+123=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #894E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E7B is #76B184. Grayscale: #646464. Windows color (decimal): -7778693 or 8081033. OLE color: 8081033.

HSL color Cylindrical-coordinate representation of color #894E7B: hue angle of 314.24º 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 #894E7B is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB13778123-
CMYK00.430.100.46
HSL314.24º27.44%42.16%-
HSV(B)314.24º43.07%53.73%-
XYZ16.6212.220.22-
YUV100.77140.55153.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=40.53%
G=23.08%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377812300.430.100.46314.2427.4442.16
Hex894E7B02BA2E13a1b2a
Octal21111617305312564723352
Binary10001001100111011110110101011101010111010011101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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