#895988

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

Shades of Trendy Pink #895988

Tints of Trendy Pink #895988

Color information

#895988 (or 0x895988) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 88. RGB value is (137,89,136). Sum of RGB (Red+Green+Blue) = 137+89+136=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #895988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895988 is #76A677. Grayscale: #6C6C6C. Windows color (decimal): -7775864 or 8935817. OLE color: 8935817.

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

Color convert

RGB13789136-
CMYK00.350.010.46
HSL301.25º21.24%44.31%-
HSV(B)301.25º35.04%53.73%-
XYZ18.3314.2425.08-
YUV108.71143.4148.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=37.85%
G=24.59%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378913600.350.010.46301.2521.2444.31
Hex89598802312E12d152c
Octal2111312100431564552554
Binary100010011011001100010000100011110111010010110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895988; }

 p { color: rgb(137,89,136); }

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

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

 a { background-color: rgb(137,89,136); }

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

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

 span { border-color: rgb(137,89,136); }

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