COLOR #9B5479

HEX: #9B5479
RGB: (155,84,121)

Color info

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

RGB color model

#9B5479 color RGB value is (155,84,121).

  • red value is 155;
  • green value is 84;
  • blue value is 121.
RGB:
(155,84,121)
(61%,33%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 84 of 255 = 33%
B 121 of 255 = 47%

155
84
121

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

Portions of RGB colors in percentages

R + G + B =
155 + 84 + 121 = 360 (100%)
R 155 of 360 ~ 43.06%
G 84 of 360 ~ 23.33%
B 121 of 360 ~ 33.61%

%43.06
%23.33
%33.61

CMYK color model

#9B5479 color CMYK value is (0,46,22,39).

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 21.94%
  • key color value is 39.22%
CMYK:
(0,46,22,39)
C0M46Y22K39 
(0%,46%,22%,39%)
(0.00/0.46/0.22/0.39)	

CMYK percentages

%0
%45.81
%21.94
%39.22

Codes

Color #9B5479 in popluar color models

9B5479
RGB15584121
HSL329°29.71%46.86%
HSB/HSV329°45.81%60.78%
CMYK0.00%45.81%21.94%
39.22%

Color #9B5479 in popluar number systems.

HEX9B5479
Decimal15584121
Binary1001101110101001111001
Octal233124171

Shades and tints

Shades of #9B5479

#9B5479
(155,84,121)
#8D4D6E
(141,77,110)
#7F4663
(127,70,99)
#713F58
(113,63,88)
#63384D
(99,56,77)
#553142
(85,49,66)
#472A37
(71,42,55)
#39232C
(57,35,44)
#2B1C21
(43,28,33)
#1D1516
(29,21,22)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #9B5479

#9B5479
(155,84,121)
#A46385
(164,99,133)
#AD7291
(173,114,145)
#B6819D
(182,129,157)
#BF90A9
(191,144,169)
#C89FB5
(200,159,181)
#D1AEC1
(209,174,193)
#DABDCD
(218,189,205)
#E3CCD9
(227,204,217)
#ECDBE5
(236,219,229)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5479 color. Also use rgb(155,84,121) instead hex code.

Text Font Color

.myTextColor { color: #9B5479; }

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

This text font color is #9B5479.


Background Color

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

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

This div background color is #9B5479.


Border color

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

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

This div border color is #9B5479.


Opacity

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

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

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

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

This text has shadow with #9B5479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5479 on black background.


Color preview on white background

This text has color #9B5479 on white background.



Black color preview on #9B5479 background

This text has black color on #9B5479 background.


White color preview on #9B5479 background

This text has white color on #9B5479 background.