COLOR #8D4CD9

HEX: #8D4CD9
RGB: (141,76,217)

Color info

#8D4CD9 contains mainly blue color. Web safe color of #8D4CD9 is #9933CC (or #93C).

RGB color model

#8D4CD9 color RGB value is (141,76,217).

  • red value is 141;
  • green value is 76;
  • blue value is 217.
RGB:
(141,76,217)
(55%,30%,85%)

RGB channels and saturation

R 141 of 255 = 55%
G 76 of 255 = 30%
B 217 of 255 = 85%

141
76
217

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

Portions of RGB colors in percentages

R + G + B =
141 + 76 + 217 = 434 (100%)
R 141 of 434 ~ 32.49%
G 76 of 434 ~ 17.51%
B 217 of 434 ~ 50%

%32.49
%17.51
%50

CMYK color model

#8D4CD9 color CMYK value is (35,65,0,15).

  • cyan value is 35.02%
  • magenta value is 64.98%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(35,65,0,15)
C35M65Y0K15 
(35%,65%,0%,15%)
(0.35/0.65/0.00/0.15)	

CMYK percentages

%35.02
%64.98
%0
%14.9

Codes

Color #8D4CD9 in popluar color models

8D4CD9
RGB14176217
HSL268°64.98%57.45%
HSB/HSV268°64.98%85.10%
CMYK35.02%64.98%0.00%
14.90%

Color #8D4CD9 in popluar number systems.

HEX8D4CD9
Decimal14176217
Binary10001101100110011011001
Octal215114331

Shades and tints

Shades of #8D4CD9

#8D4CD9
(141,76,217)
#8146C6
(129,70,198)
#7540B3
(117,64,179)
#693AA0
(105,58,160)
#5D348D
(93,52,141)
#512E7A
(81,46,122)
#452867
(69,40,103)
#392254
(57,34,84)
#2D1C41
(45,28,65)
#21162E
(33,22,46)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #8D4CD9

#8D4CD9
(141,76,217)
#975CDC
(151,92,220)
#A16CDF
(161,108,223)
#AB7CE2
(171,124,226)
#B58CE5
(181,140,229)
#BF9CE8
(191,156,232)
#C9ACEB
(201,172,235)
#D3BCEE
(211,188,238)
#DDCCF1
(221,204,241)
#E7DCF4
(231,220,244)
#F1ECF7
(241,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4CD9 color. Also use rgb(141,76,217) instead hex code.

Text Font Color

.myTextColor { color: #8D4CD9; }

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

This text font color is #8D4CD9.


Background Color

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

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

This div background color is #8D4CD9.


Border color

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

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

This div border color is #8D4CD9.


Opacity

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

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

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

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

This text has shadow with #8D4CD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4CD9 on black background.


Color preview on white background

This text has color #8D4CD9 on white background.



Black color preview on #8D4CD9 background

This text has black color on #8D4CD9 background.


White color preview on #8D4CD9 background

This text has white color on #8D4CD9 background.