COLOR #9B5576

HEX: #9B5576
RGB: (155,85,118)

Color info

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

RGB color model

#9B5576 color RGB value is (155,85,118).

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

RGB channels and saturation

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

155
85
118

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

Portions of RGB colors in percentages

R + G + B =
155 + 85 + 118 = 358 (100%)
R 155 of 358 ~ 43.3%
G 85 of 358 ~ 23.74%
B 118 of 358 ~ 32.96%

%43.3
%23.74
%32.96

CMYK color model

#9B5576 color CMYK value is (0,45,24,39).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 23.87%
  • key color value is 39.22%
CMYK: (0,45,24,39) C0M45Y24K39 (0%,45%,24%,39%) (0.00/0.45/0.24/0.39)

CMYK percentages

%0
%45.16
%23.87
%39.22

Codes

Color #9B5576 in popluar color models

9B5576
RGB15585118
HSL332°29.17%47.06%
HSB/HSV332°45.16%60.78%
CMYK0.00%45.16%23.87%
39.22%

Color #9B5576 in popluar number systems.

HEX9B5576
Decimal15585118
Binary1001101110101011110110
Octal233125166

Shades and tints

Shades of #9B5576

#9B5576
(155,85,118)
#8D4E6C
(141,78,108)
#7F4762
(127,71,98)
#714058
(113,64,88)
#63394E
(99,57,78)
#553244
(85,50,68)
#472B3A
(71,43,58)
#392430
(57,36,48)
#2B1D26
(43,29,38)
#1D161C
(29,22,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #9B5576

#9B5576
(155,85,118)
#A46482
(164,100,130)
#AD738E
(173,115,142)
#B6829A
(182,130,154)
#BF91A6
(191,145,166)
#C8A0B2
(200,160,178)
#D1AFBE
(209,175,190)
#DABECA
(218,190,202)
#E3CDD6
(227,205,214)
#ECDCE2
(236,220,226)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5576; }

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

This text font color is #9B5576.


Background Color

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

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

This div background color is #9B5576.


Border color

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

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

This div border color is #9B5576.


Opacity

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

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

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

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

This text has shadow with #9B5576 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9B5576 on black background.


Color preview on white background

This text has color #9B5576 on white background.



Black color preview on #9B5576 background

This text has black color on #9B5576 background.


White color preview on #9B5576 background

This text has white color on #9B5576 background.