COLOR #9D5E8D

HEX: #9D5E8D
RGB: (157,94,141)

Color info

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

RGB color model

#9D5E8D color RGB value is (157,94,141).

  • red value is 157;
  • green value is 94;
  • blue value is 141.
RGB:
(157,94,141)
(62%,37%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 94 of 255 = 37%
B 141 of 255 = 55%

157
94
141

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

Portions of RGB colors in percentages

R + G + B =
157 + 94 + 141 = 392 (100%)
R 157 of 392 ~ 40.05%
G 94 of 392 ~ 23.98%
B 141 of 392 ~ 35.97%

%40.05
%23.98
%35.97

CMYK color model

#9D5E8D color CMYK value is (0,40,10,38).

  • cyan value is 0.00%
  • magenta value is 40.13%
  • yellow value is 10.19%
  • key color value is 38.43%
CMYK:
(0,40,10,38)
C0M40Y10K38 
(0%,40%,10%,38%)
(0.00/0.40/0.10/0.38)	

CMYK percentages

%0
%40.13
%10.19
%38.43

Codes

Color #9D5E8D in popluar color models

9D5E8D
RGB15794141
HSL315°25.10%49.22%
HSB/HSV315°40.13%61.57%
CMYK0.00%40.13%10.19%
38.43%

Color #9D5E8D in popluar number systems.

HEX9D5E8D
Decimal15794141
Binary10011101101111010001101
Octal235136215

Shades and tints

Shades of #9D5E8D

#9D5E8D
(157,94,141)
#8F5681
(143,86,129)
#814E75
(129,78,117)
#734669
(115,70,105)
#653E5D
(101,62,93)
#573651
(87,54,81)
#492E45
(73,46,69)
#3B2639
(59,38,57)
#2D1E2D
(45,30,45)
#1F1621
(31,22,33)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #9D5E8D

#9D5E8D
(157,94,141)
#A56C97
(165,108,151)
#AD7AA1
(173,122,161)
#B588AB
(181,136,171)
#BD96B5
(189,150,181)
#C5A4BF
(197,164,191)
#CDB2C9
(205,178,201)
#D5C0D3
(213,192,211)
#DDCEDD
(221,206,221)
#E5DCE7
(229,220,231)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5E8D color. Also use rgb(157,94,141) instead hex code.

Text Font Color

.myTextColor { color: #9D5E8D; }

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

This text font color is #9D5E8D.


Background Color

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

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

This div background color is #9D5E8D.


Border color

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

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

This div border color is #9D5E8D.


Opacity

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

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

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

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

This text has shadow with #9D5E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5E8D on black background.


Color preview on white background

This text has color #9D5E8D on white background.



Black color preview on #9D5E8D background

This text has black color on #9D5E8D background.


White color preview on #9D5E8D background

This text has white color on #9D5E8D background.