COLOR #9B4E9D

HEX: #9B4E9D
RGB: (155,78,157)

Color info

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

RGB color model

#9B4E9D color RGB value is (155,78,157).

  • red value is 155;
  • green value is 78;
  • blue value is 157.
RGB:
(155,78,157)
(61%,31%,62%)

RGB channels and saturation

R 155 of 255 = 61%
G 78 of 255 = 31%
B 157 of 255 = 62%

155
78
157

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

Portions of RGB colors in percentages

R + G + B =
155 + 78 + 157 = 390 (100%)
R 155 of 390 ~ 39.74%
G 78 of 390 ~ 20%
B 157 of 390 ~ 40.26%

%39.74
%20
%40.26

CMYK color model

#9B4E9D color CMYK value is (1,50,0,38).

  • cyan value is 1.27%
  • magenta value is 50.32%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(1,50,0,38)
C1M50Y0K38 
(1%,50%,0%,38%)
(0.01/0.50/0.00/0.38)	

CMYK percentages

%1.27
%50.32
%0
%38.43

Codes

Color #9B4E9D in popluar color models

9B4E9D
RGB15578157
HSL298°33.62%46.08%
HSB/HSV298°50.32%61.57%
CMYK1.27%50.32%0.00%
38.43%

Color #9B4E9D in popluar number systems.

HEX9B4E9D
Decimal15578157
Binary10011011100111010011101
Octal233116235

Shades and tints

Shades of #9B4E9D

#9B4E9D
(155,78,157)
#8D478F
(141,71,143)
#7F4081
(127,64,129)
#713973
(113,57,115)
#633265
(99,50,101)
#552B57
(85,43,87)
#472449
(71,36,73)
#391D3B
(57,29,59)
#2B162D
(43,22,45)
#1D0F1F
(29,15,31)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #9B4E9D

#9B4E9D
(155,78,157)
#A45EA5
(164,94,165)
#AD6EAD
(173,110,173)
#B67EB5
(182,126,181)
#BF8EBD
(191,142,189)
#C89EC5
(200,158,197)
#D1AECD
(209,174,205)
#DABED5
(218,190,213)
#E3CEDD
(227,206,221)
#ECDEE5
(236,222,229)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4E9D color. Also use rgb(155,78,157) instead hex code.

Text Font Color

.myTextColor { color: #9B4E9D; }

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

This text font color is #9B4E9D.


Background Color

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

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

This div background color is #9B4E9D.


Border color

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

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

This div border color is #9B4E9D.


Opacity

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

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

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

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

This text has shadow with #9B4E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4E9D on black background.


Color preview on white background

This text has color #9B4E9D on white background.



Black color preview on #9B4E9D background

This text has black color on #9B4E9D background.


White color preview on #9B4E9D background

This text has white color on #9B4E9D background.