COLOR #994D86

HEX: #994D86
RGB: (153,77,134)

Color info

#994D86 contains mainly red and blue colors. Web safe color of #994D86 is #993399 (or #939).

RGB color model

#994D86 color RGB value is (153,77,134).

  • red value is 153;
  • green value is 77;
  • blue value is 134.
RGB:
(153,77,134)
(60%,30%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 77 of 255 = 30%
B 134 of 255 = 53%

153
77
134

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

Portions of RGB colors in percentages

R + G + B =
153 + 77 + 134 = 364 (100%)
R 153 of 364 ~ 42.03%
G 77 of 364 ~ 21.15%
B 134 of 364 ~ 36.81%

%42.03
%21.15
%36.81

CMYK color model

#994D86 color CMYK value is (0,50,12,40).

  • cyan value is 0.00%
  • magenta value is 49.67%
  • yellow value is 12.42%
  • key color value is 40.00%
CMYK:
(0,50,12,40)
C0M50Y12K40 
(0%,50%,12%,40%)
(0.00/0.50/0.12/0.40)	

CMYK percentages

%0
%49.67
%12.42
%40

Codes

Color #994D86 in popluar color models

994D86
RGB15377134
HSL315°33.04%45.10%
HSB/HSV315°49.67%60.00%
CMYK0.00%49.67%12.42%
40.00%

Color #994D86 in popluar number systems.

HEX994D86
Decimal15377134
Binary10011001100110110000110
Octal231115206

Shades and tints

Shades of #994D86

#994D86
(153,77,134)
#8C467A
(140,70,122)
#7F3F6E
(127,63,110)
#723862
(114,56,98)
#653156
(101,49,86)
#582A4A
(88,42,74)
#4B233E
(75,35,62)
#3E1C32
(62,28,50)
#311526
(49,21,38)
#240E1A
(36,14,26)
#17070E
(23,7,14)
#000000
(0,0,0)

Tints of #994D86

#994D86
(153,77,134)
#A25D91
(162,93,145)
#AB6D9C
(171,109,156)
#B47DA7
(180,125,167)
#BD8DB2
(189,141,178)
#C69DBD
(198,157,189)
#CFADC8
(207,173,200)
#D8BDD3
(216,189,211)
#E1CDDE
(225,205,222)
#EADDE9
(234,221,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994D86; }

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

This text font color is #994D86.


Background Color

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

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

This div background color is #994D86.


Border color

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

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

This div border color is #994D86.


Opacity

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

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

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

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

This text has shadow with #994D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994D86 on black background.


Color preview on white background

This text has color #994D86 on white background.



Black color preview on #994D86 background

This text has black color on #994D86 background.


White color preview on #994D86 background

This text has white color on #994D86 background.