COLOR #8D44A7

HEX: #8D44A7
RGB: (141,68,167)

Color info

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

RGB color model

#8D44A7 color RGB value is (141,68,167).

  • red value is 141;
  • green value is 68;
  • blue value is 167.
RGB:
(141,68,167)
(55%,27%,65%)

RGB channels and saturation

R 141 of 255 = 55%
G 68 of 255 = 27%
B 167 of 255 = 65%

141
68
167

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

Portions of RGB colors in percentages

R + G + B =
141 + 68 + 167 = 376 (100%)
R 141 of 376 ~ 37.5%
G 68 of 376 ~ 18.09%
B 167 of 376 ~ 44.41%

%37.5
%18.09
%44.41

CMYK color model

#8D44A7 color CMYK value is (16,59,0,35).

  • cyan value is 15.57%
  • magenta value is 59.28%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(16,59,0,35)
C16M59Y0K35 
(16%,59%,0%,35%)
(0.16/0.59/0.00/0.35)	

CMYK percentages

%15.57
%59.28
%0
%34.51

Codes

Color #8D44A7 in popluar color models

8D44A7
RGB14168167
HSL284°42.13%46.08%
HSB/HSV284°59.28%65.49%
CMYK15.57%59.28%0.00%
34.51%

Color #8D44A7 in popluar number systems.

HEX8D44A7
Decimal14168167
Binary10001101100010010100111
Octal215104247

Shades and tints

Shades of #8D44A7

#8D44A7
(141,68,167)
#813E98
(129,62,152)
#753889
(117,56,137)
#69327A
(105,50,122)
#5D2C6B
(93,44,107)
#51265C
(81,38,92)
#45204D
(69,32,77)
#391A3E
(57,26,62)
#2D142F
(45,20,47)
#210E20
(33,14,32)
#150811
(21,8,17)
#000000
(0,0,0)

Tints of #8D44A7

#8D44A7
(141,68,167)
#9755AF
(151,85,175)
#A166B7
(161,102,183)
#AB77BF
(171,119,191)
#B588C7
(181,136,199)
#BF99CF
(191,153,207)
#C9AAD7
(201,170,215)
#D3BBDF
(211,187,223)
#DDCCE7
(221,204,231)
#E7DDEF
(231,221,239)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D44A7; }

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

This text font color is #8D44A7.


Background Color

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

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

This div background color is #8D44A7.


Border color

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

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

This div border color is #8D44A7.


Opacity

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

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

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

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

This text has shadow with #8D44A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D44A7 on black background.


Color preview on white background

This text has color #8D44A7 on white background.



Black color preview on #8D44A7 background

This text has black color on #8D44A7 background.


White color preview on #8D44A7 background

This text has white color on #8D44A7 background.