COLOR #9E639D

HEX: #9E639D RGB: (158,99,157)

Color info

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

RGB color model

#9E639D color RGB value is (158,99,157).

RGB: (158,99,157) (62%, 39%, 62%)

RGB channels and saturation

R 158 of 255 = 62%
G 99 of 255 = 39%
B 157 of 255 = 62%

158
99
157

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

Portions of RGB colors in percentages

R + G + B = 158 + 99 + 157 = 414 (100%)
R 158 of 414 ~ 38.16%
G 99 of 414 ~ 23.91%
B 157 of 414 ~ 37.92'%

%38.16
%23.91
%37.92

CMYK color model

#9E639D color CMYK value is (0,37,1,38).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 0.63%
  • key color value is 38.04%

CMYK: (0,37,1,38)
C0M37Y1K38 (0%, 37%, 1%, 38%)
(0.00 / 0.37 / 0.01 / 0.38)

CMYK percentages

%0
%37.34
%0.63
%38.04

Codes

Color #9E639D in popluar color models

9E 63 9D
RGB 158 99 157
HSL 301° 23.32% 50.39%
HSB/HSV 301° 37.34% 61.96%
CMYK 0.00% 37.34% 0.63%
38.04%

Color #9E639D in popluar number systems.

HEX 9E 63 9D
Decimal 158 99 157
Binary 10011110 1100011 10011101
Octal 236 143 235

Shades and tints

Shades of #9E639D

#9E639D
(158,99,157)
#905A8F
(144,90,143)
#825181
(130,81,129)
#744873
(116,72,115)
#663F65
(102,63,101)
#583657
(88,54,87)
#4A2D49
(74,45,73)
#3C243B
(60,36,59)
#2E1B2D
(46,27,45)
#20121F
(32,18,31)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #9E639D

#9E639D
(158,99,157)
#A671A5
(166,113,165)
#AE7FAD
(174,127,173)
#B68DB5
(182,141,181)
#BE9BBD
(190,155,189)
#C6A9C5
(198,169,197)
#CEB7CD
(206,183,205)
#D6C5D5
(214,197,213)
#DED3DD
(222,211,221)
#E6E1E5
(230,225,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E639D; }

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

This text font color is #9E639D.

Background Color

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

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

This div background color is #9E639D.

Border color

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

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

This div border color is #9E639D.

Opacity

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

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

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

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

This text has shadow with #9E639D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E639D.

Preview

Color preview on black background

This text has color #9E639D on black background.


Color preview on white background

This text has color #9E639D on white background.


Black color preview on #9E639D background

This text has black color on #9E639D background.


White color preview on #9E639D background

This text has white color on #9E639D background.


Related colors

Complementary color

Complementary color for #hex is #619C62.


I love getcolorcode.com

Triadic colors

1 #9D9E63 and #639D9E with #9E639D are triadic colors.

2 #9D639E and #639E9D with #9E639D are triadic colors.