COLOR #8D1AD3

HEX: #8D1AD3
RGB: (141,26,211)

Color info

#8D1AD3 contains mainly blue color. Web safe color of #8D1AD3 is #9900CC (or #90C).

RGB color model

#8D1AD3 color RGB value is (141,26,211).

  • red value is 141;
  • green value is 26;
  • blue value is 211.
RGB:
(141,26,211)
(55%,10%,83%)

RGB channels and saturation

R 141 of 255 = 55%
G 26 of 255 = 10%
B 211 of 255 = 83%

141
26
211

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

Portions of RGB colors in percentages

R + G + B =
141 + 26 + 211 = 378 (100%)
R 141 of 378 ~ 37.3%
G 26 of 378 ~ 6.88%
B 211 of 378 ~ 55.82%

%37.3
%55.82

CMYK color model

#8D1AD3 color CMYK value is (33,88,0,17).

  • cyan value is 33.18%
  • magenta value is 87.68%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(33,88,0,17)
C33M88Y0K17 
(33%,88%,0%,17%)
(0.33/0.88/0.00/0.17)	

CMYK percentages

%33.18
%87.68
%0
%17.25

Codes

Color #8D1AD3 in popluar color models

8D1AD3
RGB14126211
HSL277°78.06%46.47%
HSB/HSV277°87.68%82.75%
CMYK33.18%87.68%0.00%
17.25%

Color #8D1AD3 in popluar number systems.

HEX8D1AD3
Decimal14126211
Binary100011011101011010011
Octal21532323

Shades and tints

Shades of #8D1AD3

#8D1AD3
(141,26,211)
#8118C0
(129,24,192)
#7516AD
(117,22,173)
#69149A
(105,20,154)
#5D1287
(93,18,135)
#511074
(81,16,116)
#450E61
(69,14,97)
#390C4E
(57,12,78)
#2D0A3B
(45,10,59)
#210828
(33,8,40)
#150615
(21,6,21)
#000000
(0,0,0)

Tints of #8D1AD3

#8D1AD3
(141,26,211)
#972ED7
(151,46,215)
#A142DB
(161,66,219)
#AB56DF
(171,86,223)
#B56AE3
(181,106,227)
#BF7EE7
(191,126,231)
#C992EB
(201,146,235)
#D3A6EF
(211,166,239)
#DDBAF3
(221,186,243)
#E7CEF7
(231,206,247)
#F1E2FB
(241,226,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D1AD3 color. Also use rgb(141,26,211) instead hex code.

Text Font Color

.myTextColor { color: #8D1AD3; }

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

This text font color is #8D1AD3.


Background Color

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

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

This div background color is #8D1AD3.


Border color

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

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

This div border color is #8D1AD3.


Opacity

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

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

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

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

This text has shadow with #8D1AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D1AD3 on black background.


Color preview on white background

This text has color #8D1AD3 on white background.



Black color preview on #8D1AD3 background

This text has black color on #8D1AD3 background.


White color preview on #8D1AD3 background

This text has white color on #8D1AD3 background.