COLOR #9D4E8B

HEX: #9D4E8B
RGB: (157,78,139)

Color info

#9D4E8B contains mainly red and blue colors. Web safe color of #9D4E8B is #996699 (or #969).

RGB color model

#9D4E8B color RGB value is (157,78,139).

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

RGB channels and saturation

R 157 of 255 = 62%
G 78 of 255 = 31%
B 139 of 255 = 55%

157
78
139

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

Portions of RGB colors in percentages

R + G + B =
157 + 78 + 139 = 374 (100%)
R 157 of 374 ~ 41.98%
G 78 of 374 ~ 20.86%
B 139 of 374 ~ 37.17%

%41.98
%20.86
%37.17

CMYK color model

#9D4E8B color CMYK value is (0,50,11,38).

  • cyan value is 0.00%
  • magenta value is 50.32%
  • yellow value is 11.46%
  • key color value is 38.43%
CMYK:
(0,50,11,38)
C0M50Y11K38 
(0%,50%,11%,38%)
(0.00/0.50/0.11/0.38)	

CMYK percentages

%0
%50.32
%11.46
%38.43

Codes

Color #9D4E8B in popluar color models

9D4E8B
RGB15778139
HSL314°33.62%46.08%
HSB/HSV314°50.32%61.57%
CMYK0.00%50.32%11.46%
38.43%

Color #9D4E8B in popluar number systems.

HEX9D4E8B
Decimal15778139
Binary10011101100111010001011
Octal235116213

Shades and tints

Shades of #9D4E8B

#9D4E8B
(157,78,139)
#8F477F
(143,71,127)
#814073
(129,64,115)
#733967
(115,57,103)
#65325B
(101,50,91)
#572B4F
(87,43,79)
#492443
(73,36,67)
#3B1D37
(59,29,55)
#2D162B
(45,22,43)
#1F0F1F
(31,15,31)
#110813
(17,8,19)
#000000
(0,0,0)

Tints of #9D4E8B

#9D4E8B
(157,78,139)
#A55E95
(165,94,149)
#AD6E9F
(173,110,159)
#B57EA9
(181,126,169)
#BD8EB3
(189,142,179)
#C59EBD
(197,158,189)
#CDAEC7
(205,174,199)
#D5BED1
(213,190,209)
#DDCEDB
(221,206,219)
#E5DEE5
(229,222,229)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D4E8B; }

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

This text font color is #9D4E8B.


Background Color

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

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

This div background color is #9D4E8B.


Border color

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

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

This div border color is #9D4E8B.


Opacity

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

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

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

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

This text has shadow with #9D4E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4E8B on black background.


Color preview on white background

This text has color #9D4E8B on white background.



Black color preview on #9D4E8B background

This text has black color on #9D4E8B background.


White color preview on #9D4E8B background

This text has white color on #9D4E8B background.