COLOR #9E658D

HEX: #9E658D
RGB: (158,101,141)

Color info

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

RGB color model

#9E658D color RGB value is (158,101,141).

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

RGB channels and saturation

R 158 of 255 = 62%
G 101 of 255 = 40%
B 141 of 255 = 55%

158
101
141

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

Portions of RGB colors in percentages

R + G + B =
158 + 101 + 141 = 400 (100%)
R 158 of 400 ~ 39.5%
G 101 of 400 ~ 25.25%
B 141 of 400 ~ 35.25%

%39.5
%25.25
%35.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 10.76%
  • key color value is 38.04%
CMYK:
(0,36,11,38)
C0M36Y11K38 
(0%,36%,11%,38%)
(0.00/0.36/0.11/0.38)	

CMYK percentages

%0
%36.08
%10.76
%38.04

Codes

Color #9E658D in popluar color models

9E658D
RGB158101141
HSL318°22.71%50.78%
HSB/HSV318°36.08%61.96%
CMYK0.00%36.08%10.76%
38.04%

Color #9E658D in popluar number systems.

HEX9E658D
Decimal158101141
Binary10011110110010110001101
Octal236145215

Shades and tints

Shades of #9E658D

#9E658D
(158,101,141)
#905C81
(144,92,129)
#825375
(130,83,117)
#744A69
(116,74,105)
#66415D
(102,65,93)
#583851
(88,56,81)
#4A2F45
(74,47,69)
#3C2639
(60,38,57)
#2E1D2D
(46,29,45)
#201421
(32,20,33)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #9E658D

#9E658D
(158,101,141)
#A67397
(166,115,151)
#AE81A1
(174,129,161)
#B68FAB
(182,143,171)
#BE9DB5
(190,157,181)
#C6ABBF
(198,171,191)
#CEB9C9
(206,185,201)
#D6C7D3
(214,199,211)
#DED5DD
(222,213,221)
#E6E3E7
(230,227,231)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E658D; }

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

This text font color is #9E658D.


Background Color

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

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

This div background color is #9E658D.


Border color

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

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

This div border color is #9E658D.


Opacity

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

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

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

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

This text has shadow with #9E658D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E658D on black background.


Color preview on white background

This text has color #9E658D on white background.



Black color preview on #9E658D background

This text has black color on #9E658D background.


White color preview on #9E658D background

This text has white color on #9E658D background.