COLOR #9D3BAB

HEX: #9D3BAB
RGB: (157,59,171)

Color info

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

RGB color model

#9D3BAB color RGB value is (157,59,171).

  • red value is 157;
  • green value is 59;
  • blue value is 171.
RGB:
(157,59,171)
(62%,23%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 59 of 255 = 23%
B 171 of 255 = 67%

157
59
171

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

Portions of RGB colors in percentages

R + G + B =
157 + 59 + 171 = 387 (100%)
R 157 of 387 ~ 40.57%
G 59 of 387 ~ 15.25%
B 171 of 387 ~ 44.19%

%40.57
%15.25
%44.19

CMYK color model

#9D3BAB color CMYK value is (8,65,0,33).

  • cyan value is 8.19%
  • magenta value is 65.50%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(8,65,0,33)
C8M65Y0K33 
(8%,65%,0%,33%)
(0.08/0.65/0.00/0.33)	

CMYK percentages

%8.19
%65.5
%0
%32.94

Codes

Color #9D3BAB in popluar color models

9D3BAB
RGB15759171
HSL293°48.70%45.10%
HSB/HSV293°65.50%67.06%
CMYK8.19%65.50%0.00%
32.94%

Color #9D3BAB in popluar number systems.

HEX9D3BAB
Decimal15759171
Binary1001110111101110101011
Octal23573253

Shades and tints

Shades of #9D3BAB

#9D3BAB
(157,59,171)
#8F369C
(143,54,156)
#81318D
(129,49,141)
#732C7E
(115,44,126)
#65276F
(101,39,111)
#572260
(87,34,96)
#491D51
(73,29,81)
#3B1842
(59,24,66)
#2D1333
(45,19,51)
#1F0E24
(31,14,36)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #9D3BAB

#9D3BAB
(157,59,171)
#A54CB2
(165,76,178)
#AD5DB9
(173,93,185)
#B56EC0
(181,110,192)
#BD7FC7
(189,127,199)
#C590CE
(197,144,206)
#CDA1D5
(205,161,213)
#D5B2DC
(213,178,220)
#DDC3E3
(221,195,227)
#E5D4EA
(229,212,234)
#EDE5F1
(237,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D3BAB color. Also use rgb(157,59,171) instead hex code.

Text Font Color

.myTextColor { color: #9D3BAB; }

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

This text font color is #9D3BAB.


Background Color

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

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

This div background color is #9D3BAB.


Border color

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

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

This div border color is #9D3BAB.


Opacity

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

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

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

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

This text has shadow with #9D3BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D3BAB on black background.


Color preview on white background

This text has color #9D3BAB on white background.



Black color preview on #9D3BAB background

This text has black color on #9D3BAB background.


White color preview on #9D3BAB background

This text has white color on #9D3BAB background.