#896C90

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

Shades of Trendy Pink #896C90

Tints of Trendy Pink #896C90

Color information

#896C90 (or 0x896C90) is unknown color: approx Trendy Pink. HEX triplet: 89, 6C and 90. RGB value is (137,108,144). Sum of RGB (Red+Green+Blue) = 137+108+144=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #896C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C90 is #76936F. Grayscale: #787878. Windows color (decimal): -7770992 or 9464969. OLE color: 9464969.

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

Color convert

RGB137108144-
CMYK0.050.2500.44
HSL288.33º14.29%49.41%-
HSV(B)288.33º25%56.47%-
XYZ20.7118.0628.78-
YUV120.78141.11139.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 108 (42.58% from 255) = 27.76%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=35.22%
G=27.76%
B=37.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371081440.050.2500.44288.3314.2949.41
Hex896C9051902C120e31
Octal2111542205310544401661
Binary100010011101100100100001011100101011001001000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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