COLOR #9F4B8B

HEX: #9F4B8B
RGB: (159,75,139)

Color info

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

RGB color model

#9F4B8B color RGB value is (159,75,139).

  • red value is 159;
  • green value is 75;
  • blue value is 139.
RGB:
(159,75,139)
(62%,29%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 75 of 255 = 29%
B 139 of 255 = 55%

159
75
139

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

Portions of RGB colors in percentages

R + G + B =
159 + 75 + 139 = 373 (100%)
R 159 of 373 ~ 42.63%
G 75 of 373 ~ 20.11%
B 139 of 373 ~ 37.27%

%42.63
%20.11
%37.27

CMYK color model

#9F4B8B color CMYK value is (0,53,13,38).

  • cyan value is 0.00%
  • magenta value is 52.83%
  • yellow value is 12.58%
  • key color value is 37.65%
CMYK:
(0,53,13,38)
C0M53Y13K38 
(0%,53%,13%,38%)
(0.00/0.53/0.13/0.38)	

CMYK percentages

%0
%52.83
%12.58
%37.65

Codes

Color #9F4B8B in popluar color models

9F4B8B
RGB15975139
HSL314°35.90%45.88%
HSB/HSV314°52.83%62.35%
CMYK0.00%52.83%12.58%
37.65%

Color #9F4B8B in popluar number systems.

HEX9F4B8B
Decimal15975139
Binary10011111100101110001011
Octal237113213

Shades and tints

Shades of #9F4B8B

#9F4B8B
(159,75,139)
#91457F
(145,69,127)
#833F73
(131,63,115)
#753967
(117,57,103)
#67335B
(103,51,91)
#592D4F
(89,45,79)
#4B2743
(75,39,67)
#3D2137
(61,33,55)
#2F1B2B
(47,27,43)
#21151F
(33,21,31)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9F4B8B

#9F4B8B
(159,75,139)
#A75B95
(167,91,149)
#AF6B9F
(175,107,159)
#B77BA9
(183,123,169)
#BF8BB3
(191,139,179)
#C79BBD
(199,155,189)
#CFABC7
(207,171,199)
#D7BBD1
(215,187,209)
#DFCBDB
(223,203,219)
#E7DBE5
(231,219,229)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4B8B color. Also use rgb(159,75,139) instead hex code.

Text Font Color

.myTextColor { color: #9F4B8B; }

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

This text font color is #9F4B8B.


Background Color

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

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

This div background color is #9F4B8B.


Border color

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

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

This div border color is #9F4B8B.


Opacity

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

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

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

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

This text has shadow with #9F4B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4B8B on black background.


Color preview on white background

This text has color #9F4B8B on white background.



Black color preview on #9F4B8B background

This text has black color on #9F4B8B background.


White color preview on #9F4B8B background

This text has white color on #9F4B8B background.