COLOR #8D5ED2

HEX: #8D5ED2
RGB: (141,94,210)

Color info

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

RGB color model

#8D5ED2 color RGB value is (141,94,210).

  • red value is 141;
  • green value is 94;
  • blue value is 210.
RGB:
(141,94,210)
(55%,37%,82%)

RGB channels and saturation

R 141 of 255 = 55%
G 94 of 255 = 37%
B 210 of 255 = 82%

141
94
210

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

Portions of RGB colors in percentages

R + G + B =
141 + 94 + 210 = 445 (100%)
R 141 of 445 ~ 31.69%
G 94 of 445 ~ 21.12%
B 210 of 445 ~ 47.19%

%31.69
%21.12
%47.19

CMYK color model

#8D5ED2 color CMYK value is (33,55,0,18).

  • cyan value is 32.86%
  • magenta value is 55.24%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(33,55,0,18)
C33M55Y0K18 
(33%,55%,0%,18%)
(0.33/0.55/0.00/0.18)	

CMYK percentages

%32.86
%55.24
%0
%17.65

Codes

Color #8D5ED2 in popluar color models

8D5ED2
RGB14194210
HSL264°56.31%59.61%
HSB/HSV264°55.24%82.35%
CMYK32.86%55.24%0.00%
17.65%

Color #8D5ED2 in popluar number systems.

HEX8D5ED2
Decimal14194210
Binary10001101101111011010010
Octal215136322

Shades and tints

Shades of #8D5ED2

#8D5ED2
(141,94,210)
#8156BF
(129,86,191)
#754EAC
(117,78,172)
#694699
(105,70,153)
#5D3E86
(93,62,134)
#513673
(81,54,115)
#452E60
(69,46,96)
#39264D
(57,38,77)
#2D1E3A
(45,30,58)
#211627
(33,22,39)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #8D5ED2

#8D5ED2
(141,94,210)
#976CD6
(151,108,214)
#A17ADA
(161,122,218)
#AB88DE
(171,136,222)
#B596E2
(181,150,226)
#BFA4E6
(191,164,230)
#C9B2EA
(201,178,234)
#D3C0EE
(211,192,238)
#DDCEF2
(221,206,242)
#E7DCF6
(231,220,246)
#F1EAFA
(241,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5ED2 color. Also use rgb(141,94,210) instead hex code.

Text Font Color

.myTextColor { color: #8D5ED2; }

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

This text font color is #8D5ED2.


Background Color

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

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

This div background color is #8D5ED2.


Border color

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

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

This div border color is #8D5ED2.


Opacity

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

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

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

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

This text has shadow with #8D5ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5ED2 on black background.


Color preview on white background

This text has color #8D5ED2 on white background.



Black color preview on #8D5ED2 background

This text has black color on #8D5ED2 background.


White color preview on #8D5ED2 background

This text has white color on #8D5ED2 background.