COLOR #9B5575

HEX: #9B5575
RGB: (155,85,117)

Color info

#9B5575 contains mainly red and blue colors. Web safe color of #9B5575 is #996666 (or #966).

RGB color model

#9B5575 color RGB value is (155,85,117).

  • red value is 155;
  • green value is 85;
  • blue value is 117.
RGB:
(155,85,117)
(61%,33%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 85 of 255 = 33%
B 117 of 255 = 46%

155
85
117

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

Portions of RGB colors in percentages

R + G + B =
155 + 85 + 117 = 357 (100%)
R 155 of 357 ~ 43.42%
G 85 of 357 ~ 23.81%
B 117 of 357 ~ 32.77%

%43.42
%23.81
%32.77

CMYK color model

#9B5575 color CMYK value is (0,45,25,39).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 24.52%
  • key color value is 39.22%
CMYK:
(0,45,25,39)
C0M45Y25K39 
(0%,45%,25%,39%)
(0.00/0.45/0.25/0.39)	

CMYK percentages

%0
%45.16
%24.52
%39.22

Codes

Color #9B5575 in popluar color models

9B5575
RGB15585117
HSL333°29.17%47.06%
HSB/HSV333°45.16%60.78%
CMYK0.00%45.16%24.52%
39.22%

Color #9B5575 in popluar number systems.

HEX9B5575
Decimal15585117
Binary1001101110101011110101
Octal233125165

Shades and tints

Shades of #9B5575

#9B5575
(155,85,117)
#8D4E6B
(141,78,107)
#7F4761
(127,71,97)
#714057
(113,64,87)
#63394D
(99,57,77)
#553243
(85,50,67)
#472B39
(71,43,57)
#39242F
(57,36,47)
#2B1D25
(43,29,37)
#1D161B
(29,22,27)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #9B5575

#9B5575
(155,85,117)
#A46481
(164,100,129)
#AD738D
(173,115,141)
#B68299
(182,130,153)
#BF91A5
(191,145,165)
#C8A0B1
(200,160,177)
#D1AFBD
(209,175,189)
#DABEC9
(218,190,201)
#E3CDD5
(227,205,213)
#ECDCE1
(236,220,225)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5575 color. Also use rgb(155,85,117) instead hex code.

Text Font Color

.myTextColor { color: #9B5575; }

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

This text font color is #9B5575.


Background Color

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

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

This div background color is #9B5575.


Border color

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

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

This div border color is #9B5575.


Opacity

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

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

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

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

This text has shadow with #9B5575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5575 on black background.


Color preview on white background

This text has color #9B5575 on white background.



Black color preview on #9B5575 background

This text has black color on #9B5575 background.


White color preview on #9B5575 background

This text has white color on #9B5575 background.