COLOR #9D4999

HEX: #9D4999 RGB: (157,73,153)

Color info

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

RGB color model

#9D4999 color RGB value is (157,73,153).

RGB: (157,73,153) (62%, 29%, 60%)

RGB channels and saturation

R 157 of 255 = 62%
G 73 of 255 = 29%
B 153 of 255 = 60%

157
73
153

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

Portions of RGB colors in percentages

R + G + B = 157 + 73 + 153 = 383 (100%)
R 157 of 383 ~ 40.99%
G 73 of 383 ~ 19.06%
B 153 of 383 ~ 39.95'%

%40.99
%19.06
%39.95

CMYK color model

#9D4999 color CMYK value is (0,54,3,38).

  • cyan value is 0.00%
  • magenta value is 53.50%
  • yellow value is 2.55%
  • key color value is 38.43%
CMYK: (0,54,3,38) C0M54Y3K38 (0%,54%,3%,38%) (0.00/0.54/0.03/0.38) 

CMYK percentages

%0
%53.5
%2.55
%38.43

Codes

Color #9D4999 in popluar color models

9D 49 99
RGB 157 73 153
HSL 303° 36.52% 45.10%
HSB/HSV 303° 53.50% 61.57%
CMYK 0.00% 53.50% 2.55%
38.43%

Color #9D4999 in popluar number systems.

HEX 9D 49 99
Decimal 157 73 153
Binary 10011101 1001001 10011001
Octal 235 111 231

Shades and tints

Shades of #9D4999

#9D4999
(157,73,153)
#8F438C
(143,67,140)
#813D7F
(129,61,127)
#733772
(115,55,114)
#653165
(101,49,101)
#572B58
(87,43,88)
#49254B
(73,37,75)
#3B1F3E
(59,31,62)
#2D1931
(45,25,49)
#1F1324
(31,19,36)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #9D4999

#9D4999
(157,73,153)
#A559A2
(165,89,162)
#AD69AB
(173,105,171)
#B579B4
(181,121,180)
#BD89BD
(189,137,189)
#C599C6
(197,153,198)
#CDA9CF
(205,169,207)
#D5B9D8
(213,185,216)
#DDC9E1
(221,201,225)
#E5D9EA
(229,217,234)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4999 color. Also use rgb(157,73,153) instead hex code.

Text Font Color

.myTextColor { color: #9D4999; }

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

This text font color is #9D4999.

Background Color

.myBgColor { background-color: #9D4999; }

<div style="background-color:#9D4999">Inner text</div>

This div background color is #9D4999.

Border color

.myBorderColor { border: 1px solid #9D4999; }

<div style="border:3px solid #9D4999">Div</div>

This div border color is #9D4999.

Opacity

.myOpacity80 { color: #9D4999; opacity: 0.8; }

<p style="color:#9D4999;opacity:0.8;">80%</p>

Text with #9D4999 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 #9D4999;}

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

This text has shadow with #9D4999 color.


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

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

This text has shadow with #9D4999 primary color and red secondary color.


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

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

This text has shadow with #9D4999 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9D4999.

Preview

Color preview on black background

This text has color #9D4999 on black background.


Color preview on white background

This text has color #9D4999 on white background.


Black color preview on #9D4999 background

This text has black color on #9D4999 background.


White color preview on #9D4999 background

This text has white color on #9D4999 background.


Related colors

Complementary color

Complementary color for #hex is #62B666.


I love getcolorcode.com

Triadic colors

1 #999D49 and #49999D with #9D4999 are triadic colors.

2 #99499D and #499D99 with #9D4999 are triadic colors.