COLOR #9B5A79

HEX: #9B5A79
RGB: (155,90,121)

Color info

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

RGB color model

#9B5A79 color RGB value is (155,90,121).

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

RGB channels and saturation

R 155 of 255 = 61%
G 90 of 255 = 35%
B 121 of 255 = 47%

155
90
121

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

Portions of RGB colors in percentages

R + G + B =
155 + 90 + 121 = 366 (100%)
R 155 of 366 ~ 42.35%
G 90 of 366 ~ 24.59%
B 121 of 366 ~ 33.06%

%42.35
%24.59
%33.06

CMYK color model

#9B5A79 color CMYK value is (0,42,22,39).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 21.94%
  • key color value is 39.22%
CMYK:
(0,42,22,39)
C0M42Y22K39 
(0%,42%,22%,39%)
(0.00/0.42/0.22/0.39)	

CMYK percentages

%0
%41.94
%21.94
%39.22

Codes

Color #9B5A79 in popluar color models

9B5A79
RGB15590121
HSL331°26.53%48.04%
HSB/HSV331°41.94%60.78%
CMYK0.00%41.94%21.94%
39.22%

Color #9B5A79 in popluar number systems.

HEX9B5A79
Decimal15590121
Binary1001101110110101111001
Octal233132171

Shades and tints

Shades of #9B5A79

#9B5A79
(155,90,121)
#8D526E
(141,82,110)
#7F4A63
(127,74,99)
#714258
(113,66,88)
#633A4D
(99,58,77)
#553242
(85,50,66)
#472A37
(71,42,55)
#39222C
(57,34,44)
#2B1A21
(43,26,33)
#1D1216
(29,18,22)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #9B5A79

#9B5A79
(155,90,121)
#A46985
(164,105,133)
#AD7891
(173,120,145)
#B6879D
(182,135,157)
#BF96A9
(191,150,169)
#C8A5B5
(200,165,181)
#D1B4C1
(209,180,193)
#DAC3CD
(218,195,205)
#E3D2D9
(227,210,217)
#ECE1E5
(236,225,229)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5A79; }

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

This text font color is #9B5A79.


Background Color

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

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

This div background color is #9B5A79.


Border color

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

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

This div border color is #9B5A79.


Opacity

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

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

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

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

This text has shadow with #9B5A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5A79 on black background.


Color preview on white background

This text has color #9B5A79 on white background.



Black color preview on #9B5A79 background

This text has black color on #9B5A79 background.


White color preview on #9B5A79 background

This text has white color on #9B5A79 background.