COLOR #895BA9

HEX: #895BA9 RGB: (137,91,169)

Color info

#895BA9 contains mainly red and blue colors. Web safe color of #895BA9 is #996699 (or #969).

RGB color model

#895BA9 color RGB value is (137,91,169).

RGB: (137,91,169) (54%, 36%, 66%)

RGB channels and saturation

R 137 of 255 = 54%
G 91 of 255 = 36%
B 169 of 255 = 66%

137
91
169

R + G + B ~ 52%. #895BA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 91 + 169 = 397 (100%)
R 137 of 397 ~ 34.51%
G 91 of 397 ~ 22.92%
B 169 of 397 ~ 42.57'%

%34.51
%22.92
%42.57

CMYK color model

#895BA9 color CMYK value is (19,46,0,34).

  • cyan value is 18.93%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (19,46,0,34)
C19M46Y0K34 (19%, 46%, 0%, 34%)
(0.19 / 0.46 / 0.00 / 0.34)

CMYK percentages

%18.93
%46.15
%0
%33.73

Codes

Color #895BA9 in popluar color models

89 5B A9
RGB 137 91 169
HSL 275° 31.20% 50.98%
HSB/HSV 275° 46.15% 66.27%
CMYK 18.93% 46.15% 0.00%
33.73%

Color #895BA9 in popluar number systems.

HEX 89 5B A9
Decimal 137 91 169
Binary 10001001 1011011 10101001
Octal 211 133 251

Shades and tints

Shades of #895BA9

#895BA9
(137,91,169)
#7D539A
(125,83,154)
#714B8B
(113,75,139)
#65437C
(101,67,124)
#593B6D
(89,59,109)
#4D335E
(77,51,94)
#412B4F
(65,43,79)
#352340
(53,35,64)
#291B31
(41,27,49)
#1D1322
(29,19,34)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #895BA9

#895BA9
(137,91,169)
#9369B0
(147,105,176)
#9D77B7
(157,119,183)
#A785BE
(167,133,190)
#B193C5
(177,147,197)
#BBA1CC
(187,161,204)
#C5AFD3
(197,175,211)
#CFBDDA
(207,189,218)
#D9CBE1
(217,203,225)
#E3D9E8
(227,217,232)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895BA9 color. Also use rgb(137,91,169) instead hex code.

Text Font Color

.myTextColor { color: #895BA9; }

<p style="color:#895BA9">This sample text font color is #895BA9.</p>

This text font color is #895BA9.

Background Color

.myBgColor { background-color: #895BA9; }

<div style="background-color:#895BA9">Inner text</div>

This div background color is #895BA9.

Border color

.myBorderColor { border: 1px solid #895BA9; }

<div style="border:3px solid #895BA9">Div</div>

This div border color is #895BA9.

Opacity

.myOpacity80 { color: #895BA9; opacity: 0.8; }

<p style="color:#895BA9;opacity:0.8;">80%</p>

Text with #895BA9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #895BA9;}

<p style="text-shadow: 3px 3px 1px #895BA9">Text here.</p>

This text has shadow with #895BA9 color.


.textShadow {text-shadow: 3px 3px 1px #895BA9', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #895BA9, 5px 5px 20px red">Text here.</p>

This text has shadow with #895BA9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#895BA9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#895BA9, Direction=45, Strength=4)">Text</p>

This text has shadow with #895BA9 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #895BA9;
-webkit-box-shadow: 1px 1px 3px 2px #895BA9;
box-shadow: 1px 1px 3px 2px #895BA9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #895BA9; -webkit-box-shadow: 1px 1px 3px 2px #895BA9; box-shadow:1px 1px 3px 2px #895BA9;">
Div content here
</div>

This div box has shadow with color #895BA9.

Preview

Color preview on black background

This text has color #895BA9 on black background.


Color preview on white background

This text has color #895BA9 on white background.


Black color preview on #895BA9 background

This text has black color on #895BA9 background.


White color preview on #895BA9 background

This text has white color on #895BA9 background.


Related colors

Complementary color

Complementary color for #hex is #76A456.


I love getcolorcode.com

Triadic colors

1 #A9895B and #5BA989 with #895BA9 are triadic colors.

2 #A95B89 and #5B89A9 with #895BA9 are triadic colors.