COLOR #8D6CDC

HEX: #8D6CDC
RGB: (141,108,220)

Color info

#8D6CDC contains mainly blue color. Web safe color of #8D6CDC is #9966CC (or #96C).

RGB color model

#8D6CDC color RGB value is (141,108,220).

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

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 220 of 255 = 86%

141
108
220

R + G + B ~ 61%. #8D6CDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 108 + 220 = 469 (100%)
R 141 of 469 ~ 30.06%
G 108 of 469 ~ 23.03%
B 220 of 469 ~ 46.91%

%30.06
%23.03
%46.91

CMYK color model

#8D6CDC color CMYK value is (36,51,0,14).

  • cyan value is 35.91%
  • magenta value is 50.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(36,51,0,14)
C36M51Y0K14 
(36%,51%,0%,14%)
(0.36/0.51/0.00/0.14)	

CMYK percentages

%35.91
%50.91
%0
%13.73

Codes

Color #8D6CDC in popluar color models

8D6CDC
RGB141108220
HSL258°61.54%64.31%
HSB/HSV258°50.91%86.27%
CMYK35.91%50.91%0.00%
13.73%

Color #8D6CDC in popluar number systems.

HEX8D6CDC
Decimal141108220
Binary10001101110110011011100
Octal215154334

Shades and tints

Shades of #8D6CDC

#8D6CDC
(141,108,220)
#8163C8
(129,99,200)
#755AB4
(117,90,180)
#6951A0
(105,81,160)
#5D488C
(93,72,140)
#513F78
(81,63,120)
#453664
(69,54,100)
#392D50
(57,45,80)
#2D243C
(45,36,60)
#211B28
(33,27,40)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #8D6CDC

#8D6CDC
(141,108,220)
#9779DF
(151,121,223)
#A186E2
(161,134,226)
#AB93E5
(171,147,229)
#B5A0E8
(181,160,232)
#BFADEB
(191,173,235)
#C9BAEE
(201,186,238)
#D3C7F1
(211,199,241)
#DDD4F4
(221,212,244)
#E7E1F7
(231,225,247)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6CDC; }

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

This text font color is #8D6CDC.


Background Color

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

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

This div background color is #8D6CDC.


Border color

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

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

This div border color is #8D6CDC.


Opacity

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

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

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

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

This text has shadow with #8D6CDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6CDC on black background.


Color preview on white background

This text has color #8D6CDC on white background.



Black color preview on #8D6CDC background

This text has black color on #8D6CDC background.


White color preview on #8D6CDC background

This text has white color on #8D6CDC background.