COLOR #8D43B1

HEX: #8D43B1
RGB: (141,67,177)

Color info

#8D43B1 contains mainly red and blue colors. Web safe color of #8D43B1 is #993399 (or #939).

RGB color model

#8D43B1 color RGB value is (141,67,177).

  • red value is 141;
  • green value is 67;
  • blue value is 177.
RGB:
(141,67,177)
(55%,26%,69%)

RGB channels and saturation

R 141 of 255 = 55%
G 67 of 255 = 26%
B 177 of 255 = 69%

141
67
177

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

Portions of RGB colors in percentages

R + G + B =
141 + 67 + 177 = 385 (100%)
R 141 of 385 ~ 36.62%
G 67 of 385 ~ 17.4%
B 177 of 385 ~ 45.97%

%36.62
%17.4
%45.97

CMYK color model

#8D43B1 color CMYK value is (20,62,0,31).

  • cyan value is 20.34%
  • magenta value is 62.15%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(20,62,0,31)
C20M62Y0K31 
(20%,62%,0%,31%)
(0.20/0.62/0.00/0.31)	

CMYK percentages

%20.34
%62.15
%0
%30.59

Codes

Color #8D43B1 in popluar color models

8D43B1
RGB14167177
HSL280°45.08%47.84%
HSB/HSV280°62.15%69.41%
CMYK20.34%62.15%0.00%
30.59%

Color #8D43B1 in popluar number systems.

HEX8D43B1
Decimal14167177
Binary10001101100001110110001
Octal215103261

Shades and tints

Shades of #8D43B1

#8D43B1
(141,67,177)
#813DA1
(129,61,161)
#753791
(117,55,145)
#693181
(105,49,129)
#5D2B71
(93,43,113)
#512561
(81,37,97)
#451F51
(69,31,81)
#391941
(57,25,65)
#2D1331
(45,19,49)
#210D21
(33,13,33)
#150711
(21,7,17)
#000000
(0,0,0)

Tints of #8D43B1

#8D43B1
(141,67,177)
#9754B8
(151,84,184)
#A165BF
(161,101,191)
#AB76C6
(171,118,198)
#B587CD
(181,135,205)
#BF98D4
(191,152,212)
#C9A9DB
(201,169,219)
#D3BAE2
(211,186,226)
#DDCBE9
(221,203,233)
#E7DCF0
(231,220,240)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D43B1 color. Also use rgb(141,67,177) instead hex code.

Text Font Color

.myTextColor { color: #8D43B1; }

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

This text font color is #8D43B1.


Background Color

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

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

This div background color is #8D43B1.


Border color

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

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

This div border color is #8D43B1.


Opacity

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

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

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

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

This text has shadow with #8D43B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D43B1 on black background.


Color preview on white background

This text has color #8D43B1 on white background.



Black color preview on #8D43B1 background

This text has black color on #8D43B1 background.


White color preview on #8D43B1 background

This text has white color on #8D43B1 background.