COLOR #994D99

HEX: #994D99
RGB: (153,77,153)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
77
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 77 + 153 = 383 (100%)
R 153 of 383 ~ 39.95%
G 77 of 383 ~ 20.1%
B 153 of 383 ~ 39.95%

%39.95
%20.1
%39.95

CMYK color model

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

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

CMYK percentages

%0
%49.67
%0
%40

Codes

Color #994D99 in popluar color models

994D99
RGB15377153
HSL300°33.04%45.10%
HSB/HSV300°49.67%60.00%
CMYK0.00%49.67%0.00%
40.00%

Color #994D99 in popluar number systems.

HEX994D99
Decimal15377153
Binary10011001100110110011001
Octal231115231

Shades and tints

Shades of #994D99

#994D99
(153,77,153)
#8C468C
(140,70,140)
#7F3F7F
(127,63,127)
#723872
(114,56,114)
#653165
(101,49,101)
#582A58
(88,42,88)
#4B234B
(75,35,75)
#3E1C3E
(62,28,62)
#311531
(49,21,49)
#240E24
(36,14,36)
#170717
(23,7,23)
#000000
(0,0,0)

Tints of #994D99

#994D99
(153,77,153)
#A25DA2
(162,93,162)
#AB6DAB
(171,109,171)
#B47DB4
(180,125,180)
#BD8DBD
(189,141,189)
#C69DC6
(198,157,198)
#CFADCF
(207,173,207)
#D8BDD8
(216,189,216)
#E1CDE1
(225,205,225)
#EADDEA
(234,221,234)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994D99; }

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

This text font color is #994D99.


Background Color

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

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

This div background color is #994D99.


Border color

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

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

This div border color is #994D99.


Opacity

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

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

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

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

This text has shadow with #994D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994D99 on black background.


Color preview on white background

This text has color #994D99 on white background.



Black color preview on #994D99 background

This text has black color on #994D99 background.


White color preview on #994D99 background

This text has white color on #994D99 background.