COLOR #9E639A

HEX: #9E639A
RGB: (158,99,154)

Color info

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

RGB color model

#9E639A color RGB value is (158,99,154).

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

RGB channels and saturation

R 158 of 255 = 62%
G 99 of 255 = 39%
B 154 of 255 = 60%

158
99
154

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

Portions of RGB colors in percentages

R + G + B =
158 + 99 + 154 = 411 (100%)
R 158 of 411 ~ 38.44%
G 99 of 411 ~ 24.09%
B 154 of 411 ~ 37.47%

%38.44
%24.09
%37.47

CMYK color model

#9E639A color CMYK value is (0,37,3,38).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 2.53%
  • key color value is 38.04%
CMYK:
(0,37,3,38)
C0M37Y3K38 
(0%,37%,3%,38%)
(0.00/0.37/0.03/0.38)	

CMYK percentages

%0
%37.34
%2.53
%38.04

Codes

Color #9E639A in popluar color models

9E639A
RGB15899154
HSL304°23.32%50.39%
HSB/HSV304°37.34%61.96%
CMYK0.00%37.34%2.53%
38.04%

Color #9E639A in popluar number systems.

HEX9E639A
Decimal15899154
Binary10011110110001110011010
Octal236143232

Shades and tints

Shades of #9E639A

#9E639A
(158,99,154)
#905A8C
(144,90,140)
#82517E
(130,81,126)
#744870
(116,72,112)
#663F62
(102,63,98)
#583654
(88,54,84)
#4A2D46
(74,45,70)
#3C2438
(60,36,56)
#2E1B2A
(46,27,42)
#20121C
(32,18,28)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #9E639A

#9E639A
(158,99,154)
#A671A3
(166,113,163)
#AE7FAC
(174,127,172)
#B68DB5
(182,141,181)
#BE9BBE
(190,155,190)
#C6A9C7
(198,169,199)
#CEB7D0
(206,183,208)
#D6C5D9
(214,197,217)
#DED3E2
(222,211,226)
#E6E1EB
(230,225,235)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E639A; }

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

This text font color is #9E639A.


Background Color

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

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

This div background color is #9E639A.


Border color

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

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

This div border color is #9E639A.


Opacity

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

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

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

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

This text has shadow with #9E639A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E639A on black background.


Color preview on white background

This text has color #9E639A on white background.



Black color preview on #9E639A background

This text has black color on #9E639A background.


White color preview on #9E639A background

This text has white color on #9E639A background.