COLOR #9B4596

HEX: #9B4596
RGB: (155,69,150)

Color info

#9B4596 contains mainly red and blue colors. Web safe color of #9B4596 is #993399 (or #939).

RGB color model

#9B4596 color RGB value is (155,69,150).

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

RGB channels and saturation

R 155 of 255 = 61%
G 69 of 255 = 27%
B 150 of 255 = 59%

155
69
150

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

Portions of RGB colors in percentages

R + G + B =
155 + 69 + 150 = 374 (100%)
R 155 of 374 ~ 41.44%
G 69 of 374 ~ 18.45%
B 150 of 374 ~ 40.11%

%41.44
%18.45
%40.11

CMYK color model

#9B4596 color CMYK value is (0,55,3,39).

  • cyan value is 0.00%
  • magenta value is 55.48%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(0,55,3,39)
C0M55Y3K39 
(0%,55%,3%,39%)
(0.00/0.55/0.03/0.39)	

CMYK percentages

%0
%55.48
%3.23
%39.22

Codes

Color #9B4596 in popluar color models

9B4596
RGB15569150
HSL303°38.39%43.92%
HSB/HSV303°55.48%60.78%
CMYK0.00%55.48%3.23%
39.22%

Color #9B4596 in popluar number systems.

HEX9B4596
Decimal15569150
Binary10011011100010110010110
Octal233105226

Shades and tints

Shades of #9B4596

#9B4596
(155,69,150)
#8D3F89
(141,63,137)
#7F397C
(127,57,124)
#71336F
(113,51,111)
#632D62
(99,45,98)
#552755
(85,39,85)
#472148
(71,33,72)
#391B3B
(57,27,59)
#2B152E
(43,21,46)
#1D0F21
(29,15,33)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #9B4596

#9B4596
(155,69,150)
#A4559F
(164,85,159)
#AD65A8
(173,101,168)
#B675B1
(182,117,177)
#BF85BA
(191,133,186)
#C895C3
(200,149,195)
#D1A5CC
(209,165,204)
#DAB5D5
(218,181,213)
#E3C5DE
(227,197,222)
#ECD5E7
(236,213,231)
#F5E5F0
(245,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4596; }

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

This text font color is #9B4596.


Background Color

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

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

This div background color is #9B4596.


Border color

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

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

This div border color is #9B4596.


Opacity

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

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

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

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

This text has shadow with #9B4596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4596 on black background.


Color preview on white background

This text has color #9B4596 on white background.



Black color preview on #9B4596 background

This text has black color on #9B4596 background.


White color preview on #9B4596 background

This text has white color on #9B4596 background.