#895890

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

Shades of Trendy Pink #895890

Tints of Trendy Pink #895890

Color information

#895890 (or 0x895890) is unknown color: approx Trendy Pink. HEX triplet: 89, 58 and 90. RGB value is (137,88,144). Sum of RGB (Red+Green+Blue) = 137+88+144=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #895890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895890 is #76A76F. Grayscale: #6C6C6C. Windows color (decimal): -7776112 or 9459849. OLE color: 9459849.

HSL color Cylindrical-coordinate representation of color #895890: hue angle of 292.5º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895890 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13788144-
CMYK0.050.3900.44
HSL292.5º24.14%45.49%-
HSV(B)292.5º38.89%56.47%-
XYZ18.8414.3128.15-
YUV109.04147.73147.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=37.13%
G=23.85%
B=39.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137881440.050.3900.44292.524.1445.49
Hex89589052702C124182d
Octal2111302205470544443055
Binary10001001101100010010000101100111010110010010010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895890; }

 p { color: rgb(137,88,144); }

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

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

 a { background-color: rgb(137,88,144); }

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

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

 span { border-color: rgb(137,88,144); }

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