#896485

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

Shades of Trendy Pink #896485

Tints of Trendy Pink #896485

Color information

#896485 (or 0x896485) is unknown color: approx Trendy Pink. HEX triplet: 89, 64 and 85. RGB value is (137,100,133). Sum of RGB (Red+Green+Blue) = 137+100+133=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #896485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896485 is #769B7A. Grayscale: #727272. Windows color (decimal): -7773051 or 8742025. OLE color: 8742025.

HSL color Cylindrical-coordinate representation of color #896485: hue angle of 306.49º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896485 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB137100133-
CMYK00.270.030.46
HSL306.49º15.61%46.47%-
HSV(B)306.49º27.01%53.73%-
XYZ19.1116.1324.3-
YUV114.82138.26143.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=37.03%
G=27.03%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710013300.270.030.46306.4915.6146.47
Hex89648501B32E132102e
Octal2111442050333564622056
Binary100010011100100100001010110111110111010011001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896485; }

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

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

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

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

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

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

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

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