COLOR #8D3FA7

HEX: #8D3FA7 RGB: (141,63,167)

Color info

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

RGB color model

#8D3FA7 color RGB value is (141,63,167).

RGB: (141,63,167) (55%, 25%, 65%)

RGB channels and saturation

R 141 of 255 = 55%
G 63 of 255 = 25%
B 167 of 255 = 65%

141
63
167

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

Portions of RGB colors in percentages

R + G + B = 141 + 63 + 167 = 371 (100%)
R 141 of 371 ~ 38.01%
G 63 of 371 ~ 16.98%
B 167 of 371 ~ 45.01'%

%38.01
%16.98
%45.01

CMYK color model

#8D3FA7 color CMYK value is (16,62,0,35).

  • cyan value is 15.57%
  • magenta value is 62.28%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (16,62,0,35)
C16M62Y0K35 (16%, 62%, 0%, 35%)
(0.16 / 0.62 / 0.00 / 0.35)

CMYK percentages

%15.57
%62.28
%0
%34.51

Codes

Color #8D3FA7 in popluar color models

8D 3F A7
RGB 141 63 167
HSL 285° 45.22% 45.10%
HSB/HSV 285° 62.28% 65.49%
CMYK 15.57% 62.28% 0.00%
34.51%

Color #8D3FA7 in popluar number systems.

HEX 8D 3F A7
Decimal 141 63 167
Binary 10001101 111111 10100111
Octal 215 77 247

Shades and tints

Shades of #8D3FA7

#8D3FA7
(141,63,167)
#813A98
(129,58,152)
#753589
(117,53,137)
#69307A
(105,48,122)
#5D2B6B
(93,43,107)
#51265C
(81,38,92)
#45214D
(69,33,77)
#391C3E
(57,28,62)
#2D172F
(45,23,47)
#211220
(33,18,32)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #8D3FA7

#8D3FA7
(141,63,167)
#9750AF
(151,80,175)
#A161B7
(161,97,183)
#AB72BF
(171,114,191)
#B583C7
(181,131,199)
#BF94CF
(191,148,207)
#C9A5D7
(201,165,215)
#D3B6DF
(211,182,223)
#DDC7E7
(221,199,231)
#E7D8EF
(231,216,239)
#F1E9F7
(241,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D3FA7 color. Also use rgb(141,63,167) instead hex code.

Text Font Color

.myTextColor { color: #8D3FA7; }

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

This text font color is #8D3FA7.

Background Color

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

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

This div background color is #8D3FA7.

Border color

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

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

This div border color is #8D3FA7.

Opacity

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

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

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

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

This text has shadow with #8D3FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D3FA7.

Preview

Color preview on black background

This text has color #8D3FA7 on black background.


Color preview on white background

This text has color #8D3FA7 on white background.


Black color preview on #8D3FA7 background

This text has black color on #8D3FA7 background.


White color preview on #8D3FA7 background

This text has white color on #8D3FA7 background.


Related colors

Complementary color

Complementary color for #hex is #72C058.


I love getcolorcode.com

Triadic colors

1 #A78D3F and #3FA78D with #8D3FA7 are triadic colors.

2 #A73F8D and #3F8DA7 with #8D3FA7 are triadic colors.