COLOR #8D6CC5

HEX: #8D6CC5
RGB: (141,108,197)

Color info

#8D6CC5 contains mainly red and blue colors. Web safe color of #8D6CC5 is #9966CC (or #96C).

RGB color model

#8D6CC5 color RGB value is (141,108,197).

  • red value is 141;
  • green value is 108;
  • blue value is 197.
RGB:
(141,108,197)
(55%,42%,77%)

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 197 of 255 = 77%

141
108
197

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

Portions of RGB colors in percentages

R + G + B =
141 + 108 + 197 = 446 (100%)
R 141 of 446 ~ 31.61%
G 108 of 446 ~ 24.22%
B 197 of 446 ~ 44.17%

%31.61
%24.22
%44.17

CMYK color model

#8D6CC5 color CMYK value is (28,45,0,23).

  • cyan value is 28.43%
  • magenta value is 45.18%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(28,45,0,23)
C28M45Y0K23 
(28%,45%,0%,23%)
(0.28/0.45/0.00/0.23)	

CMYK percentages

%28.43
%45.18
%0
%22.75

Codes

Color #8D6CC5 in popluar color models

8D6CC5
RGB141108197
HSL262°43.41%59.80%
HSB/HSV262°45.18%77.25%
CMYK28.43%45.18%0.00%
22.75%

Color #8D6CC5 in popluar number systems.

HEX8D6CC5
Decimal141108197
Binary10001101110110011000101
Octal215154305

Shades and tints

Shades of #8D6CC5

#8D6CC5
(141,108,197)
#8163B4
(129,99,180)
#755AA3
(117,90,163)
#695192
(105,81,146)
#5D4881
(93,72,129)
#513F70
(81,63,112)
#45365F
(69,54,95)
#392D4E
(57,45,78)
#2D243D
(45,36,61)
#211B2C
(33,27,44)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #8D6CC5

#8D6CC5
(141,108,197)
#9779CA
(151,121,202)
#A186CF
(161,134,207)
#AB93D4
(171,147,212)
#B5A0D9
(181,160,217)
#BFADDE
(191,173,222)
#C9BAE3
(201,186,227)
#D3C7E8
(211,199,232)
#DDD4ED
(221,212,237)
#E7E1F2
(231,225,242)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6CC5 color. Also use rgb(141,108,197) instead hex code.

Text Font Color

.myTextColor { color: #8D6CC5; }

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

This text font color is #8D6CC5.


Background Color

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

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

This div background color is #8D6CC5.


Border color

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

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

This div border color is #8D6CC5.


Opacity

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

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

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

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

This text has shadow with #8D6CC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6CC5 on black background.


Color preview on white background

This text has color #8D6CC5 on white background.



Black color preview on #8D6CC5 background

This text has black color on #8D6CC5 background.


White color preview on #8D6CC5 background

This text has white color on #8D6CC5 background.