COLOR #9B3791

HEX: #9B3791
RGB: (155,55,145)

Color info

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

RGB color model

#9B3791 color RGB value is (155,55,145).

  • red value is 155;
  • green value is 55;
  • blue value is 145.
RGB:
(155,55,145)
(61%,22%,57%)

RGB channels and saturation

R 155 of 255 = 61%
G 55 of 255 = 22%
B 145 of 255 = 57%

155
55
145

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

Portions of RGB colors in percentages

R + G + B =
155 + 55 + 145 = 355 (100%)
R 155 of 355 ~ 43.66%
G 55 of 355 ~ 15.49%
B 145 of 355 ~ 40.85%

%43.66
%15.49
%40.85

CMYK color model

#9B3791 color CMYK value is (0,65,6,39).

  • cyan value is 0.00%
  • magenta value is 64.52%
  • yellow value is 6.45%
  • key color value is 39.22%
CMYK:
(0,65,6,39)
C0M65Y6K39 
(0%,65%,6%,39%)
(0.00/0.65/0.06/0.39)	

CMYK percentages

%0
%64.52
%6.45
%39.22

Codes

Color #9B3791 in popluar color models

9B3791
RGB15555145
HSL306°47.62%41.18%
HSB/HSV306°64.52%60.78%
CMYK0.00%64.52%6.45%
39.22%

Color #9B3791 in popluar number systems.

HEX9B3791
Decimal15555145
Binary1001101111011110010001
Octal23367221

Shades and tints

Shades of #9B3791

#9B3791
(155,55,145)
#8D3284
(141,50,132)
#7F2D77
(127,45,119)
#71286A
(113,40,106)
#63235D
(99,35,93)
#551E50
(85,30,80)
#471943
(71,25,67)
#391436
(57,20,54)
#2B0F29
(43,15,41)
#1D0A1C
(29,10,28)
#0F050F
(15,5,15)
#000000
(0,0,0)

Tints of #9B3791

#9B3791
(155,55,145)
#A4499B
(164,73,155)
#AD5BA5
(173,91,165)
#B66DAF
(182,109,175)
#BF7FB9
(191,127,185)
#C891C3
(200,145,195)
#D1A3CD
(209,163,205)
#DAB5D7
(218,181,215)
#E3C7E1
(227,199,225)
#ECD9EB
(236,217,235)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B3791 color. Also use rgb(155,55,145) instead hex code.

Text Font Color

.myTextColor { color: #9B3791; }

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

This text font color is #9B3791.


Background Color

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

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

This div background color is #9B3791.


Border color

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

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

This div border color is #9B3791.


Opacity

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

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

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

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

This text has shadow with #9B3791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B3791 on black background.


Color preview on white background

This text has color #9B3791 on white background.



Black color preview on #9B3791 background

This text has black color on #9B3791 background.


White color preview on #9B3791 background

This text has white color on #9B3791 background.