#896086

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

Shades of Trendy Pink #896086

Tints of Trendy Pink #896086

Color information

#896086 (or 0x896086) is unknown color: approx Trendy Pink. HEX triplet: 89, 60 and 86. RGB value is (137,96,134). Sum of RGB (Red+Green+Blue) = 137+96+134=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #896086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896086 is #769F79. Grayscale: #707070. Windows color (decimal): -7774074 or 8806537. OLE color: 8806537.

HSL color Cylindrical-coordinate representation of color #896086: hue angle of 304.39º 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 #896086 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13796134-
CMYK00.300.020.46
HSL304.39º17.6%45.69%-
HSV(B)304.39º29.93%53.73%-
XYZ18.815.4124.54-
YUV112.59140.08145.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=37.33%
G=26.16%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379613400.300.020.46304.3917.645.69
Hex89608601E22E130122e
Octal2111402060362564602256
Binary100010011100000100001100111101010111010011000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896086; }

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

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

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

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

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

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

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

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