COLOR #9B5997

HEX: #9B5997
RGB: (155,89,151)

Color info

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

RGB color model

#9B5997 color RGB value is (155,89,151).

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

RGB channels and saturation

R 155 of 255 = 61%
G 89 of 255 = 35%
B 151 of 255 = 59%

155
89
151

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

Portions of RGB colors in percentages

R + G + B =
155 + 89 + 151 = 395 (100%)
R 155 of 395 ~ 39.24%
G 89 of 395 ~ 22.53%
B 151 of 395 ~ 38.23%

%39.24
%22.53
%38.23

CMYK color model

#9B5997 color CMYK value is (0,43,3,39).

  • cyan value is 0.00%
  • magenta value is 42.58%
  • yellow value is 2.58%
  • key color value is 39.22%
CMYK:
(0,43,3,39)
C0M43Y3K39 
(0%,43%,3%,39%)
(0.00/0.43/0.03/0.39)	

CMYK percentages

%0
%42.58
%2.58
%39.22

Codes

Color #9B5997 in popluar color models

9B5997
RGB15589151
HSL304°27.05%47.84%
HSB/HSV304°42.58%60.78%
CMYK0.00%42.58%2.58%
39.22%

Color #9B5997 in popluar number systems.

HEX9B5997
Decimal15589151
Binary10011011101100110010111
Octal233131227

Shades and tints

Shades of #9B5997

#9B5997
(155,89,151)
#8D518A
(141,81,138)
#7F497D
(127,73,125)
#714170
(113,65,112)
#633963
(99,57,99)
#553156
(85,49,86)
#472949
(71,41,73)
#39213C
(57,33,60)
#2B192F
(43,25,47)
#1D1122
(29,17,34)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #9B5997

#9B5997
(155,89,151)
#A468A0
(164,104,160)
#AD77A9
(173,119,169)
#B686B2
(182,134,178)
#BF95BB
(191,149,187)
#C8A4C4
(200,164,196)
#D1B3CD
(209,179,205)
#DAC2D6
(218,194,214)
#E3D1DF
(227,209,223)
#ECE0E8
(236,224,232)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5997; }

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

This text font color is #9B5997.


Background Color

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

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

This div background color is #9B5997.


Border color

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

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

This div border color is #9B5997.


Opacity

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

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

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

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

This text has shadow with #9B5997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5997 on black background.


Color preview on white background

This text has color #9B5997 on white background.



Black color preview on #9B5997 background

This text has black color on #9B5997 background.


White color preview on #9B5997 background

This text has white color on #9B5997 background.