#895889

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

Shades of Trendy Pink #895889

Tints of Trendy Pink #895889

Color information

#895889 (or 0x895889) is unknown color: approx Trendy Pink. HEX triplet: 89, 58 and 89. RGB value is (137,88,137). Sum of RGB (Red+Green+Blue) = 137+88+137=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #895889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895889 is #76A776. Grayscale: #6C6C6C. Windows color (decimal): -7776119 or 9001097. OLE color: 9001097.

HSL color Cylindrical-coordinate representation of color #895889: hue angle of 300º 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 #895889 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13788137-
CMYK00.3600.46
HSL300º21.78%44.12%-
HSV(B)300º35.77%53.73%-
XYZ18.3214.125.42-
YUV108.24144.23148.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=37.85%
G=24.31%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378813700.3600.4630021.7844.12
Hex89588902402E12c162c
Octal2111302110440564542654
Binary100010011011000100010010100100010111010010110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895889; }

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

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

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

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

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

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

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

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