COLOR #894779

HEX: #894779
RGB: (137,71,121)

Color info

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

RGB color model

#894779 color RGB value is (137,71,121).

  • red value is 137;
  • green value is 71;
  • blue value is 121.
RGB:
(137,71,121)
(54%,28%,47%)

RGB channels and saturation

R 137 of 255 = 54%
G 71 of 255 = 28%
B 121 of 255 = 47%

137
71
121

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

Portions of RGB colors in percentages

R + G + B =
137 + 71 + 121 = 329 (100%)
R 137 of 329 ~ 41.64%
G 71 of 329 ~ 21.58%
B 121 of 329 ~ 36.78%

%41.64
%21.58
%36.78

CMYK color model

#894779 color CMYK value is (0,48,12,46).

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(0,48,12,46)
C0M48Y12K46 
(0%,48%,12%,46%)
(0.00/0.48/0.12/0.46)	

CMYK percentages

%0
%48.18
%11.68
%46.27

Codes

Color #894779 in popluar color models

894779
RGB13771121
HSL315°31.73%40.78%
HSB/HSV315°48.18%53.73%
CMYK0.00%48.18%11.68%
46.27%

Color #894779 in popluar number systems.

HEX894779
Decimal13771121
Binary1000100110001111111001
Octal211107171

Shades and tints

Shades of #894779

#894779
(137,71,121)
#7D416E
(125,65,110)
#713B63
(113,59,99)
#653558
(101,53,88)
#592F4D
(89,47,77)
#4D2942
(77,41,66)
#412337
(65,35,55)
#351D2C
(53,29,44)
#291721
(41,23,33)
#1D1116
(29,17,22)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #894779

#894779
(137,71,121)
#935785
(147,87,133)
#9D6791
(157,103,145)
#A7779D
(167,119,157)
#B187A9
(177,135,169)
#BB97B5
(187,151,181)
#C5A7C1
(197,167,193)
#CFB7CD
(207,183,205)
#D9C7D9
(217,199,217)
#E3D7E5
(227,215,229)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894779 color. Also use rgb(137,71,121) instead hex code.

Text Font Color

.myTextColor { color: #894779; }

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

This text font color is #894779.


Background Color

.myBgColor { background-color: #894779; }

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

This div background color is #894779.


Border color

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

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

This div border color is #894779.


Opacity

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

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

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

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

This text has shadow with #894779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894779 on black background.


Color preview on white background

This text has color #894779 on white background.



Black color preview on #894779 background

This text has black color on #894779 background.


White color preview on #894779 background

This text has white color on #894779 background.