#896392

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

Shades of Trendy Pink #896392

Tints of Trendy Pink #896392

Color information

#896392 (or 0x896392) is unknown color: approx Trendy Pink. HEX triplet: 89, 63 and 92. RGB value is (137,99,146). Sum of RGB (Red+Green+Blue) = 137+99+146=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #896392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896392 is #769C6D. Grayscale: #737373. Windows color (decimal): -7773294 or 9593737. OLE color: 9593737.

HSL color Cylindrical-coordinate representation of color #896392: hue angle of 288.51º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #896392 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13799146-
CMYK0.060.3200.43
HSL288.51º19.18%48.04%-
HSV(B)288.51º32.19%57.25%-
XYZ19.9716.3229.29-
YUV115.72145.09143.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=35.86%
G=25.92%
B=38.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137991460.060.3200.43288.5119.1848.04
Hex89639262002B1211330
Octal2111432226400534412360
Binary10001001110001110010010110100000010101110010000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896392; }

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

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

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

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

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

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

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

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