COLOR #9D3992

HEX: #9D3992
RGB: (157,57,146)

Color info

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

RGB color model

#9D3992 color RGB value is (157,57,146).

  • red value is 157;
  • green value is 57;
  • blue value is 146.
RGB:
(157,57,146)
(62%,22%,57%)

RGB channels and saturation

R 157 of 255 = 62%
G 57 of 255 = 22%
B 146 of 255 = 57%

157
57
146

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

Portions of RGB colors in percentages

R + G + B =
157 + 57 + 146 = 360 (100%)
R 157 of 360 ~ 43.61%
G 57 of 360 ~ 15.83%
B 146 of 360 ~ 40.56%

%43.61
%15.83
%40.56

CMYK color model

#9D3992 color CMYK value is (0,64,7,38).

  • cyan value is 0.00%
  • magenta value is 63.69%
  • yellow value is 7.01%
  • key color value is 38.43%
CMYK:
(0,64,7,38)
C0M64Y7K38 
(0%,64%,7%,38%)
(0.00/0.64/0.07/0.38)	

CMYK percentages

%0
%63.69
%7.01
%38.43

Codes

Color #9D3992 in popluar color models

9D3992
RGB15757146
HSL307°46.73%41.96%
HSB/HSV307°63.69%61.57%
CMYK0.00%63.69%7.01%
38.43%

Color #9D3992 in popluar number systems.

HEX9D3992
Decimal15757146
Binary1001110111100110010010
Octal23571222

Shades and tints

Shades of #9D3992

#9D3992
(157,57,146)
#8F3485
(143,52,133)
#812F78
(129,47,120)
#732A6B
(115,42,107)
#65255E
(101,37,94)
#572051
(87,32,81)
#491B44
(73,27,68)
#3B1637
(59,22,55)
#2D112A
(45,17,42)
#1F0C1D
(31,12,29)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #9D3992

#9D3992
(157,57,146)
#A54B9B
(165,75,155)
#AD5DA4
(173,93,164)
#B56FAD
(181,111,173)
#BD81B6
(189,129,182)
#C593BF
(197,147,191)
#CDA5C8
(205,165,200)
#D5B7D1
(213,183,209)
#DDC9DA
(221,201,218)
#E5DBE3
(229,219,227)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D3992 color. Also use rgb(157,57,146) instead hex code.

Text Font Color

.myTextColor { color: #9D3992; }

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

This text font color is #9D3992.


Background Color

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

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

This div background color is #9D3992.


Border color

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

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

This div border color is #9D3992.


Opacity

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

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

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

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

This text has shadow with #9D3992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D3992 on black background.


Color preview on white background

This text has color #9D3992 on white background.



Black color preview on #9D3992 background

This text has black color on #9D3992 background.


White color preview on #9D3992 background

This text has white color on #9D3992 background.