COLOR #9B5597

HEX: #9B5597
RGB: (155,85,151)

Color info

#9B5597 contains mainly red and blue colors. Web safe color of #9B5597 is #996699 (or #969).

RGB color model

#9B5597 color RGB value is (155,85,151).

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

RGB channels and saturation

R 155 of 255 = 61%
G 85 of 255 = 33%
B 151 of 255 = 59%

155
85
151

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

Portions of RGB colors in percentages

R + G + B =
155 + 85 + 151 = 391 (100%)
R 155 of 391 ~ 39.64%
G 85 of 391 ~ 21.74%
B 151 of 391 ~ 38.62%

%39.64
%21.74
%38.62

CMYK color model

#9B5597 color CMYK value is (0,45,3,39).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 2.58%
  • key color value is 39.22%
CMYK:
(0,45,3,39)
C0M45Y3K39 
(0%,45%,3%,39%)
(0.00/0.45/0.03/0.39)	

CMYK percentages

%0
%45.16
%2.58
%39.22

Codes

Color #9B5597 in popluar color models

9B5597
RGB15585151
HSL303°29.17%47.06%
HSB/HSV303°45.16%60.78%
CMYK0.00%45.16%2.58%
39.22%

Color #9B5597 in popluar number systems.

HEX9B5597
Decimal15585151
Binary10011011101010110010111
Octal233125227

Shades and tints

Shades of #9B5597

#9B5597
(155,85,151)
#8D4E8A
(141,78,138)
#7F477D
(127,71,125)
#714070
(113,64,112)
#633963
(99,57,99)
#553256
(85,50,86)
#472B49
(71,43,73)
#39243C
(57,36,60)
#2B1D2F
(43,29,47)
#1D1622
(29,22,34)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #9B5597

#9B5597
(155,85,151)
#A464A0
(164,100,160)
#AD73A9
(173,115,169)
#B682B2
(182,130,178)
#BF91BB
(191,145,187)
#C8A0C4
(200,160,196)
#D1AFCD
(209,175,205)
#DABED6
(218,190,214)
#E3CDDF
(227,205,223)
#ECDCE8
(236,220,232)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5597; }

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

This text font color is #9B5597.


Background Color

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

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

This div background color is #9B5597.


Border color

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

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

This div border color is #9B5597.


Opacity

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

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

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

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

This text has shadow with #9B5597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5597 on black background.


Color preview on white background

This text has color #9B5597 on white background.



Black color preview on #9B5597 background

This text has black color on #9B5597 background.


White color preview on #9B5597 background

This text has white color on #9B5597 background.