#896285

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

Shades of Trendy Pink #896285

Tints of Trendy Pink #896285

Color information

#896285 (or 0x896285) is unknown color: approx Trendy Pink. HEX triplet: 89, 62 and 85. RGB value is (137,98,133). Sum of RGB (Red+Green+Blue) = 137+98+133=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #896285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896285 is #769D7A. Grayscale: #717171. Windows color (decimal): -7773563 or 8741513. OLE color: 8741513.

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

Color convert

RGB13798133-
CMYK00.280.030.46
HSL306.15º16.6%46.08%-
HSV(B)306.15º28.47%53.73%-
XYZ18.9215.7524.23-
YUV113.65138.92144.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=37.23%
G=26.63%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379813300.280.030.46306.1516.646.08
Hex89628501C32E132112e
Octal2111422050343564622156
Binary100010011100010100001010111001110111010011001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896285; }

 p { color: rgb(137,98,133); }

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

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

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

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

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

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

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