COLOR #9F638D

HEX: #9F638D
RGB: (159,99,141)

Color info

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

RGB color model

#9F638D color RGB value is (159,99,141).

  • red value is 159;
  • green value is 99;
  • blue value is 141.
RGB:
(159,99,141)
(62%,39%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 99 of 255 = 39%
B 141 of 255 = 55%

159
99
141

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

Portions of RGB colors in percentages

R + G + B =
159 + 99 + 141 = 399 (100%)
R 159 of 399 ~ 39.85%
G 99 of 399 ~ 24.81%
B 141 of 399 ~ 35.34%

%39.85
%24.81
%35.34

CMYK color model

#9F638D color CMYK value is (0,38,11,38).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 11.32%
  • key color value is 37.65%
CMYK:
(0,38,11,38)
C0M38Y11K38 
(0%,38%,11%,38%)
(0.00/0.38/0.11/0.38)	

CMYK percentages

%0
%37.74
%11.32
%37.65

Codes

Color #9F638D in popluar color models

9F638D
RGB15999141
HSL318°23.81%50.59%
HSB/HSV318°37.74%62.35%
CMYK0.00%37.74%11.32%
37.65%

Color #9F638D in popluar number systems.

HEX9F638D
Decimal15999141
Binary10011111110001110001101
Octal237143215

Shades and tints

Shades of #9F638D

#9F638D
(159,99,141)
#915A81
(145,90,129)
#835175
(131,81,117)
#754869
(117,72,105)
#673F5D
(103,63,93)
#593651
(89,54,81)
#4B2D45
(75,45,69)
#3D2439
(61,36,57)
#2F1B2D
(47,27,45)
#211221
(33,18,33)
#130915
(19,9,21)
#000000
(0,0,0)

Tints of #9F638D

#9F638D
(159,99,141)
#A77197
(167,113,151)
#AF7FA1
(175,127,161)
#B78DAB
(183,141,171)
#BF9BB5
(191,155,181)
#C7A9BF
(199,169,191)
#CFB7C9
(207,183,201)
#D7C5D3
(215,197,211)
#DFD3DD
(223,211,221)
#E7E1E7
(231,225,231)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F638D color. Also use rgb(159,99,141) instead hex code.

Text Font Color

.myTextColor { color: #9F638D; }

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

This text font color is #9F638D.


Background Color

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

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

This div background color is #9F638D.


Border color

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

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

This div border color is #9F638D.


Opacity

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

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

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

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

This text has shadow with #9F638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F638D on black background.


Color preview on white background

This text has color #9F638D on white background.



Black color preview on #9F638D background

This text has black color on #9F638D background.


White color preview on #9F638D background

This text has white color on #9F638D background.