COLOR #9B5E7A

HEX: #9B5E7A
RGB: (155,94,122)

Color info

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

RGB color model

#9B5E7A color RGB value is (155,94,122).

  • red value is 155;
  • green value is 94;
  • blue value is 122.
RGB:
(155,94,122)
(61%,37%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 94 of 255 = 37%
B 122 of 255 = 48%

155
94
122

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

Portions of RGB colors in percentages

R + G + B =
155 + 94 + 122 = 371 (100%)
R 155 of 371 ~ 41.78%
G 94 of 371 ~ 25.34%
B 122 of 371 ~ 32.88%

%41.78
%25.34
%32.88

CMYK color model

#9B5E7A color CMYK value is (0,39,21,39).

  • cyan value is 0.00%
  • magenta value is 39.35%
  • yellow value is 21.29%
  • key color value is 39.22%
CMYK:
(0,39,21,39)
C0M39Y21K39 
(0%,39%,21%,39%)
(0.00/0.39/0.21/0.39)	

CMYK percentages

%0
%39.35
%21.29
%39.22

Codes

Color #9B5E7A in popluar color models

9B5E7A
RGB15594122
HSL332°24.50%48.82%
HSB/HSV332°39.35%60.78%
CMYK0.00%39.35%21.29%
39.22%

Color #9B5E7A in popluar number systems.

HEX9B5E7A
Decimal15594122
Binary1001101110111101111010
Octal233136172

Shades and tints

Shades of #9B5E7A

#9B5E7A
(155,94,122)
#8D566F
(141,86,111)
#7F4E64
(127,78,100)
#714659
(113,70,89)
#633E4E
(99,62,78)
#553643
(85,54,67)
#472E38
(71,46,56)
#39262D
(57,38,45)
#2B1E22
(43,30,34)
#1D1617
(29,22,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #9B5E7A

#9B5E7A
(155,94,122)
#A46C86
(164,108,134)
#AD7A92
(173,122,146)
#B6889E
(182,136,158)
#BF96AA
(191,150,170)
#C8A4B6
(200,164,182)
#D1B2C2
(209,178,194)
#DAC0CE
(218,192,206)
#E3CEDA
(227,206,218)
#ECDCE6
(236,220,230)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5E7A color. Also use rgb(155,94,122) instead hex code.

Text Font Color

.myTextColor { color: #9B5E7A; }

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

This text font color is #9B5E7A.


Background Color

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

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

This div background color is #9B5E7A.


Border color

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

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

This div border color is #9B5E7A.


Opacity

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

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

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

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

This text has shadow with #9B5E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5E7A on black background.


Color preview on white background

This text has color #9B5E7A on white background.



Black color preview on #9B5E7A background

This text has black color on #9B5E7A background.


White color preview on #9B5E7A background

This text has white color on #9B5E7A background.