#895991

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

Shades of Trendy Pink #895991

Tints of Trendy Pink #895991

Color information

#895991 (or 0x895991) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 91. RGB value is (137,89,145). Sum of RGB (Red+Green+Blue) = 137+89+145=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #895991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895991 is #76A66E. Grayscale: #6D6D6D. Windows color (decimal): -7775855 or 9525641. OLE color: 9525641.

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

Color convert

RGB13789145-
CMYK0.060.3900.43
HSL291.43º23.93%45.88%-
HSV(B)291.43º38.62%56.86%-
XYZ1914.5128.59-
YUV109.74147.9147.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 145 (57.03% from 255) = 39.08%
R=36.93%
G=23.99%
B=39.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137891450.060.3900.43291.4323.9345.88
Hex89599162702B123182e
Octal2111312216470534433056
Binary10001001101100110010001110100111010101110010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895991; }

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

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

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

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

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

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

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

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