#896089

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

Shades of Trendy Pink #896089

Tints of Trendy Pink #896089

Color information

#896089 (or 0x896089) is unknown color: approx Trendy Pink. HEX triplet: 89, 60 and 89. RGB value is (137,96,137). Sum of RGB (Red+Green+Blue) = 137+96+137=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #896089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896089 is #769F76. Grayscale: #707070. Windows color (decimal): -7774071 or 9003145. OLE color: 9003145.

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

Color convert

RGB13796137-
CMYK00.3000.46
HSL300º17.6%45.69%-
HSV(B)300º29.93%53.73%-
XYZ19.0115.4925.65-
YUV112.93141.58145.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=37.03%
G=25.95%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379613700.3000.4630017.645.69
Hex89608901E02E12c122e
Octal2111402110360564542256
Binary10001001110000010001001011110010111010010110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896089; }

 p { color: rgb(137,96,137); }

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

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

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

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

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

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

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