#895A95

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

Shades of Trendy Pink #895A95

Tints of Trendy Pink #895A95

Color information

#895A95 (or 0x895A95) is unknown color: approx Trendy Pink. HEX triplet: 89, 5A and 95. RGB value is (137,90,149). Sum of RGB (Red+Green+Blue) = 137+90+149=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #895A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A95 is #76A56A. Grayscale: #6E6E6E. Windows color (decimal): -7775595 or 9788041. OLE color: 9788041.

HSL color Cylindrical-coordinate representation of color #895A95: hue angle of 287.8º 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 #895A95 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13790149-
CMYK0.080.4000.42
HSL287.8º24.69%46.86%-
HSV(B)287.8º39.6%58.43%-
XYZ19.414.830.27-
YUV110.78149.57146.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.44%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=36.44%
G=23.94%
B=39.63%

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
Decimal137901490.080.4000.42287.824.6946.86
Hex895A9582802A120192f
Octal21113222510500524403157
Binary100010011011010100101011000101000010101010010000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895A95; }

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

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

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

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

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

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

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

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