COLOR #9D4A76

HEX: #9D4A76
RGB: (157,74,118)

Color info

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

RGB color model

#9D4A76 color RGB value is (157,74,118).

  • red value is 157;
  • green value is 74;
  • blue value is 118.
RGB:
(157,74,118)
(62%,29%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 74 of 255 = 29%
B 118 of 255 = 46%

157
74
118

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

Portions of RGB colors in percentages

R + G + B =
157 + 74 + 118 = 349 (100%)
R 157 of 349 ~ 44.99%
G 74 of 349 ~ 21.2%
B 118 of 349 ~ 33.81%

%44.99
%21.2
%33.81

CMYK color model

#9D4A76 color CMYK value is (0,53,25,38).

  • cyan value is 0.00%
  • magenta value is 52.87%
  • yellow value is 24.84%
  • key color value is 38.43%
CMYK:
(0,53,25,38)
C0M53Y25K38 
(0%,53%,25%,38%)
(0.00/0.53/0.25/0.38)	

CMYK percentages

%0
%52.87
%24.84
%38.43

Codes

Color #9D4A76 in popluar color models

9D4A76
RGB15774118
HSL328°35.93%45.29%
HSB/HSV328°52.87%61.57%
CMYK0.00%52.87%24.84%
38.43%

Color #9D4A76 in popluar number systems.

HEX9D4A76
Decimal15774118
Binary1001110110010101110110
Octal235112166

Shades and tints

Shades of #9D4A76

#9D4A76
(157,74,118)
#8F446C
(143,68,108)
#813E62
(129,62,98)
#733858
(115,56,88)
#65324E
(101,50,78)
#572C44
(87,44,68)
#49263A
(73,38,58)
#3B2030
(59,32,48)
#2D1A26
(45,26,38)
#1F141C
(31,20,28)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #9D4A76

#9D4A76
(157,74,118)
#A55A82
(165,90,130)
#AD6A8E
(173,106,142)
#B57A9A
(181,122,154)
#BD8AA6
(189,138,166)
#C59AB2
(197,154,178)
#CDAABE
(205,170,190)
#D5BACA
(213,186,202)
#DDCAD6
(221,202,214)
#E5DAE2
(229,218,226)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4A76 color. Also use rgb(157,74,118) instead hex code.

Text Font Color

.myTextColor { color: #9D4A76; }

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

This text font color is #9D4A76.


Background Color

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

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

This div background color is #9D4A76.


Border color

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

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

This div border color is #9D4A76.


Opacity

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

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

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

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

This text has shadow with #9D4A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4A76 on black background.


Color preview on white background

This text has color #9D4A76 on white background.



Black color preview on #9D4A76 background

This text has black color on #9D4A76 background.


White color preview on #9D4A76 background

This text has white color on #9D4A76 background.