COLOR #9E7C9E

HEX: #9E7C9E
RGB: (158,124,158)

Color info

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

RGB color model

#9E7C9E color RGB value is (158,124,158).

  • red value is 158;
  • green value is 124;
  • blue value is 158.
RGB:
(158,124,158)
(62%,49%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 124 of 255 = 49%
B 158 of 255 = 62%

158
124
158

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

Portions of RGB colors in percentages

R + G + B =
158 + 124 + 158 = 440 (100%)
R 158 of 440 ~ 35.91%
G 124 of 440 ~ 28.18%
B 158 of 440 ~ 35.91%

%35.91
%28.18
%35.91

CMYK color model

#9E7C9E color CMYK value is (0,22,0,38).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(0,22,0,38)
C0M22Y0K38 
(0%,22%,0%,38%)
(0.00/0.22/0.00/0.38)	

CMYK percentages

%0
%21.52
%0
%38.04

Codes

Color #9E7C9E in popluar color models

9E7C9E
RGB158124158
HSL300°14.91%55.29%
HSB/HSV300°21.52%61.96%
CMYK0.00%21.52%0.00%
38.04%

Color #9E7C9E in popluar number systems.

HEX9E7C9E
Decimal158124158
Binary10011110111110010011110
Octal236174236

Shades and tints

Shades of #9E7C9E

#9E7C9E
(158,124,158)
#907190
(144,113,144)
#826682
(130,102,130)
#745B74
(116,91,116)
#665066
(102,80,102)
#584558
(88,69,88)
#4A3A4A
(74,58,74)
#3C2F3C
(60,47,60)
#2E242E
(46,36,46)
#201920
(32,25,32)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #9E7C9E

#9E7C9E
(158,124,158)
#A687A6
(166,135,166)
#AE92AE
(174,146,174)
#B69DB6
(182,157,182)
#BEA8BE
(190,168,190)
#C6B3C6
(198,179,198)
#CEBECE
(206,190,206)
#D6C9D6
(214,201,214)
#DED4DE
(222,212,222)
#E6DFE6
(230,223,230)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7C9E; }

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

This text font color is #9E7C9E.


Background Color

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

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

This div background color is #9E7C9E.


Border color

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

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

This div border color is #9E7C9E.


Opacity

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

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

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

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

This text has shadow with #9E7C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7C9E on black background.


Color preview on white background

This text has color #9E7C9E on white background.



Black color preview on #9E7C9E background

This text has black color on #9E7C9E background.


White color preview on #9E7C9E background

This text has white color on #9E7C9E background.