#894C85

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

Shades of Trendy Pink #894C85

Tints of Trendy Pink #894C85

Color information

#894C85 (or 0x894C85) is unknown color: approx Trendy Pink. HEX triplet: 89, 4C and 85. RGB value is (137,76,133). Sum of RGB (Red+Green+Blue) = 137+76+133=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #894C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894C85 is #76B37A. Grayscale: #646464. Windows color (decimal): -7779195 or 8735881. OLE color: 8735881.

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

Color convert

RGB13776133-
CMYK00.450.030.46
HSL303.93º28.64%41.76%-
HSV(B)303.93º44.53%53.73%-
XYZ17.1312.1823.64-
YUV100.74146.21153.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=39.60%
G=21.97%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377613300.450.030.46303.9328.6441.76
Hex894C8502D32E1301d2a
Octal2111142050553564603552
Binary1000100110011001000010101011011110111010011000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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