#894D83

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

Shades of Trendy Pink #894D83

Tints of Trendy Pink #894D83

Color information

#894D83 (or 0x894D83) is unknown color: approx Trendy Pink. HEX triplet: 89, 4D and 83. RGB value is (137,77,131). Sum of RGB (Red+Green+Blue) = 137+77+131=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #894D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894D83 is #76B27C. Grayscale: #646464. Windows color (decimal): -7778941 or 8605065. OLE color: 8605065.

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

Color convert

RGB13777131-
CMYK00.440.040.46
HSL306º28.04%41.96%-
HSV(B)306º43.8%53.73%-
XYZ17.0712.2622.94-
YUV101.1144.88153.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=39.71%
G=22.32%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377713100.440.040.4630628.0441.96
Hex894D8302C42E1321c2a
Octal2111152030544564623452
Binary10001001100110110000011010110010010111010011001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,77,131); }

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

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

 a { background-color: rgb(137,77,131); }

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

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

 span { border-color: rgb(137,77,131); }

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