COLOR #9B477B

HEX: #9B477B
RGB: (155,71,123)

Color info

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

RGB color model

#9B477B color RGB value is (155,71,123).

  • red value is 155;
  • green value is 71;
  • blue value is 123.
RGB:
(155,71,123)
(61%,28%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 71 of 255 = 28%
B 123 of 255 = 48%

155
71
123

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

Portions of RGB colors in percentages

R + G + B =
155 + 71 + 123 = 349 (100%)
R 155 of 349 ~ 44.41%
G 71 of 349 ~ 20.34%
B 123 of 349 ~ 35.24%

%44.41
%20.34
%35.24

CMYK color model

#9B477B color CMYK value is (0,54,21,39).

  • cyan value is 0.00%
  • magenta value is 54.19%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(0,54,21,39)
C0M54Y21K39 
(0%,54%,21%,39%)
(0.00/0.54/0.21/0.39)	

CMYK percentages

%0
%54.19
%20.65
%39.22

Codes

Color #9B477B in popluar color models

9B477B
RGB15571123
HSL323°37.17%44.31%
HSB/HSV323°54.19%60.78%
CMYK0.00%54.19%20.65%
39.22%

Color #9B477B in popluar number systems.

HEX9B477B
Decimal15571123
Binary1001101110001111111011
Octal233107173

Shades and tints

Shades of #9B477B

#9B477B
(155,71,123)
#8D4170
(141,65,112)
#7F3B65
(127,59,101)
#71355A
(113,53,90)
#632F4F
(99,47,79)
#552944
(85,41,68)
#472339
(71,35,57)
#391D2E
(57,29,46)
#2B1723
(43,23,35)
#1D1118
(29,17,24)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #9B477B

#9B477B
(155,71,123)
#A45787
(164,87,135)
#AD6793
(173,103,147)
#B6779F
(182,119,159)
#BF87AB
(191,135,171)
#C897B7
(200,151,183)
#D1A7C3
(209,167,195)
#DAB7CF
(218,183,207)
#E3C7DB
(227,199,219)
#ECD7E7
(236,215,231)
#F5E7F3
(245,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B477B color. Also use rgb(155,71,123) instead hex code.

Text Font Color

.myTextColor { color: #9B477B; }

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

This text font color is #9B477B.


Background Color

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

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

This div background color is #9B477B.


Border color

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

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

This div border color is #9B477B.


Opacity

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

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

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

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

This text has shadow with #9B477B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B477B on black background.


Color preview on white background

This text has color #9B477B on white background.



Black color preview on #9B477B background

This text has black color on #9B477B background.


White color preview on #9B477B background

This text has white color on #9B477B background.