COLOR #841E91

HEX: #841E91
RGB: (132,30,145)

Color info

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

RGB color model

#841E91 color RGB value is (132,30,145).

  • red value is 132;
  • green value is 30;
  • blue value is 145.
RGB:
(132,30,145)
(52%,12%,57%)

RGB channels and saturation

R 132 of 255 = 52%
G 30 of 255 = 12%
B 145 of 255 = 57%

132
30
145

R + G + B ~ 40%. #841E91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 30 + 145 = 307 (100%)
R 132 of 307 ~ 43%
G 30 of 307 ~ 9.77%
B 145 of 307 ~ 47.23%

%43
%9.77
%47.23

CMYK color model

#841E91 color CMYK value is (9,79,0,43).

  • cyan value is 8.97%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(9,79,0,43)
C9M79Y0K43 
(9%,79%,0%,43%)
(0.09/0.79/0.00/0.43)	

CMYK percentages

%8.97
%79.31
%0
%43.14

Codes

Color #841E91 in popluar color models

841E91
RGB13230145
HSL293°65.71%34.31%
HSB/HSV293°79.31%56.86%
CMYK8.97%79.31%0.00%
43.14%

Color #841E91 in popluar number systems.

HEX841E91
Decimal13230145
Binary100001001111010010001
Octal20436221

Shades and tints

Shades of #841E91

#841E91
(132,30,145)
#781C84
(120,28,132)
#6C1A77
(108,26,119)
#60186A
(96,24,106)
#54165D
(84,22,93)
#481450
(72,20,80)
#3C1243
(60,18,67)
#301036
(48,16,54)
#240E29
(36,14,41)
#180C1C
(24,12,28)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #841E91

#841E91
(132,30,145)
#8F329B
(143,50,155)
#9A46A5
(154,70,165)
#A55AAF
(165,90,175)
#B06EB9
(176,110,185)
#BB82C3
(187,130,195)
#C696CD
(198,150,205)
#D1AAD7
(209,170,215)
#DCBEE1
(220,190,225)
#E7D2EB
(231,210,235)
#F2E6F5
(242,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841E91 color. Also use rgb(132,30,145) instead hex code.

Text Font Color

.myTextColor { color: #841E91; }

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

This text font color is #841E91.


Background Color

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

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

This div background color is #841E91.


Border color

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

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

This div border color is #841E91.


Opacity

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

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

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

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

This text has shadow with #841E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841E91 on black background.


Color preview on white background

This text has color #841E91 on white background.



Black color preview on #841E91 background

This text has black color on #841E91 background.


White color preview on #841E91 background

This text has white color on #841E91 background.