COLOR #9B3477

HEX: #9B3477
RGB: (155,52,119)

Color info

#9B3477 contains mainly red and blue colors. Web safe color of #9B3477 is #993366 (or #936).

RGB color model

#9B3477 color RGB value is (155,52,119).

  • red value is 155;
  • green value is 52;
  • blue value is 119.
RGB:
(155,52,119)
(61%,20%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 52 of 255 = 20%
B 119 of 255 = 47%

155
52
119

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

Portions of RGB colors in percentages

R + G + B =
155 + 52 + 119 = 326 (100%)
R 155 of 326 ~ 47.55%
G 52 of 326 ~ 15.95%
B 119 of 326 ~ 36.5%

%47.55
%15.95
%36.5

CMYK color model

#9B3477 color CMYK value is (0,66,23,39).

  • cyan value is 0.00%
  • magenta value is 66.45%
  • yellow value is 23.23%
  • key color value is 39.22%
CMYK:
(0,66,23,39)
C0M66Y23K39 
(0%,66%,23%,39%)
(0.00/0.66/0.23/0.39)	

CMYK percentages

%0
%66.45
%23.23
%39.22

Codes

Color #9B3477 in popluar color models

9B3477
RGB15552119
HSL321°49.76%40.59%
HSB/HSV321°66.45%60.78%
CMYK0.00%66.45%23.23%
39.22%

Color #9B3477 in popluar number systems.

HEX9B3477
Decimal15552119
Binary100110111101001110111
Octal23364167

Shades and tints

Shades of #9B3477

#9B3477
(155,52,119)
#8D306D
(141,48,109)
#7F2C63
(127,44,99)
#712859
(113,40,89)
#63244F
(99,36,79)
#552045
(85,32,69)
#471C3B
(71,28,59)
#391831
(57,24,49)
#2B1427
(43,20,39)
#1D101D
(29,16,29)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #9B3477

#9B3477
(155,52,119)
#A44683
(164,70,131)
#AD588F
(173,88,143)
#B66A9B
(182,106,155)
#BF7CA7
(191,124,167)
#C88EB3
(200,142,179)
#D1A0BF
(209,160,191)
#DAB2CB
(218,178,203)
#E3C4D7
(227,196,215)
#ECD6E3
(236,214,227)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B3477 color. Also use rgb(155,52,119) instead hex code.

Text Font Color

.myTextColor { color: #9B3477; }

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

This text font color is #9B3477.


Background Color

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

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

This div background color is #9B3477.


Border color

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

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

This div border color is #9B3477.


Opacity

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

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

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

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

This text has shadow with #9B3477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B3477 on black background.


Color preview on white background

This text has color #9B3477 on white background.



Black color preview on #9B3477 background

This text has black color on #9B3477 background.


White color preview on #9B3477 background

This text has white color on #9B3477 background.