COLOR #8D6B9F

HEX: #8D6B9F RGB: (141,107,159)

Color info

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

RGB color model

#8D6B9F color RGB value is (141,107,159).

RGB: (141,107,159) (55%, 42%, 62%)

RGB channels and saturation

R 141 of 255 = 55%
G 107 of 255 = 42%
B 159 of 255 = 62%

141
107
159

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

Portions of RGB colors in percentages

R + G + B = 141 + 107 + 159 = 407 (100%)
R 141 of 407 ~ 34.64%
G 107 of 407 ~ 26.29%
B 159 of 407 ~ 39.07'%

%34.64
%26.29
%39.07

CMYK color model

#8D6B9F color CMYK value is (11,33,0,38).

  • cyan value is 11.32%
  • magenta value is 32.70%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (11,33,0,38) C11M33Y0K38 (11%,33%,0%,38%) (0.11/0.33/0.00/0.38) 

CMYK percentages

%11.32
%32.7
%0
%37.65

Codes

Color #8D6B9F in popluar color models

8D 6B 9F
RGB 141 107 159
HSL 279° 21.31% 52.16%
HSB/HSV 279° 32.70% 62.35%
CMYK 11.32% 32.70% 0.00%
37.65%

Color #8D6B9F in popluar number systems.

HEX 8D 6B 9F
Decimal 141 107 159
Binary 10001101 1101011 10011111
Octal 215 153 237

Shades and tints

Shades of #8D6B9F

#8D6B9F
(141,107,159)
#816291
(129,98,145)
#755983
(117,89,131)
#695075
(105,80,117)
#5D4767
(93,71,103)
#513E59
(81,62,89)
#45354B
(69,53,75)
#392C3D
(57,44,61)
#2D232F
(45,35,47)
#211A21
(33,26,33)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #8D6B9F

#8D6B9F
(141,107,159)
#9778A7
(151,120,167)
#A185AF
(161,133,175)
#AB92B7
(171,146,183)
#B59FBF
(181,159,191)
#BFACC7
(191,172,199)
#C9B9CF
(201,185,207)
#D3C6D7
(211,198,215)
#DDD3DF
(221,211,223)
#E7E0E7
(231,224,231)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6B9F color. Also use rgb(141,107,159) instead hex code.

Text Font Color

.myTextColor { color: #8D6B9F; }

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

This text font color is #8D6B9F.

Background Color

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

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

This div background color is #8D6B9F.

Border color

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

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

This div border color is #8D6B9F.

Opacity

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

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

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

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

This text has shadow with #8D6B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D6B9F.

Preview

Color preview on black background

This text has color #8D6B9F on black background.


Color preview on white background

This text has color #8D6B9F on white background.


Black color preview on #8D6B9F background

This text has black color on #8D6B9F background.


White color preview on #8D6B9F background

This text has white color on #8D6B9F background.


Related colors

Complementary color

Complementary color for #hex is #729460.


I love getcolorcode.com

Triadic colors

1 #9F8D6B and #6B9F8D with #8D6B9F are triadic colors.

2 #9F6B8D and #6B8D9F with #8D6B9F are triadic colors.