COLOR #994E89

HEX: #994E89
RGB: (153,78,137)

Color info

#994E89 contains mainly red and blue colors. Web safe color of #994E89 is #996699 (or #969).

RGB color model

#994E89 color RGB value is (153,78,137).

  • red value is 153;
  • green value is 78;
  • blue value is 137.
RGB:
(153,78,137)
(60%,31%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 78 of 255 = 31%
B 137 of 255 = 54%

153
78
137

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

Portions of RGB colors in percentages

R + G + B =
153 + 78 + 137 = 368 (100%)
R 153 of 368 ~ 41.58%
G 78 of 368 ~ 21.2%
B 137 of 368 ~ 37.23%

%41.58
%21.2
%37.23

CMYK color model

#994E89 color CMYK value is (0,49,10,40).

  • cyan value is 0.00%
  • magenta value is 49.02%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(0,49,10,40)
C0M49Y10K40 
(0%,49%,10%,40%)
(0.00/0.49/0.10/0.40)	

CMYK percentages

%0
%49.02
%10.46
%40

Codes

Color #994E89 in popluar color models

994E89
RGB15378137
HSL313°32.47%45.29%
HSB/HSV313°49.02%60.00%
CMYK0.00%49.02%10.46%
40.00%

Color #994E89 in popluar number systems.

HEX994E89
Decimal15378137
Binary10011001100111010001001
Octal231116211

Shades and tints

Shades of #994E89

#994E89
(153,78,137)
#8C477D
(140,71,125)
#7F4071
(127,64,113)
#723965
(114,57,101)
#653259
(101,50,89)
#582B4D
(88,43,77)
#4B2441
(75,36,65)
#3E1D35
(62,29,53)
#311629
(49,22,41)
#240F1D
(36,15,29)
#170811
(23,8,17)
#000000
(0,0,0)

Tints of #994E89

#994E89
(153,78,137)
#A25E93
(162,94,147)
#AB6E9D
(171,110,157)
#B47EA7
(180,126,167)
#BD8EB1
(189,142,177)
#C69EBB
(198,158,187)
#CFAEC5
(207,174,197)
#D8BECF
(216,190,207)
#E1CED9
(225,206,217)
#EADEE3
(234,222,227)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994E89 color. Also use rgb(153,78,137) instead hex code.

Text Font Color

.myTextColor { color: #994E89; }

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

This text font color is #994E89.


Background Color

.myBgColor { background-color: #994E89; }

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

This div background color is #994E89.


Border color

.myBorderColor { border: 1px solid #994E89; }

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

This div border color is #994E89.


Opacity

.myOpacity80 { color: #994E89; opacity: 0.8; }

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

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

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

This text has shadow with #994E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994E89 on black background.


Color preview on white background

This text has color #994E89 on white background.



Black color preview on #994E89 background

This text has black color on #994E89 background.


White color preview on #994E89 background

This text has white color on #994E89 background.