COLOR #9B5C96

HEX: #9B5C96
RGB: (155,92,150)

Color info

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

RGB color model

#9B5C96 color RGB value is (155,92,150).

  • red value is 155;
  • green value is 92;
  • blue value is 150.
RGB:
(155,92,150)
(61%,36%,59%)

RGB channels and saturation

R 155 of 255 = 61%
G 92 of 255 = 36%
B 150 of 255 = 59%

155
92
150

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

Portions of RGB colors in percentages

R + G + B =
155 + 92 + 150 = 397 (100%)
R 155 of 397 ~ 39.04%
G 92 of 397 ~ 23.17%
B 150 of 397 ~ 37.78%

%39.04
%23.17
%37.78

CMYK color model

#9B5C96 color CMYK value is (0,41,3,39).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(0,41,3,39)
C0M41Y3K39 
(0%,41%,3%,39%)
(0.00/0.41/0.03/0.39)	

CMYK percentages

%0
%40.65
%3.23
%39.22

Codes

Color #9B5C96 in popluar color models

9B5C96
RGB15592150
HSL305°25.51%48.43%
HSB/HSV305°40.65%60.78%
CMYK0.00%40.65%3.23%
39.22%

Color #9B5C96 in popluar number systems.

HEX9B5C96
Decimal15592150
Binary10011011101110010010110
Octal233134226

Shades and tints

Shades of #9B5C96

#9B5C96
(155,92,150)
#8D5489
(141,84,137)
#7F4C7C
(127,76,124)
#71446F
(113,68,111)
#633C62
(99,60,98)
#553455
(85,52,85)
#472C48
(71,44,72)
#39243B
(57,36,59)
#2B1C2E
(43,28,46)
#1D1421
(29,20,33)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #9B5C96

#9B5C96
(155,92,150)
#A46A9F
(164,106,159)
#AD78A8
(173,120,168)
#B686B1
(182,134,177)
#BF94BA
(191,148,186)
#C8A2C3
(200,162,195)
#D1B0CC
(209,176,204)
#DABED5
(218,190,213)
#E3CCDE
(227,204,222)
#ECDAE7
(236,218,231)
#F5E8F0
(245,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5C96 color. Also use rgb(155,92,150) instead hex code.

Text Font Color

.myTextColor { color: #9B5C96; }

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

This text font color is #9B5C96.


Background Color

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

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

This div background color is #9B5C96.


Border color

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

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

This div border color is #9B5C96.


Opacity

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

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

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

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

This text has shadow with #9B5C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5C96 on black background.


Color preview on white background

This text has color #9B5C96 on white background.



Black color preview on #9B5C96 background

This text has black color on #9B5C96 background.


White color preview on #9B5C96 background

This text has white color on #9B5C96 background.