#895480

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

Shades of Trendy Pink #895480

Tints of Trendy Pink #895480

Color information

#895480 (or 0x895480) is unknown color: approx Trendy Pink. HEX triplet: 89, 54 and 80. RGB value is (137,84,128). Sum of RGB (Red+Green+Blue) = 137+84+128=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #895480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895480 is #76AB7F. Grayscale: #686868. Windows color (decimal): -7777152 or 8410249. OLE color: 8410249.

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

Color convert

RGB13784128-
CMYK00.390.070.46
HSL310.19º23.98%43.33%-
HSV(B)310.19º38.69%53.73%-
XYZ17.3813.2222.06-
YUV104.86141.06150.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=39.26%
G=24.07%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378412800.390.070.46310.1923.9843.33
Hex89548002772E136182b
Octal2111242000477564663053
Binary10001001101010010000000010011111110111010011011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895480; }

 p { color: rgb(137,84,128); }

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

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

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

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

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

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

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