COLOR #8D1ED1

HEX: #8D1ED1
RGB: (141,30,209)

Color info

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

RGB color model

#8D1ED1 color RGB value is (141,30,209).

  • red value is 141;
  • green value is 30;
  • blue value is 209.
RGB:
(141,30,209)
(55%,12%,82%)

RGB channels and saturation

R 141 of 255 = 55%
G 30 of 255 = 12%
B 209 of 255 = 82%

141
30
209

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

Portions of RGB colors in percentages

R + G + B =
141 + 30 + 209 = 380 (100%)
R 141 of 380 ~ 37.11%
G 30 of 380 ~ 7.89%
B 209 of 380 ~ 55%

%37.11
%55

CMYK color model

#8D1ED1 color CMYK value is (33,86,0,18).

  • cyan value is 32.54%
  • magenta value is 85.65%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(33,86,0,18)
C33M86Y0K18 
(33%,86%,0%,18%)
(0.33/0.86/0.00/0.18)	

CMYK percentages

%32.54
%85.65
%0
%18.04

Codes

Color #8D1ED1 in popluar color models

8D1ED1
RGB14130209
HSL277°74.90%46.86%
HSB/HSV277°85.65%81.96%
CMYK32.54%85.65%0.00%
18.04%

Color #8D1ED1 in popluar number systems.

HEX8D1ED1
Decimal14130209
Binary100011011111011010001
Octal21536321

Shades and tints

Shades of #8D1ED1

#8D1ED1
(141,30,209)
#811CBE
(129,28,190)
#751AAB
(117,26,171)
#691898
(105,24,152)
#5D1685
(93,22,133)
#511472
(81,20,114)
#45125F
(69,18,95)
#39104C
(57,16,76)
#2D0E39
(45,14,57)
#210C26
(33,12,38)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #8D1ED1

#8D1ED1
(141,30,209)
#9732D5
(151,50,213)
#A146D9
(161,70,217)
#AB5ADD
(171,90,221)
#B56EE1
(181,110,225)
#BF82E5
(191,130,229)
#C996E9
(201,150,233)
#D3AAED
(211,170,237)
#DDBEF1
(221,190,241)
#E7D2F5
(231,210,245)
#F1E6F9
(241,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D1ED1; }

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

This text font color is #8D1ED1.


Background Color

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

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

This div background color is #8D1ED1.


Border color

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

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

This div border color is #8D1ED1.


Opacity

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

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

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

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

This text has shadow with #8D1ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D1ED1 on black background.


Color preview on white background

This text has color #8D1ED1 on white background.



Black color preview on #8D1ED1 background

This text has black color on #8D1ED1 background.


White color preview on #8D1ED1 background

This text has white color on #8D1ED1 background.