#896188

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

Shades of Trendy Pink #896188

Tints of Trendy Pink #896188

Color information

#896188 (or 0x896188) is unknown color: approx Trendy Pink. HEX triplet: 89, 61 and 88. RGB value is (137,97,136). Sum of RGB (Red+Green+Blue) = 137+97+136=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #896188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896188 is #769E77. Grayscale: #717171. Windows color (decimal): -7773816 or 8937865. OLE color: 8937865.

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

Color convert

RGB13797136-
CMYK00.290.010.46
HSL301.5º17.09%45.88%-
HSV(B)301.5º29.2%53.73%-
XYZ19.0415.6525.31-
YUV113.41140.75144.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=37.03%
G=26.22%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379713600.290.010.46301.517.0945.88
Hex89618801D12E12e112e
Octal2111412100351564562156
Binary10001001110000110001000011101110111010010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896188; }

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

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

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

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

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

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

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

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