#896D90

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

Shades of Trendy Pink #896D90

Tints of Trendy Pink #896D90

Color information

#896D90 (or 0x896D90) is unknown color: approx Trendy Pink. HEX triplet: 89, 6D and 90. RGB value is (137,109,144). Sum of RGB (Red+Green+Blue) = 137+109+144=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #896D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896D90 is #76926F. Grayscale: #797979. Windows color (decimal): -7770736 or 9465225. OLE color: 9465225.

HSL color Cylindrical-coordinate representation of color #896D90: hue angle of 288º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896D90 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137109144-
CMYK0.050.2400.44
HSL288º13.83%49.61%-
HSV(B)288º24.31%56.47%-
XYZ20.8218.2728.81-
YUV121.36140.78139.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=35.13%
G=27.95%
B=36.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371091440.050.2400.4428813.8349.61
Hex896D9051802C120e32
Octal2111552205300544401662
Binary100010011101101100100001011100001011001001000001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896D90; }

 p { color: rgb(137,109,144); }

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

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

 a { background-color: rgb(137,109,144); }

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

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

 span { border-color: rgb(137,109,144); }

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