COLOR #894D92

HEX: #894D92
RGB: (137,77,146)

Color info

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

RGB color model

#894D92 color RGB value is (137,77,146).

  • red value is 137;
  • green value is 77;
  • blue value is 146.
RGB:
(137,77,146)
(54%,30%,57%)

RGB channels and saturation

R 137 of 255 = 54%
G 77 of 255 = 30%
B 146 of 255 = 57%

137
77
146

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

Portions of RGB colors in percentages

R + G + B =
137 + 77 + 146 = 360 (100%)
R 137 of 360 ~ 38.06%
G 77 of 360 ~ 21.39%
B 146 of 360 ~ 40.56%

%38.06
%21.39
%40.56

CMYK color model

#894D92 color CMYK value is (6,47,0,43).

  • cyan value is 6.16%
  • magenta value is 47.26%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(6,47,0,43)
C6M47Y0K43 
(6%,47%,0%,43%)
(0.06/0.47/0.00/0.43)	

CMYK percentages

%6.16
%47.26
%0
%42.75

Codes

Color #894D92 in popluar color models

894D92
RGB13777146
HSL292°30.94%43.73%
HSB/HSV292°47.26%57.25%
CMYK6.16%47.26%0.00%
42.75%

Color #894D92 in popluar number systems.

HEX894D92
Decimal13777146
Binary10001001100110110010010
Octal211115222

Shades and tints

Shades of #894D92

#894D92
(137,77,146)
#7D4685
(125,70,133)
#713F78
(113,63,120)
#65386B
(101,56,107)
#59315E
(89,49,94)
#4D2A51
(77,42,81)
#412344
(65,35,68)
#351C37
(53,28,55)
#29152A
(41,21,42)
#1D0E1D
(29,14,29)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #894D92

#894D92
(137,77,146)
#935D9B
(147,93,155)
#9D6DA4
(157,109,164)
#A77DAD
(167,125,173)
#B18DB6
(177,141,182)
#BB9DBF
(187,157,191)
#C5ADC8
(197,173,200)
#CFBDD1
(207,189,209)
#D9CDDA
(217,205,218)
#E3DDE3
(227,221,227)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894D92 color. Also use rgb(137,77,146) instead hex code.

Text Font Color

.myTextColor { color: #894D92; }

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

This text font color is #894D92.


Background Color

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

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

This div background color is #894D92.


Border color

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

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

This div border color is #894D92.


Opacity

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

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

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

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

This text has shadow with #894D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894D92 on black background.


Color preview on white background

This text has color #894D92 on white background.



Black color preview on #894D92 background

This text has black color on #894D92 background.


White color preview on #894D92 background

This text has white color on #894D92 background.