COLOR #9B4F8B

HEX: #9B4F8B
RGB: (155,79,139)

Color info

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

RGB color model

#9B4F8B color RGB value is (155,79,139).

  • red value is 155;
  • green value is 79;
  • blue value is 139.
RGB:
(155,79,139)
(61%,31%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 79 of 255 = 31%
B 139 of 255 = 55%

155
79
139

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

Portions of RGB colors in percentages

R + G + B =
155 + 79 + 139 = 373 (100%)
R 155 of 373 ~ 41.55%
G 79 of 373 ~ 21.18%
B 139 of 373 ~ 37.27%

%41.55
%21.18
%37.27

CMYK color model

#9B4F8B color CMYK value is (0,49,10,39).

  • cyan value is 0.00%
  • magenta value is 49.03%
  • yellow value is 10.32%
  • key color value is 39.22%
CMYK:
(0,49,10,39)
C0M49Y10K39 
(0%,49%,10%,39%)
(0.00/0.49/0.10/0.39)	

CMYK percentages

%0
%49.03
%10.32
%39.22

Codes

Color #9B4F8B in popluar color models

9B4F8B
RGB15579139
HSL313°32.48%45.88%
HSB/HSV313°49.03%60.78%
CMYK0.00%49.03%10.32%
39.22%

Color #9B4F8B in popluar number systems.

HEX9B4F8B
Decimal15579139
Binary10011011100111110001011
Octal233117213

Shades and tints

Shades of #9B4F8B

#9B4F8B
(155,79,139)
#8D487F
(141,72,127)
#7F4173
(127,65,115)
#713A67
(113,58,103)
#63335B
(99,51,91)
#552C4F
(85,44,79)
#472543
(71,37,67)
#391E37
(57,30,55)
#2B172B
(43,23,43)
#1D101F
(29,16,31)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #9B4F8B

#9B4F8B
(155,79,139)
#A45F95
(164,95,149)
#AD6F9F
(173,111,159)
#B67FA9
(182,127,169)
#BF8FB3
(191,143,179)
#C89FBD
(200,159,189)
#D1AFC7
(209,175,199)
#DABFD1
(218,191,209)
#E3CFDB
(227,207,219)
#ECDFE5
(236,223,229)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4F8B color. Also use rgb(155,79,139) instead hex code.

Text Font Color

.myTextColor { color: #9B4F8B; }

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

This text font color is #9B4F8B.


Background Color

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

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

This div background color is #9B4F8B.


Border color

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

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

This div border color is #9B4F8B.


Opacity

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

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

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

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

This text has shadow with #9B4F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4F8B on black background.


Color preview on white background

This text has color #9B4F8B on white background.



Black color preview on #9B4F8B background

This text has black color on #9B4F8B background.


White color preview on #9B4F8B background

This text has white color on #9B4F8B background.