COLOR #8D6AD1

HEX: #8D6AD1 RGB: (141,106,209)

Color info

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

RGB color model

#8D6AD1 color RGB value is (141,106,209).

RGB: (141,106,209) (55%, 42%, 82%)

RGB channels and saturation

R 141 of 255 = 55%
G 106 of 255 = 42%
B 209 of 255 = 82%

141
106
209

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

Portions of RGB colors in percentages

R + G + B = 141 + 106 + 209 = 456 (100%)
R 141 of 456 ~ 30.92%
G 106 of 456 ~ 23.25%
B 209 of 456 ~ 45.83'%

%30.92
%23.25
%45.83

CMYK color model

#8D6AD1 color CMYK value is (33,49,0,18).

  • cyan value is 32.54%
  • magenta value is 49.28%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (33,49,0,18)
C33M49Y0K18 (33%, 49%, 0%, 18%)
(0.33 / 0.49 / 0.00 / 0.18)

CMYK percentages

%32.54
%49.28
%0
%18.04

Codes

Color #8D6AD1 in popluar color models

8D 6A D1
RGB 141 106 209
HSL 260° 52.82% 61.76%
HSB/HSV 260° 49.28% 81.96%
CMYK 32.54% 49.28% 0.00%
18.04%

Color #8D6AD1 in popluar number systems.

HEX 8D 6A D1
Decimal 141 106 209
Binary 10001101 1101010 11010001
Octal 215 152 321

Shades and tints

Shades of #8D6AD1

#8D6AD1
(141,106,209)
#8161BE
(129,97,190)
#7558AB
(117,88,171)
#694F98
(105,79,152)
#5D4685
(93,70,133)
#513D72
(81,61,114)
#45345F
(69,52,95)
#392B4C
(57,43,76)
#2D2239
(45,34,57)
#211926
(33,25,38)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #8D6AD1

#8D6AD1
(141,106,209)
#9777D5
(151,119,213)
#A184D9
(161,132,217)
#AB91DD
(171,145,221)
#B59EE1
(181,158,225)
#BFABE5
(191,171,229)
#C9B8E9
(201,184,233)
#D3C5ED
(211,197,237)
#DDD2F1
(221,210,241)
#E7DFF5
(231,223,245)
#F1ECF9
(241,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6AD1 color. Also use rgb(141,106,209) instead hex code.

Text Font Color

.myTextColor { color: #8D6AD1; }

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

This text font color is #8D6AD1.

Background Color

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

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

This div background color is #8D6AD1.

Border color

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

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

This div border color is #8D6AD1.

Opacity

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

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

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

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

This text has shadow with #8D6AD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D6AD1.

Preview

Color preview on black background

This text has color #8D6AD1 on black background.


Color preview on white background

This text has color #8D6AD1 on white background.


Black color preview on #8D6AD1 background

This text has black color on #8D6AD1 background.


White color preview on #8D6AD1 background

This text has white color on #8D6AD1 background.


Related colors

Complementary color

Complementary color for #hex is #72952E.


I love getcolorcode.com

Triadic colors

1 #D18D6A and #6AD18D with #8D6AD1 are triadic colors.

2 #D16A8D and #6A8DD1 with #8D6AD1 are triadic colors.