COLOR #8D71C1

HEX: #8D71C1
RGB: (141,113,193)

Color info

#8D71C1 contains mainly red and blue colors. Web safe color of #8D71C1 is #9966CC (or #96C).

RGB color model

#8D71C1 color RGB value is (141,113,193).

  • red value is 141;
  • green value is 113;
  • blue value is 193.
RGB:
(141,113,193)
(55%,44%,76%)

RGB channels and saturation

R 141 of 255 = 55%
G 113 of 255 = 44%
B 193 of 255 = 76%

141
113
193

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

Portions of RGB colors in percentages

R + G + B =
141 + 113 + 193 = 447 (100%)
R 141 of 447 ~ 31.54%
G 113 of 447 ~ 25.28%
B 193 of 447 ~ 43.18%

%31.54
%25.28
%43.18

CMYK color model

#8D71C1 color CMYK value is (27,41,0,24).

  • cyan value is 26.94%
  • magenta value is 41.45%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(27,41,0,24)
C27M41Y0K24 
(27%,41%,0%,24%)
(0.27/0.41/0.00/0.24)	

CMYK percentages

%26.94
%41.45
%0
%24.31

Codes

Color #8D71C1 in popluar color models

8D71C1
RGB141113193
HSL261°39.22%60.00%
HSB/HSV261°41.45%75.69%
CMYK26.94%41.45%0.00%
24.31%

Color #8D71C1 in popluar number systems.

HEX8D71C1
Decimal141113193
Binary10001101111000111000001
Octal215161301

Shades and tints

Shades of #8D71C1

#8D71C1
(141,113,193)
#8167B0
(129,103,176)
#755D9F
(117,93,159)
#69538E
(105,83,142)
#5D497D
(93,73,125)
#513F6C
(81,63,108)
#45355B
(69,53,91)
#392B4A
(57,43,74)
#2D2139
(45,33,57)
#211728
(33,23,40)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #8D71C1

#8D71C1
(141,113,193)
#977DC6
(151,125,198)
#A189CB
(161,137,203)
#AB95D0
(171,149,208)
#B5A1D5
(181,161,213)
#BFADDA
(191,173,218)
#C9B9DF
(201,185,223)
#D3C5E4
(211,197,228)
#DDD1E9
(221,209,233)
#E7DDEE
(231,221,238)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D71C1 color. Also use rgb(141,113,193) instead hex code.

Text Font Color

.myTextColor { color: #8D71C1; }

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

This text font color is #8D71C1.


Background Color

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

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

This div background color is #8D71C1.


Border color

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

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

This div border color is #8D71C1.


Opacity

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

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

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

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

This text has shadow with #8D71C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D71C1 on black background.


Color preview on white background

This text has color #8D71C1 on white background.



Black color preview on #8D71C1 background

This text has black color on #8D71C1 background.


White color preview on #8D71C1 background

This text has white color on #8D71C1 background.