#894C7B

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

Shades of Trendy Pink #894C7B

Tints of Trendy Pink #894C7B

Color information

#894C7B (or 0x894C7B) is unknown color: approx Trendy Pink. HEX triplet: 89, 4C and 7B. RGB value is (137,76,123). Sum of RGB (Red+Green+Blue) = 137+76+123=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #894C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C7B is #76B384. Grayscale: #636363. Windows color (decimal): -7779205 or 8080521. OLE color: 8080521.

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

Color convert

RGB13776123-
CMYK00.450.100.46
HSL313.77º28.64%41.76%-
HSV(B)313.77º44.53%53.73%-
XYZ16.4811.9220.17-
YUV99.6141.21154.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=40.77%
G=22.62%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377612300.450.100.46313.7728.6441.76
Hex894C7B02DA2E13a1d2a
Octal21111417305512564723552
Binary10001001100110011110110101101101010111010011101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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