#894080

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

Shades of Trendy Pink #894080

Tints of Trendy Pink #894080

Color information

#894080 (or 0x894080) is unknown color: approx Trendy Pink. HEX triplet: 89, 40 and 80. RGB value is (137,64,128). Sum of RGB (Red+Green+Blue) = 137+64+128=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #894080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894080 is #76BF7F. Grayscale: #5C5C5C. Windows color (decimal): -7782272 or 8405129. OLE color: 8405129.

HSL color Cylindrical-coordinate representation of color #894080: hue angle of 307.4º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894080 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13764128-
CMYK00.530.070.46
HSL307.4º36.32%39.41%-
HSV(B)307.4º53.28%53.73%-
XYZ16.0510.5421.61-
YUV93.12147.68159.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=41.64%
G=19.45%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376412800.530.070.46307.436.3239.41
Hex89408003572E1332427
Octal2111002000657564634447
Binary100010011000000100000000110101111101110100110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894080; }

 p { color: rgb(137,64,128); }

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

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

 a { background-color: rgb(137,64,128); }

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

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

 span { border-color: rgb(137,64,128); }

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