COLOR #9D4183

HEX: #9D4183
RGB: (157,65,131)

Color info

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

RGB color model

#9D4183 color RGB value is (157,65,131).

  • red value is 157;
  • green value is 65;
  • blue value is 131.
RGB:
(157,65,131)
(62%,25%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 65 of 255 = 25%
B 131 of 255 = 51%

157
65
131

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

Portions of RGB colors in percentages

R + G + B =
157 + 65 + 131 = 353 (100%)
R 157 of 353 ~ 44.48%
G 65 of 353 ~ 18.41%
B 131 of 353 ~ 37.11%

%44.48
%18.41
%37.11

CMYK color model

#9D4183 color CMYK value is (0,59,17,38).

  • cyan value is 0.00%
  • magenta value is 58.60%
  • yellow value is 16.56%
  • key color value is 38.43%
CMYK:
(0,59,17,38)
C0M59Y17K38 
(0%,59%,17%,38%)
(0.00/0.59/0.17/0.38)	

CMYK percentages

%0
%58.6
%16.56
%38.43

Codes

Color #9D4183 in popluar color models

9D4183
RGB15765131
HSL317°41.44%43.53%
HSB/HSV317°58.60%61.57%
CMYK0.00%58.60%16.56%
38.43%

Color #9D4183 in popluar number systems.

HEX9D4183
Decimal15765131
Binary10011101100000110000011
Octal235101203

Shades and tints

Shades of #9D4183

#9D4183
(157,65,131)
#8F3C78
(143,60,120)
#81376D
(129,55,109)
#733262
(115,50,98)
#652D57
(101,45,87)
#57284C
(87,40,76)
#492341
(73,35,65)
#3B1E36
(59,30,54)
#2D192B
(45,25,43)
#1F1420
(31,20,32)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #9D4183

#9D4183
(157,65,131)
#A5528E
(165,82,142)
#AD6399
(173,99,153)
#B574A4
(181,116,164)
#BD85AF
(189,133,175)
#C596BA
(197,150,186)
#CDA7C5
(205,167,197)
#D5B8D0
(213,184,208)
#DDC9DB
(221,201,219)
#E5DAE6
(229,218,230)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4183 color. Also use rgb(157,65,131) instead hex code.

Text Font Color

.myTextColor { color: #9D4183; }

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

This text font color is #9D4183.


Background Color

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

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

This div background color is #9D4183.


Border color

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

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

This div border color is #9D4183.


Opacity

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

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

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

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

This text has shadow with #9D4183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4183 on black background.


Color preview on white background

This text has color #9D4183 on white background.



Black color preview on #9D4183 background

This text has black color on #9D4183 background.


White color preview on #9D4183 background

This text has white color on #9D4183 background.