COLOR #8D43A3

HEX: #8D43A3
RGB: (141,67,163)

Color info

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

RGB color model

#8D43A3 color RGB value is (141,67,163).

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

RGB channels and saturation

R 141 of 255 = 55%
G 67 of 255 = 26%
B 163 of 255 = 64%

141
67
163

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

Portions of RGB colors in percentages

R + G + B =
141 + 67 + 163 = 371 (100%)
R 141 of 371 ~ 38.01%
G 67 of 371 ~ 18.06%
B 163 of 371 ~ 43.94%

%38.01
%18.06
%43.94

CMYK color model

#8D43A3 color CMYK value is (13,59,0,36).

  • cyan value is 13.50%
  • magenta value is 58.90%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(13,59,0,36)
C13M59Y0K36 
(13%,59%,0%,36%)
(0.13/0.59/0.00/0.36)	

CMYK percentages

%13.5
%58.9
%0
%36.08

Codes

Color #8D43A3 in popluar color models

8D43A3
RGB14167163
HSL286°41.74%45.10%
HSB/HSV286°58.90%63.92%
CMYK13.50%58.90%0.00%
36.08%

Color #8D43A3 in popluar number systems.

HEX8D43A3
Decimal14167163
Binary10001101100001110100011
Octal215103243

Shades and tints

Shades of #8D43A3

#8D43A3
(141,67,163)
#813D95
(129,61,149)
#753787
(117,55,135)
#693179
(105,49,121)
#5D2B6B
(93,43,107)
#51255D
(81,37,93)
#451F4F
(69,31,79)
#391941
(57,25,65)
#2D1333
(45,19,51)
#210D25
(33,13,37)
#150717
(21,7,23)
#000000
(0,0,0)

Tints of #8D43A3

#8D43A3
(141,67,163)
#9754AB
(151,84,171)
#A165B3
(161,101,179)
#AB76BB
(171,118,187)
#B587C3
(181,135,195)
#BF98CB
(191,152,203)
#C9A9D3
(201,169,211)
#D3BADB
(211,186,219)
#DDCBE3
(221,203,227)
#E7DCEB
(231,220,235)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D43A3; }

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

This text font color is #8D43A3.


Background Color

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

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

This div background color is #8D43A3.


Border color

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

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

This div border color is #8D43A3.


Opacity

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

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

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

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

This text has shadow with #8D43A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D43A3 on black background.


Color preview on white background

This text has color #8D43A3 on white background.



Black color preview on #8D43A3 background

This text has black color on #8D43A3 background.


White color preview on #8D43A3 background

This text has white color on #8D43A3 background.