#896990

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

Shades of Trendy Pink #896990

Tints of Trendy Pink #896990

Color information

#896990 (or 0x896990) is unknown color: approx Trendy Pink. HEX triplet: 89, 69 and 90. RGB value is (137,105,144). Sum of RGB (Red+Green+Blue) = 137+105+144=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #896990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896990 is #76966F. Grayscale: #767676. Windows color (decimal): -7771760 or 9464201. OLE color: 9464201.

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

Color convert

RGB137105144-
CMYK0.050.2700.44
HSL289.23º15.66%48.82%-
HSV(B)289.23º27.08%56.47%-
XYZ20.417.4428.68-
YUV119.01142.1140.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=35.49%
G=27.20%
B=37.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371051440.050.2700.44289.2315.6648.82
Hex89699051B02C1211031
Octal2111512205330544412061
Binary1000100111010011001000010111011010110010010000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896990; }

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

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

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

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

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

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

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

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