#894D88

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

Shades of Trendy Pink #894D88

Tints of Trendy Pink #894D88

Color information

#894D88 (or 0x894D88) is unknown color: approx Trendy Pink. HEX triplet: 89, 4D and 88. RGB value is (137,77,136). Sum of RGB (Red+Green+Blue) = 137+77+136=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #894D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894D88 is #76B277. Grayscale: #656565. Windows color (decimal): -7778936 or 8932745. OLE color: 8932745.

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

Color convert

RGB13777136-
CMYK00.440.010.46
HSL301º28.04%41.96%-
HSV(B)301º43.8%53.73%-
XYZ17.4112.424.77-
YUV101.67147.38153.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=39.14%
G=22%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377713600.440.010.4630128.0441.96
Hex894D8802C12E12d1c2a
Octal2111152100541564553452
Binary100010011001101100010000101100110111010010110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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