COLOR #895EA2

HEX: #895EA2
RGB: (137,94,162)

Color info

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

RGB color model

#895EA2 color RGB value is (137,94,162).

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

RGB channels and saturation

R 137 of 255 = 54%
G 94 of 255 = 37%
B 162 of 255 = 64%

137
94
162

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

Portions of RGB colors in percentages

R + G + B =
137 + 94 + 162 = 393 (100%)
R 137 of 393 ~ 34.86%
G 94 of 393 ~ 23.92%
B 162 of 393 ~ 41.22%

%34.86
%23.92
%41.22

CMYK color model

#895EA2 color CMYK value is (15,42,0,36).

  • cyan value is 15.43%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(15,42,0,36)
C15M42Y0K36 
(15%,42%,0%,36%)
(0.15/0.42/0.00/0.36)	

CMYK percentages

%15.43
%41.98
%0
%36.47

Codes

Color #895EA2 in popluar color models

895EA2
RGB13794162
HSL278°26.77%50.20%
HSB/HSV278°41.98%63.53%
CMYK15.43%41.98%0.00%
36.47%

Color #895EA2 in popluar number systems.

HEX895EA2
Decimal13794162
Binary10001001101111010100010
Octal211136242

Shades and tints

Shades of #895EA2

#895EA2
(137,94,162)
#7D5694
(125,86,148)
#714E86
(113,78,134)
#654678
(101,70,120)
#593E6A
(89,62,106)
#4D365C
(77,54,92)
#412E4E
(65,46,78)
#352640
(53,38,64)
#291E32
(41,30,50)
#1D1624
(29,22,36)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #895EA2

#895EA2
(137,94,162)
#936CAA
(147,108,170)
#9D7AB2
(157,122,178)
#A788BA
(167,136,186)
#B196C2
(177,150,194)
#BBA4CA
(187,164,202)
#C5B2D2
(197,178,210)
#CFC0DA
(207,192,218)
#D9CEE2
(217,206,226)
#E3DCEA
(227,220,234)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895EA2; }

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

This text font color is #895EA2.


Background Color

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

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

This div background color is #895EA2.


Border color

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

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

This div border color is #895EA2.


Opacity

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

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

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

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

This text has shadow with #895EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895EA2 on black background.


Color preview on white background

This text has color #895EA2 on white background.



Black color preview on #895EA2 background

This text has black color on #895EA2 background.


White color preview on #895EA2 background

This text has white color on #895EA2 background.