COLOR #9E638D

HEX: #9E638D
RGB: (158,99,141)

Color info

#9E638D contains red, green and blue colors in about the same proportion. Web safe color of #9E638D is #996699 (or #969).

RGB color model

#9E638D color RGB value is (158,99,141).

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

RGB channels and saturation

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

158
99
141

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

Portions of RGB colors in percentages

R + G + B =
158 + 99 + 141 = 398 (100%)
R 158 of 398 ~ 39.7%
G 99 of 398 ~ 24.87%
B 141 of 398 ~ 35.43%

%39.7
%24.87
%35.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 10.76%
  • key color value is 38.04%
CMYK:
(0,37,11,38)
C0M37Y11K38 
(0%,37%,11%,38%)
(0.00/0.37/0.11/0.38)	

CMYK percentages

%0
%37.34
%10.76
%38.04

Codes

Color #9E638D in popluar color models

9E638D
RGB15899141
HSL317°23.32%50.39%
HSB/HSV317°37.34%61.96%
CMYK0.00%37.34%10.76%
38.04%

Color #9E638D in popluar number systems.

HEX9E638D
Decimal15899141
Binary10011110110001110001101
Octal236143215

Shades and tints

Shades of #9E638D

#9E638D
(158,99,141)
#905A81
(144,90,129)
#825175
(130,81,117)
#744869
(116,72,105)
#663F5D
(102,63,93)
#583651
(88,54,81)
#4A2D45
(74,45,69)
#3C2439
(60,36,57)
#2E1B2D
(46,27,45)
#201221
(32,18,33)
#120915
(18,9,21)
#000000
(0,0,0)

Tints of #9E638D

#9E638D
(158,99,141)
#A67197
(166,113,151)
#AE7FA1
(174,127,161)
#B68DAB
(182,141,171)
#BE9BB5
(190,155,181)
#C6A9BF
(198,169,191)
#CEB7C9
(206,183,201)
#D6C5D3
(214,197,211)
#DED3DD
(222,211,221)
#E6E1E7
(230,225,231)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E638D; }

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

This text font color is #9E638D.


Background Color

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

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

This div background color is #9E638D.


Border color

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

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

This div border color is #9E638D.


Opacity

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

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

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

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

This text has shadow with #9E638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E638D on black background.


Color preview on white background

This text has color #9E638D on white background.



Black color preview on #9E638D background

This text has black color on #9E638D background.


White color preview on #9E638D background

This text has white color on #9E638D background.