COLOR #841D8D

HEX: #841D8D
RGB: (132,29,141)

Color info

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

RGB color model

#841D8D color RGB value is (132,29,141).

  • red value is 132;
  • green value is 29;
  • blue value is 141.
RGB:
(132,29,141)
(52%,11%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 29 of 255 = 11%
B 141 of 255 = 55%

132
29
141

R + G + B ~ 39%. #841D8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 29 + 141 = 302 (100%)
R 132 of 302 ~ 43.71%
G 29 of 302 ~ 9.6%
B 141 of 302 ~ 46.69%

%43.71
%9.6
%46.69

CMYK color model

#841D8D color CMYK value is (6,79,0,45).

  • cyan value is 6.38%
  • magenta value is 79.43%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(6,79,0,45)
C6M79Y0K45 
(6%,79%,0%,45%)
(0.06/0.79/0.00/0.45)	

CMYK percentages

%6.38
%79.43
%0
%44.71

Codes

Color #841D8D in popluar color models

841D8D
RGB13229141
HSL295°65.88%33.33%
HSB/HSV295°79.43%55.29%
CMYK6.38%79.43%0.00%
44.71%

Color #841D8D in popluar number systems.

HEX841D8D
Decimal13229141
Binary100001001110110001101
Octal20435215

Shades and tints

Shades of #841D8D

#841D8D
(132,29,141)
#781B81
(120,27,129)
#6C1975
(108,25,117)
#601769
(96,23,105)
#54155D
(84,21,93)
#481351
(72,19,81)
#3C1145
(60,17,69)
#300F39
(48,15,57)
#240D2D
(36,13,45)
#180B21
(24,11,33)
#0C0915
(12,9,21)
#000000
(0,0,0)

Tints of #841D8D

#841D8D
(132,29,141)
#8F3197
(143,49,151)
#9A45A1
(154,69,161)
#A559AB
(165,89,171)
#B06DB5
(176,109,181)
#BB81BF
(187,129,191)
#C695C9
(198,149,201)
#D1A9D3
(209,169,211)
#DCBDDD
(220,189,221)
#E7D1E7
(231,209,231)
#F2E5F1
(242,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841D8D color. Also use rgb(132,29,141) instead hex code.

Text Font Color

.myTextColor { color: #841D8D; }

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

This text font color is #841D8D.


Background Color

.myBgColor { background-color: #841D8D; }

<div style="background-color:#841D8D">Inner text</div>

This div background color is #841D8D.


Border color

.myBorderColor { border: 1px solid #841D8D; }

<div style="border:3px solid #841D8D">Div</div>

This div border color is #841D8D.


Opacity

.myOpacity80 { color: #841D8D; opacity: 0.8; }

<p style="color:#841D8D;opacity:0.8;">80%</p>

Text with #841D8D 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 #841D8D;}

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

This text has shadow with #841D8D color.

.textShadow {text-shadow: 3px 3px 1px #841D8D, 3px 3px 1px red;}

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

This text has shadow with #841D8D primary color and red secondary color.


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

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

This text has shadow with #841D8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841D8D on black background.


Color preview on white background

This text has color #841D8D on white background.



Black color preview on #841D8D background

This text has black color on #841D8D background.


White color preview on #841D8D background

This text has white color on #841D8D background.