COLOR #895EB1

HEX: #895EB1
RGB: (137,94,177)

Color info

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

RGB color model

#895EB1 color RGB value is (137,94,177).

  • red value is 137;
  • green value is 94;
  • blue value is 177.
RGB:
(137,94,177)
(54%,37%,69%)

RGB channels and saturation

R 137 of 255 = 54%
G 94 of 255 = 37%
B 177 of 255 = 69%

137
94
177

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

Portions of RGB colors in percentages

R + G + B =
137 + 94 + 177 = 408 (100%)
R 137 of 408 ~ 33.58%
G 94 of 408 ~ 23.04%
B 177 of 408 ~ 43.38%

%33.58
%23.04
%43.38

CMYK color model

#895EB1 color CMYK value is (23,47,0,31).

  • cyan value is 22.60%
  • magenta value is 46.89%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(23,47,0,31)
C23M47Y0K31 
(23%,47%,0%,31%)
(0.23/0.47/0.00/0.31)	

CMYK percentages

%22.6
%46.89
%0
%30.59

Codes

Color #895EB1 in popluar color models

895EB1
RGB13794177
HSL271°34.73%53.14%
HSB/HSV271°46.89%69.41%
CMYK22.60%46.89%0.00%
30.59%

Color #895EB1 in popluar number systems.

HEX895EB1
Decimal13794177
Binary10001001101111010110001
Octal211136261

Shades and tints

Shades of #895EB1

#895EB1
(137,94,177)
#7D56A1
(125,86,161)
#714E91
(113,78,145)
#654681
(101,70,129)
#593E71
(89,62,113)
#4D3661
(77,54,97)
#412E51
(65,46,81)
#352641
(53,38,65)
#291E31
(41,30,49)
#1D1621
(29,22,33)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #895EB1

#895EB1
(137,94,177)
#936CB8
(147,108,184)
#9D7ABF
(157,122,191)
#A788C6
(167,136,198)
#B196CD
(177,150,205)
#BBA4D4
(187,164,212)
#C5B2DB
(197,178,219)
#CFC0E2
(207,192,226)
#D9CEE9
(217,206,233)
#E3DCF0
(227,220,240)
#EDEAF7
(237,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895EB1 color. Also use rgb(137,94,177) instead hex code.

Text Font Color

.myTextColor { color: #895EB1; }

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

This text font color is #895EB1.


Background Color

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

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

This div background color is #895EB1.


Border color

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

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

This div border color is #895EB1.


Opacity

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

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

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

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

This text has shadow with #895EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895EB1 on black background.


Color preview on white background

This text has color #895EB1 on white background.



Black color preview on #895EB1 background

This text has black color on #895EB1 background.


White color preview on #895EB1 background

This text has white color on #895EB1 background.