COLOR #9D4E7E

HEX: #9D4E7E
RGB: (157,78,126)

Color info

#9D4E7E contains mainly red and blue colors. Web safe color of #9D4E7E is #996666 (or #966).

RGB color model

#9D4E7E color RGB value is (157,78,126).

  • red value is 157;
  • green value is 78;
  • blue value is 126.
RGB:
(157,78,126)
(62%,31%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 78 of 255 = 31%
B 126 of 255 = 49%

157
78
126

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

Portions of RGB colors in percentages

R + G + B =
157 + 78 + 126 = 361 (100%)
R 157 of 361 ~ 43.49%
G 78 of 361 ~ 21.61%
B 126 of 361 ~ 34.9%

%43.49
%21.61
%34.9

CMYK color model

#9D4E7E color CMYK value is (0,50,20,38).

  • cyan value is 0.00%
  • magenta value is 50.32%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(0,50,20,38)
C0M50Y20K38 
(0%,50%,20%,38%)
(0.00/0.50/0.20/0.38)	

CMYK percentages

%0
%50.32
%19.75
%38.43

Codes

Color #9D4E7E in popluar color models

9D4E7E
RGB15778126
HSL324°33.62%46.08%
HSB/HSV324°50.32%61.57%
CMYK0.00%50.32%19.75%
38.43%

Color #9D4E7E in popluar number systems.

HEX9D4E7E
Decimal15778126
Binary1001110110011101111110
Octal235116176

Shades and tints

Shades of #9D4E7E

#9D4E7E
(157,78,126)
#8F4773
(143,71,115)
#814068
(129,64,104)
#73395D
(115,57,93)
#653252
(101,50,82)
#572B47
(87,43,71)
#49243C
(73,36,60)
#3B1D31
(59,29,49)
#2D1626
(45,22,38)
#1F0F1B
(31,15,27)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #9D4E7E

#9D4E7E
(157,78,126)
#A55E89
(165,94,137)
#AD6E94
(173,110,148)
#B57E9F
(181,126,159)
#BD8EAA
(189,142,170)
#C59EB5
(197,158,181)
#CDAEC0
(205,174,192)
#D5BECB
(213,190,203)
#DDCED6
(221,206,214)
#E5DEE1
(229,222,225)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4E7E color. Also use rgb(157,78,126) instead hex code.

Text Font Color

.myTextColor { color: #9D4E7E; }

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

This text font color is #9D4E7E.


Background Color

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

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

This div background color is #9D4E7E.


Border color

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

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

This div border color is #9D4E7E.


Opacity

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

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

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

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

This text has shadow with #9D4E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4E7E on black background.


Color preview on white background

This text has color #9D4E7E on white background.



Black color preview on #9D4E7E background

This text has black color on #9D4E7E background.


White color preview on #9D4E7E background

This text has white color on #9D4E7E background.