#896387

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

Shades of Trendy Pink #896387

Tints of Trendy Pink #896387

Color information

#896387 (or 0x896387) is unknown color: approx Trendy Pink. HEX triplet: 89, 63 and 87. RGB value is (137,99,135). Sum of RGB (Red+Green+Blue) = 137+99+135=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #896387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896387 is #769C78. Grayscale: #727272. Windows color (decimal): -7773305 or 8872841. OLE color: 8872841.

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

Color convert

RGB13799135-
CMYK00.280.010.46
HSL303.16º16.1%46.27%-
HSV(B)303.16º27.74%53.73%-
XYZ19.1515.9925-
YUV114.47139.59144.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=36.93%
G=26.68%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379913500.280.010.46303.1616.146.27
Hex89638701C12E12f102e
Octal2111432070341564572056
Binary10001001110001110000111011100110111010010111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896387; }

 p { color: rgb(137,99,135); }

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

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

 a { background-color: rgb(137,99,135); }

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

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

 span { border-color: rgb(137,99,135); }

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