#896388

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

Shades of Trendy Pink #896388

Tints of Trendy Pink #896388

Color information

#896388 (or 0x896388) is unknown color: approx Trendy Pink. HEX triplet: 89, 63 and 88. RGB value is (137,99,136). Sum of RGB (Red+Green+Blue) = 137+99+136=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #896388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896388 is #769C77. Grayscale: #727272. Windows color (decimal): -7773304 or 8938377. OLE color: 8938377.

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

Color convert

RGB13799136-
CMYK00.280.010.46
HSL301.58º16.1%46.27%-
HSV(B)301.58º27.74%53.73%-
XYZ19.2216.0225.37-
YUV114.58140.09143.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 136 (53.52% from 255) = 36.56%
R=36.83%
G=26.61%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379913600.280.010.46301.5816.146.27
Hex89638801C12E12e102e
Octal2111432100341564562056
Binary10001001110001110001000011100110111010010111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896388; }

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

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

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

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

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

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

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

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