COLOR #894C9A

HEX: #894C9A
RGB: (137,76,154)

Color info

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

RGB color model

#894C9A color RGB value is (137,76,154).

  • red value is 137;
  • green value is 76;
  • blue value is 154.
RGB:
(137,76,154)
(54%,30%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 76 of 255 = 30%
B 154 of 255 = 60%

137
76
154

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

Portions of RGB colors in percentages

R + G + B =
137 + 76 + 154 = 367 (100%)
R 137 of 367 ~ 37.33%
G 76 of 367 ~ 20.71%
B 154 of 367 ~ 41.96%

%37.33
%20.71
%41.96

CMYK color model

#894C9A color CMYK value is (11,51,0,40).

  • cyan value is 11.04%
  • magenta value is 50.65%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(11,51,0,40)
C11M51Y0K40 
(11%,51%,0%,40%)
(0.11/0.51/0.00/0.40)	

CMYK percentages

%11.04
%50.65
%0
%39.61

Codes

Color #894C9A in popluar color models

894C9A
RGB13776154
HSL287°33.91%45.10%
HSB/HSV287°50.65%60.39%
CMYK11.04%50.65%0.00%
39.61%

Color #894C9A in popluar number systems.

HEX894C9A
Decimal13776154
Binary10001001100110010011010
Octal211114232

Shades and tints

Shades of #894C9A

#894C9A
(137,76,154)
#7D468C
(125,70,140)
#71407E
(113,64,126)
#653A70
(101,58,112)
#593462
(89,52,98)
#4D2E54
(77,46,84)
#412846
(65,40,70)
#352238
(53,34,56)
#291C2A
(41,28,42)
#1D161C
(29,22,28)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #894C9A

#894C9A
(137,76,154)
#935CA3
(147,92,163)
#9D6CAC
(157,108,172)
#A77CB5
(167,124,181)
#B18CBE
(177,140,190)
#BB9CC7
(187,156,199)
#C5ACD0
(197,172,208)
#CFBCD9
(207,188,217)
#D9CCE2
(217,204,226)
#E3DCEB
(227,220,235)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894C9A color. Also use rgb(137,76,154) instead hex code.

Text Font Color

.myTextColor { color: #894C9A; }

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

This text font color is #894C9A.


Background Color

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

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

This div background color is #894C9A.


Border color

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

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

This div border color is #894C9A.


Opacity

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

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

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

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

This text has shadow with #894C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894C9A on black background.


Color preview on white background

This text has color #894C9A on white background.



Black color preview on #894C9A background

This text has black color on #894C9A background.


White color preview on #894C9A background

This text has white color on #894C9A background.