COLOR #9B5579

HEX: #9B5579 RGB: (155,85,121)

Color info

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

RGB color model

#9B5579 color RGB value is (155,85,121).

RGB: (155,85,121) (61%, 33%, 47%)

RGB channels and saturation

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

155
85
121

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

Portions of RGB colors in percentages

R + G + B = 155 + 85 + 121 = 361 (100%)
R 155 of 361 ~ 42.94%
G 85 of 361 ~ 23.55%
B 121 of 361 ~ 33.52'%

%42.94
%23.55
%33.52

CMYK color model

#9B5579 color CMYK value is (0,45,22,39).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 21.94%
  • key color value is 39.22%

CMYK: (0,45,22,39)
C0M45Y22K39 (0%, 45%, 22%, 39%)
(0.00 / 0.45 / 0.22 / 0.39)

CMYK percentages

%0
%45.16
%21.94
%39.22

Codes

Color #9B5579 in popluar color models

9B 55 79
RGB 155 85 121
HSL 329° 29.17% 47.06%
HSB/HSV 329° 45.16% 60.78%
CMYK 0.00% 45.16% 21.94%
39.22%

Color #9B5579 in popluar number systems.

HEX 9B 55 79
Decimal 155 85 121
Binary 10011011 1010101 1111001
Octal 233 125 171

Shades and tints

Shades of #9B5579

#9B5579
(155,85,121)
#8D4E6E
(141,78,110)
#7F4763
(127,71,99)
#714058
(113,64,88)
#63394D
(99,57,77)
#553242
(85,50,66)
#472B37
(71,43,55)
#39242C
(57,36,44)
#2B1D21
(43,29,33)
#1D1616
(29,22,22)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #9B5579

#9B5579
(155,85,121)
#A46485
(164,100,133)
#AD7391
(173,115,145)
#B6829D
(182,130,157)
#BF91A9
(191,145,169)
#C8A0B5
(200,160,181)
#D1AFC1
(209,175,193)
#DABECD
(218,190,205)
#E3CDD9
(227,205,217)
#ECDCE5
(236,220,229)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5579; }

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

This text font color is #9B5579.

Background Color

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

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

This div background color is #9B5579.

Border color

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

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

This div border color is #9B5579.

Opacity

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

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

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

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

This text has shadow with #9B5579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5579.

Preview

Color preview on black background

This text has color #9B5579 on black background.


Color preview on white background

This text has color #9B5579 on white background.


Black color preview on #9B5579 background

This text has black color on #9B5579 background.


White color preview on #9B5579 background

This text has white color on #9B5579 background.


Related colors

Complementary color

Complementary color for #hex is #64AA86.


I love getcolorcode.com

Triadic colors

1 #799B55 and #55799B with #9B5579 are triadic colors.

2 #79559B and #559B79 with #9B5579 are triadic colors.