COLOR #994D7E

HEX: #994D7E RGB: (153,77,126)

Color info

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

RGB color model

#994D7E color RGB value is (153,77,126).

RGB: (153,77,126) (60%, 30%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 77 of 255 = 30%
B 126 of 255 = 49%

153
77
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 77 + 126 = 356 (100%)
R 153 of 356 ~ 42.98%
G 77 of 356 ~ 21.63%
B 126 of 356 ~ 35.39'%

%42.98
%21.63
%35.39

CMYK color model

#994D7E color CMYK value is (0,50,18,40).

  • cyan value is 0.00%
  • magenta value is 49.67%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK: (0,50,18,40) C0M50Y18K40 (0%,50%,18%,40%) (0.00/0.50/0.18/0.40) 

CMYK percentages

%0
%49.67
%17.65
%40

Codes

Color #994D7E in popluar color models

99 4D 7E
RGB 153 77 126
HSL 321° 33.04% 45.10%
HSB/HSV 321° 49.67% 60.00%
CMYK 0.00% 49.67% 17.65%
40.00%

Color #994D7E in popluar number systems.

HEX 99 4D 7E
Decimal 153 77 126
Binary 10011001 1001101 1111110
Octal 231 115 176

Shades and tints

Shades of #994D7E

#994D7E
(153,77,126)
#8C4673
(140,70,115)
#7F3F68
(127,63,104)
#72385D
(114,56,93)
#653152
(101,49,82)
#582A47
(88,42,71)
#4B233C
(75,35,60)
#3E1C31
(62,28,49)
#311526
(49,21,38)
#240E1B
(36,14,27)
#170710
(23,7,16)
#000000
(0,0,0)

Tints of #994D7E

#994D7E
(153,77,126)
#A25D89
(162,93,137)
#AB6D94
(171,109,148)
#B47D9F
(180,125,159)
#BD8DAA
(189,141,170)
#C69DB5
(198,157,181)
#CFADC0
(207,173,192)
#D8BDCB
(216,189,203)
#E1CDD6
(225,205,214)
#EADDE1
(234,221,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994D7E color. Also use rgb(153,77,126) instead hex code.

Text Font Color

.myTextColor { color: #994D7E; }

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

This text font color is #994D7E.

Background Color

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

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

This div background color is #994D7E.

Border color

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

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

This div border color is #994D7E.

Opacity

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

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

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

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

This text has shadow with #994D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #994D7E.

Preview

Color preview on black background

This text has color #994D7E on black background.


Color preview on white background

This text has color #994D7E on white background.


Black color preview on #994D7E background

This text has black color on #994D7E background.


White color preview on #994D7E background

This text has white color on #994D7E background.


Related colors

Complementary color

Complementary color for #hex is #66B281.


I love getcolorcode.com

Triadic colors

1 #7E994D and #4D7E99 with #994D7E are triadic colors.

2 #7E4D99 and #4D997E with #994D7E are triadic colors.