#895B8A

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

Shades of Trendy Pink #895B8A

Tints of Trendy Pink #895B8A

Color information

#895B8A (or 0x895B8A) is unknown color: approx Trendy Pink. HEX triplet: 89, 5B and 8A. RGB value is (137,91,138). Sum of RGB (Red+Green+Blue) = 137+91+138=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #895B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895B8A is #76A475. Grayscale: #6D6D6D. Windows color (decimal): -7775350 or 9067401. OLE color: 9067401.

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

Color convert

RGB13791138-
CMYK0.010.3400.46
HSL298.72º20.52%44.9%-
HSV(B)298.72º34.06%54.12%-
XYZ18.6514.6425.89-
YUV110.11143.74147.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=37.43%
G=24.86%
B=37.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137911380.010.3400.46298.7220.5244.9
Hex895B8A12202E12b152d
Octal2111332121420564532555
Binary100010011011011100010101100010010111010010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,91,138); }

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

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

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

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

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

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

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