COLOR #9B4561

HEX: #9B4561
RGB: (155,69,97)

Color info

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

RGB color model

#9B4561 color RGB value is (155,69,97).

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

RGB channels and saturation

R 155 of 255 = 61%
G 69 of 255 = 27%
B 97 of 255 = 38%

155
69
97

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

Portions of RGB colors in percentages

R + G + B =
155 + 69 + 97 = 321 (100%)
R 155 of 321 ~ 48.29%
G 69 of 321 ~ 21.5%
B 97 of 321 ~ 30.22%

%48.29
%21.5
%30.22

CMYK color model

#9B4561 color CMYK value is (0,55,37,39).

  • cyan value is 0.00%
  • magenta value is 55.48%
  • yellow value is 37.42%
  • key color value is 39.22%
CMYK:
(0,55,37,39)
C0M55Y37K39 
(0%,55%,37%,39%)
(0.00/0.55/0.37/0.39)	

CMYK percentages

%0
%55.48
%37.42
%39.22

Codes

Color #9B4561 in popluar color models

9B4561
RGB1556997
HSL340°38.39%43.92%
HSB/HSV340°55.48%60.78%
CMYK0.00%55.48%37.42%
39.22%

Color #9B4561 in popluar number systems.

HEX9B4561
Decimal1556997
Binary1001101110001011100001
Octal233105141

Shades and tints

Shades of #9B4561

#9B4561
(155,69,97)
#8D3F59
(141,63,89)
#7F3951
(127,57,81)
#713349
(113,51,73)
#632D41
(99,45,65)
#552739
(85,39,57)
#472131
(71,33,49)
#391B29
(57,27,41)
#2B1521
(43,21,33)
#1D0F19
(29,15,25)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #9B4561

#9B4561
(155,69,97)
#A4556F
(164,85,111)
#AD657D
(173,101,125)
#B6758B
(182,117,139)
#BF8599
(191,133,153)
#C895A7
(200,149,167)
#D1A5B5
(209,165,181)
#DAB5C3
(218,181,195)
#E3C5D1
(227,197,209)
#ECD5DF
(236,213,223)
#F5E5ED
(245,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4561; }

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

This text font color is #9B4561.


Background Color

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

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

This div background color is #9B4561.


Border color

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

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

This div border color is #9B4561.


Opacity

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

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

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

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

This text has shadow with #9B4561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4561 on black background.


Color preview on white background

This text has color #9B4561 on white background.



Black color preview on #9B4561 background

This text has black color on #9B4561 background.


White color preview on #9B4561 background

This text has white color on #9B4561 background.