COLOR #894976

HEX: #894976
RGB: (137,73,118)

Color info

#894976 contains mainly red and blue colors. Web safe color of #894976 is #993366 (or #936).

RGB color model

#894976 color RGB value is (137,73,118).

  • red value is 137;
  • green value is 73;
  • blue value is 118.
RGB:
(137,73,118)
(54%,29%,46%)

RGB channels and saturation

R 137 of 255 = 54%
G 73 of 255 = 29%
B 118 of 255 = 46%

137
73
118

R + G + B ~ 43%. #894976 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 73 + 118 = 328 (100%)
R 137 of 328 ~ 41.77%
G 73 of 328 ~ 22.26%
B 118 of 328 ~ 35.98%

%41.77
%22.26
%35.98

CMYK color model

#894976 color CMYK value is (0,47,14,46).

  • cyan value is 0.00%
  • magenta value is 46.72%
  • yellow value is 13.87%
  • key color value is 46.27%
CMYK:
(0,47,14,46)
C0M47Y14K46 
(0%,47%,14%,46%)
(0.00/0.47/0.14/0.46)	

CMYK percentages

%0
%46.72
%13.87
%46.27

Codes

Color #894976 in popluar color models

894976
RGB13773118
HSL318°30.48%41.18%
HSB/HSV318°46.72%53.73%
CMYK0.00%46.72%13.87%
46.27%

Color #894976 in popluar number systems.

HEX894976
Decimal13773118
Binary1000100110010011110110
Octal211111166

Shades and tints

Shades of #894976

#894976
(137,73,118)
#7D436C
(125,67,108)
#713D62
(113,61,98)
#653758
(101,55,88)
#59314E
(89,49,78)
#4D2B44
(77,43,68)
#41253A
(65,37,58)
#351F30
(53,31,48)
#291926
(41,25,38)
#1D131C
(29,19,28)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #894976

#894976
(137,73,118)
#935982
(147,89,130)
#9D698E
(157,105,142)
#A7799A
(167,121,154)
#B189A6
(177,137,166)
#BB99B2
(187,153,178)
#C5A9BE
(197,169,190)
#CFB9CA
(207,185,202)
#D9C9D6
(217,201,214)
#E3D9E2
(227,217,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894976 color. Also use rgb(137,73,118) instead hex code.

Text Font Color

.myTextColor { color: #894976; }

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

This text font color is #894976.


Background Color

.myBgColor { background-color: #894976; }

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

This div background color is #894976.


Border color

.myBorderColor { border: 1px solid #894976; }

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

This div border color is #894976.


Opacity

.myOpacity80 { color: #894976; opacity: 0.8; }

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

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

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

This text has shadow with #894976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894976 on black background.


Color preview on white background

This text has color #894976 on white background.



Black color preview on #894976 background

This text has black color on #894976 background.


White color preview on #894976 background

This text has white color on #894976 background.