COLOR #9E749B

HEX: #9E749B
RGB: (158,116,155)

Color info

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

RGB color model

#9E749B color RGB value is (158,116,155).

  • red value is 158;
  • green value is 116;
  • blue value is 155.
RGB:
(158,116,155)
(62%,45%,61%)

RGB channels and saturation

R 158 of 255 = 62%
G 116 of 255 = 45%
B 155 of 255 = 61%

158
116
155

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

Portions of RGB colors in percentages

R + G + B =
158 + 116 + 155 = 429 (100%)
R 158 of 429 ~ 36.83%
G 116 of 429 ~ 27.04%
B 155 of 429 ~ 36.13%

%36.83
%27.04
%36.13

CMYK color model

#9E749B color CMYK value is (0,27,2,38).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK:
(0,27,2,38)
C0M27Y2K38 
(0%,27%,2%,38%)
(0.00/0.27/0.02/0.38)	

CMYK percentages

%0
%26.58
%1.9
%38.04

Codes

Color #9E749B in popluar color models

9E749B
RGB158116155
HSL304°17.80%53.73%
HSB/HSV304°26.58%61.96%
CMYK0.00%26.58%1.90%
38.04%

Color #9E749B in popluar number systems.

HEX9E749B
Decimal158116155
Binary10011110111010010011011
Octal236164233

Shades and tints

Shades of #9E749B

#9E749B
(158,116,155)
#906A8D
(144,106,141)
#82607F
(130,96,127)
#745671
(116,86,113)
#664C63
(102,76,99)
#584255
(88,66,85)
#4A3847
(74,56,71)
#3C2E39
(60,46,57)
#2E242B
(46,36,43)
#201A1D
(32,26,29)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #9E749B

#9E749B
(158,116,155)
#A680A4
(166,128,164)
#AE8CAD
(174,140,173)
#B698B6
(182,152,182)
#BEA4BF
(190,164,191)
#C6B0C8
(198,176,200)
#CEBCD1
(206,188,209)
#D6C8DA
(214,200,218)
#DED4E3
(222,212,227)
#E6E0EC
(230,224,236)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E749B color. Also use rgb(158,116,155) instead hex code.

Text Font Color

.myTextColor { color: #9E749B; }

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

This text font color is #9E749B.


Background Color

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

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

This div background color is #9E749B.


Border color

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

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

This div border color is #9E749B.


Opacity

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

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

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

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

This text has shadow with #9E749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E749B on black background.


Color preview on white background

This text has color #9E749B on white background.



Black color preview on #9E749B background

This text has black color on #9E749B background.


White color preview on #9E749B background

This text has white color on #9E749B background.