#895887

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

Shades of Trendy Pink #895887

Tints of Trendy Pink #895887

Color information

#895887 (or 0x895887) is unknown color: approx Trendy Pink. HEX triplet: 89, 58 and 87. RGB value is (137,88,135). Sum of RGB (Red+Green+Blue) = 137+88+135=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #895887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895887 is #76A778. Grayscale: #6B6B6B. Windows color (decimal): -7776121 or 8870025. OLE color: 8870025.

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

Color convert

RGB13788135-
CMYK00.360.010.46
HSL302.45º21.78%44.12%-
HSV(B)302.45º35.77%53.73%-
XYZ18.1814.0524.67-
YUV108.01143.23148.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=38.06%
G=24.44%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378813500.360.010.46302.4521.7844.12
Hex89588702412E12e162c
Octal2111302070441564562654
Binary100010011011000100001110100100110111010010111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895887; }

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

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

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

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

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

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

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

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