#894A82

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

Shades of Trendy Pink #894A82

Tints of Trendy Pink #894A82

Color information

#894A82 (or 0x894A82) is unknown color: approx Trendy Pink. HEX triplet: 89, 4A and 82. RGB value is (137,74,130). Sum of RGB (Red+Green+Blue) = 137+74+130=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #894A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894A82 is #76B57D. Grayscale: #636363. Windows color (decimal): -7779710 or 8538761. OLE color: 8538761.

HSL color Cylindrical-coordinate representation of color #894A82: hue angle of 306.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894A82 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB13774130-
CMYK00.460.050.46
HSL306.67º29.86%41.37%-
HSV(B)306.67º45.99%53.73%-
XYZ16.7911.8322.52-
YUV99.22145.37154.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=40.18%
G=21.70%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377413000.460.050.46306.6729.8641.37
Hex894A8202E52E1331e29
Octal2111122020565564633651
Binary10001001100101010000010010111010110111010011001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,74,130); }

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

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

 a { background-color: rgb(137,74,130); }

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

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

 span { border-color: rgb(137,74,130); }

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