COLOR #9B4577

HEX: #9B4577
RGB: (155,69,119)

Color info

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

RGB color model

#9B4577 color RGB value is (155,69,119).

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

RGB channels and saturation

R 155 of 255 = 61%
G 69 of 255 = 27%
B 119 of 255 = 47%

155
69
119

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

Portions of RGB colors in percentages

R + G + B =
155 + 69 + 119 = 343 (100%)
R 155 of 343 ~ 45.19%
G 69 of 343 ~ 20.12%
B 119 of 343 ~ 34.69%

%45.19
%20.12
%34.69

CMYK color model

#9B4577 color CMYK value is (0,55,23,39).

  • cyan value is 0.00%
  • magenta value is 55.48%
  • yellow value is 23.23%
  • key color value is 39.22%
CMYK:
(0,55,23,39)
C0M55Y23K39 
(0%,55%,23%,39%)
(0.00/0.55/0.23/0.39)	

CMYK percentages

%0
%55.48
%23.23
%39.22

Codes

Color #9B4577 in popluar color models

9B4577
RGB15569119
HSL325°38.39%43.92%
HSB/HSV325°55.48%60.78%
CMYK0.00%55.48%23.23%
39.22%

Color #9B4577 in popluar number systems.

HEX9B4577
Decimal15569119
Binary1001101110001011110111
Octal233105167

Shades and tints

Shades of #9B4577

#9B4577
(155,69,119)
#8D3F6D
(141,63,109)
#7F3963
(127,57,99)
#713359
(113,51,89)
#632D4F
(99,45,79)
#552745
(85,39,69)
#47213B
(71,33,59)
#391B31
(57,27,49)
#2B1527
(43,21,39)
#1D0F1D
(29,15,29)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #9B4577

#9B4577
(155,69,119)
#A45583
(164,85,131)
#AD658F
(173,101,143)
#B6759B
(182,117,155)
#BF85A7
(191,133,167)
#C895B3
(200,149,179)
#D1A5BF
(209,165,191)
#DAB5CB
(218,181,203)
#E3C5D7
(227,197,215)
#ECD5E3
(236,213,227)
#F5E5EF
(245,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4577; }

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

This text font color is #9B4577.


Background Color

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

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

This div background color is #9B4577.


Border color

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

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

This div border color is #9B4577.


Opacity

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

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

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

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

This text has shadow with #9B4577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4577 on black background.


Color preview on white background

This text has color #9B4577 on white background.



Black color preview on #9B4577 background

This text has black color on #9B4577 background.


White color preview on #9B4577 background

This text has white color on #9B4577 background.