COLOR #994E7F

HEX: #994E7F
RGB: (153,78,127)

Color info

#994E7F contains mainly red and blue colors. Web safe color of #994E7F is #996666 (or #966).

RGB color model

#994E7F color RGB value is (153,78,127).

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

RGB channels and saturation

R 153 of 255 = 60%
G 78 of 255 = 31%
B 127 of 255 = 50%

153
78
127

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

Portions of RGB colors in percentages

R + G + B =
153 + 78 + 127 = 358 (100%)
R 153 of 358 ~ 42.74%
G 78 of 358 ~ 21.79%
B 127 of 358 ~ 35.47%

%42.74
%21.79
%35.47

CMYK color model

#994E7F color CMYK value is (0,49,17,40).

  • cyan value is 0.00%
  • magenta value is 49.02%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK:
(0,49,17,40)
C0M49Y17K40 
(0%,49%,17%,40%)
(0.00/0.49/0.17/0.40)	

CMYK percentages

%0
%49.02
%16.99
%40

Codes

Color #994E7F in popluar color models

994E7F
RGB15378127
HSL321°32.47%45.29%
HSB/HSV321°49.02%60.00%
CMYK0.00%49.02%16.99%
40.00%

Color #994E7F in popluar number systems.

HEX994E7F
Decimal15378127
Binary1001100110011101111111
Octal231116177

Shades and tints

Shades of #994E7F

#994E7F
(153,78,127)
#8C4774
(140,71,116)
#7F4069
(127,64,105)
#72395E
(114,57,94)
#653253
(101,50,83)
#582B48
(88,43,72)
#4B243D
(75,36,61)
#3E1D32
(62,29,50)
#311627
(49,22,39)
#240F1C
(36,15,28)
#170811
(23,8,17)
#000000
(0,0,0)

Tints of #994E7F

#994E7F
(153,78,127)
#A25E8A
(162,94,138)
#AB6E95
(171,110,149)
#B47EA0
(180,126,160)
#BD8EAB
(189,142,171)
#C69EB6
(198,158,182)
#CFAEC1
(207,174,193)
#D8BECC
(216,190,204)
#E1CED7
(225,206,215)
#EADEE2
(234,222,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994E7F; }

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

This text font color is #994E7F.


Background Color

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

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

This div background color is #994E7F.


Border color

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

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

This div border color is #994E7F.


Opacity

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

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

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

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

This text has shadow with #994E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994E7F on black background.


Color preview on white background

This text has color #994E7F on white background.



Black color preview on #994E7F background

This text has black color on #994E7F background.


White color preview on #994E7F background

This text has white color on #994E7F background.