COLOR #8D639D

HEX: #8D639D RGB: (141,99,157)

Color info

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

RGB color model

#8D639D color RGB value is (141,99,157).

RGB: (141,99,157) (55%, 39%, 62%)

RGB channels and saturation

R 141 of 255 = 55%
G 99 of 255 = 39%
B 157 of 255 = 62%

141
99
157

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

Portions of RGB colors in percentages

R + G + B = 141 + 99 + 157 = 397 (100%)
R 141 of 397 ~ 35.52%
G 99 of 397 ~ 24.94%
B 157 of 397 ~ 39.55'%

%35.52
%24.94
%39.55

CMYK color model

#8D639D color CMYK value is (10,37,0,38).

  • cyan value is 10.19%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (10,37,0,38)
C10M37Y0K38 (10%, 37%, 0%, 38%)
(0.10 / 0.37 / 0.00 / 0.38)

CMYK percentages

%10.19
%36.94
%0
%38.43

Codes

Color #8D639D in popluar color models

8D 63 9D
RGB 141 99 157
HSL 283° 22.83% 50.20%
HSB/HSV 283° 36.94% 61.57%
CMYK 10.19% 36.94% 0.00%
38.43%

Color #8D639D in popluar number systems.

HEX 8D 63 9D
Decimal 141 99 157
Binary 10001101 1100011 10011101
Octal 215 143 235

Shades and tints

Shades of #8D639D

#8D639D
(141,99,157)
#815A8F
(129,90,143)
#755181
(117,81,129)
#694873
(105,72,115)
#5D3F65
(93,63,101)
#513657
(81,54,87)
#452D49
(69,45,73)
#39243B
(57,36,59)
#2D1B2D
(45,27,45)
#21121F
(33,18,31)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #8D639D

#8D639D
(141,99,157)
#9771A5
(151,113,165)
#A17FAD
(161,127,173)
#AB8DB5
(171,141,181)
#B59BBD
(181,155,189)
#BFA9C5
(191,169,197)
#C9B7CD
(201,183,205)
#D3C5D5
(211,197,213)
#DDD3DD
(221,211,221)
#E7E1E5
(231,225,229)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D639D color. Also use rgb(141,99,157) instead hex code.

Text Font Color

.myTextColor { color: #8D639D; }

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

This text font color is #8D639D.

Background Color

.myBgColor { background-color: #8D639D; }

<div style="background-color:#8D639D">Inner text</div>

This div background color is #8D639D.

Border color

.myBorderColor { border: 1px solid #8D639D; }

<div style="border:3px solid #8D639D">Div</div>

This div border color is #8D639D.

Opacity

.myOpacity80 { color: #8D639D; opacity: 0.8; }

<p style="color:#8D639D;opacity:0.8;">80%</p>

Text with #8D639D 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 #8D639D;}

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

This text has shadow with #8D639D color.


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

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

This text has shadow with #8D639D primary color and red secondary color.


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

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

This text has shadow with #8D639D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D639D.

Preview

Color preview on black background

This text has color #8D639D on black background.


Color preview on white background

This text has color #8D639D on white background.


Black color preview on #8D639D background

This text has black color on #8D639D background.


White color preview on #8D639D background

This text has white color on #8D639D background.


Related colors

Complementary color

Complementary color for #hex is #729C62.


I love getcolorcode.com

Triadic colors

1 #9D8D63 and #639D8D with #8D639D are triadic colors.

2 #9D638D and #638D9D with #8D639D are triadic colors.