COLOR #841DC6

HEX: #841DC6
RGB: (132,29,198)

Color info

#841DC6 contains mainly blue color. Web safe color of #841DC6 is #9933CC (or #93C).

RGB color model

#841DC6 color RGB value is (132,29,198).

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

RGB channels and saturation

R 132 of 255 = 52%
G 29 of 255 = 11%
B 198 of 255 = 78%

132
29
198

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

Portions of RGB colors in percentages

R + G + B =
132 + 29 + 198 = 359 (100%)
R 132 of 359 ~ 36.77%
G 29 of 359 ~ 8.08%
B 198 of 359 ~ 55.15%

%36.77
%55.15

CMYK color model

#841DC6 color CMYK value is (33,85,0,22).

  • cyan value is 33.33%
  • magenta value is 85.35%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(33,85,0,22)
C33M85Y0K22 
(33%,85%,0%,22%)
(0.33/0.85/0.00/0.22)	

CMYK percentages

%33.33
%85.35
%0
%22.35

Codes

Color #841DC6 in popluar color models

841DC6
RGB13229198
HSL277°74.45%44.51%
HSB/HSV277°85.35%77.65%
CMYK33.33%85.35%0.00%
22.35%

Color #841DC6 in popluar number systems.

HEX841DC6
Decimal13229198
Binary100001001110111000110
Octal20435306

Shades and tints

Shades of #841DC6

#841DC6
(132,29,198)
#781BB4
(120,27,180)
#6C19A2
(108,25,162)
#601790
(96,23,144)
#54157E
(84,21,126)
#48136C
(72,19,108)
#3C115A
(60,17,90)
#300F48
(48,15,72)
#240D36
(36,13,54)
#180B24
(24,11,36)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #841DC6

#841DC6
(132,29,198)
#8F31CB
(143,49,203)
#9A45D0
(154,69,208)
#A559D5
(165,89,213)
#B06DDA
(176,109,218)
#BB81DF
(187,129,223)
#C695E4
(198,149,228)
#D1A9E9
(209,169,233)
#DCBDEE
(220,189,238)
#E7D1F3
(231,209,243)
#F2E5F8
(242,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #841DC6; }

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

This text font color is #841DC6.


Background Color

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

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

This div background color is #841DC6.


Border color

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

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

This div border color is #841DC6.


Opacity

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

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

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

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

This text has shadow with #841DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841DC6 on black background.


Color preview on white background

This text has color #841DC6 on white background.



Black color preview on #841DC6 background

This text has black color on #841DC6 background.


White color preview on #841DC6 background

This text has white color on #841DC6 background.