#895995

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

Shades of Trendy Pink #895995

Tints of Trendy Pink #895995

Color information

#895995 (or 0x895995) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 95. RGB value is (137,89,149). Sum of RGB (Red+Green+Blue) = 137+89+149=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #895995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895995 is #76A66A. Grayscale: #6E6E6E. Windows color (decimal): -7775851 or 9787785. OLE color: 9787785.

HSL color Cylindrical-coordinate representation of color #895995: hue angle of 288º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895995 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13789149-
CMYK0.080.4000.42
HSL288º25.21%46.67%-
HSV(B)288º40.27%58.43%-
XYZ19.3114.6330.24-
YUV110.19149.9147.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=36.53%
G=23.73%
B=39.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137891490.080.4000.4228825.2146.67
Hex89599582802A120192f
Octal21113122510500524403157
Binary100010011011001100101011000101000010101010010000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895995; }

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

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

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

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

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

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

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

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