COLOR #895BA4

HEX: #895BA4
RGB: (137,91,164)

Color info

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

RGB color model

#895BA4 color RGB value is (137,91,164).

  • red value is 137;
  • green value is 91;
  • blue value is 164.
RGB:
(137,91,164)
(54%,36%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 91 of 255 = 36%
B 164 of 255 = 64%

137
91
164

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

Portions of RGB colors in percentages

R + G + B =
137 + 91 + 164 = 392 (100%)
R 137 of 392 ~ 34.95%
G 91 of 392 ~ 23.21%
B 164 of 392 ~ 41.84%

%34.95
%23.21
%41.84

CMYK color model

#895BA4 color CMYK value is (16,45,0,36).

  • cyan value is 16.46%
  • magenta value is 44.51%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(16,45,0,36)
C16M45Y0K36 
(16%,45%,0%,36%)
(0.16/0.45/0.00/0.36)	

CMYK percentages

%16.46
%44.51
%0
%35.69

Codes

Color #895BA4 in popluar color models

895BA4
RGB13791164
HSL278°28.63%50.00%
HSB/HSV278°44.51%64.31%
CMYK16.46%44.51%0.00%
35.69%

Color #895BA4 in popluar number systems.

HEX895BA4
Decimal13791164
Binary10001001101101110100100
Octal211133244

Shades and tints

Shades of #895BA4

#895BA4
(137,91,164)
#7D5396
(125,83,150)
#714B88
(113,75,136)
#65437A
(101,67,122)
#593B6C
(89,59,108)
#4D335E
(77,51,94)
#412B50
(65,43,80)
#352342
(53,35,66)
#291B34
(41,27,52)
#1D1326
(29,19,38)
#110B18
(17,11,24)
#000000
(0,0,0)

Tints of #895BA4

#895BA4
(137,91,164)
#9369AC
(147,105,172)
#9D77B4
(157,119,180)
#A785BC
(167,133,188)
#B193C4
(177,147,196)
#BBA1CC
(187,161,204)
#C5AFD4
(197,175,212)
#CFBDDC
(207,189,220)
#D9CBE4
(217,203,228)
#E3D9EC
(227,217,236)
#EDE7F4
(237,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895BA4; }

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

This text font color is #895BA4.


Background Color

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

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

This div background color is #895BA4.


Border color

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

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

This div border color is #895BA4.


Opacity

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

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

Text with #895BA4 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 #895BA4;}

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

This text has shadow with #895BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895BA4 on black background.


Color preview on white background

This text has color #895BA4 on white background.



Black color preview on #895BA4 background

This text has black color on #895BA4 background.


White color preview on #895BA4 background

This text has white color on #895BA4 background.