#896389

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

Shades of Trendy Pink #896389

Tints of Trendy Pink #896389

Color information

#896389 (or 0x896389) is unknown color: approx Trendy Pink. HEX triplet: 89, 63 and 89. RGB value is (137,99,137). Sum of RGB (Red+Green+Blue) = 137+99+137=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #896389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896389 is #769C76. Grayscale: #727272. Windows color (decimal): -7773303 or 9003913. OLE color: 9003913.

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

Color convert

RGB13799137-
CMYK00.2800.46
HSL300º16.1%46.27%-
HSV(B)300º27.74%53.73%-
XYZ19.2916.0525.75-
YUV114.69140.59143.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=36.73%
G=26.54%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379913700.2800.4630016.146.27
Hex89638901C02E12c102e
Octal2111432110340564542056
Binary10001001110001110001001011100010111010010110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896389; }

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

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

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

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

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

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

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

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