COLOR #894B8E

HEX: #894B8E
RGB: (137,75,142)

Color info

#894B8E contains mainly red and blue colors. Web safe color of #894B8E is #993399 (or #939).

RGB color model

#894B8E color RGB value is (137,75,142).

  • red value is 137;
  • green value is 75;
  • blue value is 142.
RGB:
(137,75,142)
(54%,29%,56%)

RGB channels and saturation

R 137 of 255 = 54%
G 75 of 255 = 29%
B 142 of 255 = 56%

137
75
142

R + G + B ~ 46%. #894B8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 75 + 142 = 354 (100%)
R 137 of 354 ~ 38.7%
G 75 of 354 ~ 21.19%
B 142 of 354 ~ 40.11%

%38.7
%21.19
%40.11

CMYK color model

#894B8E color CMYK value is (4,47,0,44).

  • cyan value is 3.52%
  • magenta value is 47.18%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,47,0,44)
C4M47Y0K44 
(4%,47%,0%,44%)
(0.04/0.47/0.00/0.44)	

CMYK percentages

%3.52
%47.18
%0
%44.31

Codes

Color #894B8E in popluar color models

894B8E
RGB13775142
HSL296°30.88%42.55%
HSB/HSV296°47.18%55.69%
CMYK3.52%47.18%0.00%
44.31%

Color #894B8E in popluar number systems.

HEX894B8E
Decimal13775142
Binary10001001100101110001110
Octal211113216

Shades and tints

Shades of #894B8E

#894B8E
(137,75,142)
#7D4582
(125,69,130)
#713F76
(113,63,118)
#65396A
(101,57,106)
#59335E
(89,51,94)
#4D2D52
(77,45,82)
#412746
(65,39,70)
#35213A
(53,33,58)
#291B2E
(41,27,46)
#1D1522
(29,21,34)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #894B8E

#894B8E
(137,75,142)
#935B98
(147,91,152)
#9D6BA2
(157,107,162)
#A77BAC
(167,123,172)
#B18BB6
(177,139,182)
#BB9BC0
(187,155,192)
#C5ABCA
(197,171,202)
#CFBBD4
(207,187,212)
#D9CBDE
(217,203,222)
#E3DBE8
(227,219,232)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894B8E color. Also use rgb(137,75,142) instead hex code.

Text Font Color

.myTextColor { color: #894B8E; }

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

This text font color is #894B8E.


Background Color

.myBgColor { background-color: #894B8E; }

<div style="background-color:#894B8E">Inner text</div>

This div background color is #894B8E.


Border color

.myBorderColor { border: 1px solid #894B8E; }

<div style="border:3px solid #894B8E">Div</div>

This div border color is #894B8E.


Opacity

.myOpacity80 { color: #894B8E; opacity: 0.8; }

<p style="color:#894B8E;opacity:0.8;">80%</p>

Text with #894B8E 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 #894B8E;}

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

This text has shadow with #894B8E color.

.textShadow {text-shadow: 3px 3px 1px #894B8E, 3px 3px 1px red;}

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

This text has shadow with #894B8E primary color and red secondary color.


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

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

This text has shadow with #894B8E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894B8E on black background.


Color preview on white background

This text has color #894B8E on white background.



Black color preview on #894B8E background

This text has black color on #894B8E background.


White color preview on #894B8E background

This text has white color on #894B8E background.