COLOR #8D6FA8

HEX: #8D6FA8
RGB: (141,111,168)

Color info

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

RGB color model

#8D6FA8 color RGB value is (141,111,168).

  • red value is 141;
  • green value is 111;
  • blue value is 168.
RGB:
(141,111,168)
(55%,44%,66%)

RGB channels and saturation

R 141 of 255 = 55%
G 111 of 255 = 44%
B 168 of 255 = 66%

141
111
168

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

Portions of RGB colors in percentages

R + G + B =
141 + 111 + 168 = 420 (100%)
R 141 of 420 ~ 33.57%
G 111 of 420 ~ 26.43%
B 168 of 420 ~ 40%

%33.57
%26.43
%40

CMYK color model

#8D6FA8 color CMYK value is (16,34,0,34).

  • cyan value is 16.07%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(16,34,0,34)
C16M34Y0K34 
(16%,34%,0%,34%)
(0.16/0.34/0.00/0.34)	

CMYK percentages

%16.07
%33.93
%0
%34.12

Codes

Color #8D6FA8 in popluar color models

8D6FA8
RGB141111168
HSL272°24.68%54.71%
HSB/HSV272°33.93%65.88%
CMYK16.07%33.93%0.00%
34.12%

Color #8D6FA8 in popluar number systems.

HEX8D6FA8
Decimal141111168
Binary10001101110111110101000
Octal215157250

Shades and tints

Shades of #8D6FA8

#8D6FA8
(141,111,168)
#816599
(129,101,153)
#755B8A
(117,91,138)
#69517B
(105,81,123)
#5D476C
(93,71,108)
#513D5D
(81,61,93)
#45334E
(69,51,78)
#39293F
(57,41,63)
#2D1F30
(45,31,48)
#211521
(33,21,33)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #8D6FA8

#8D6FA8
(141,111,168)
#977CAF
(151,124,175)
#A189B6
(161,137,182)
#AB96BD
(171,150,189)
#B5A3C4
(181,163,196)
#BFB0CB
(191,176,203)
#C9BDD2
(201,189,210)
#D3CAD9
(211,202,217)
#DDD7E0
(221,215,224)
#E7E4E7
(231,228,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6FA8 color. Also use rgb(141,111,168) instead hex code.

Text Font Color

.myTextColor { color: #8D6FA8; }

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

This text font color is #8D6FA8.


Background Color

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

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

This div background color is #8D6FA8.


Border color

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

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

This div border color is #8D6FA8.


Opacity

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

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

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

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

This text has shadow with #8D6FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6FA8 on black background.


Color preview on white background

This text has color #8D6FA8 on white background.



Black color preview on #8D6FA8 background

This text has black color on #8D6FA8 background.


White color preview on #8D6FA8 background

This text has white color on #8D6FA8 background.