COLOR #841197

HEX: #841197
RGB: (132,17,151)

Color info

#841197 contains mainly red and blue colors. Web safe color of #841197 is #990099 (or #909).

RGB color model

#841197 color RGB value is (132,17,151).

  • red value is 132;
  • green value is 17;
  • blue value is 151.
RGB:
(132,17,151)
(52%,7%,59%)

RGB channels and saturation

R 132 of 255 = 52%
G 17 of 255 = 7%
B 151 of 255 = 59%

132
17
151

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

Portions of RGB colors in percentages

R + G + B =
132 + 17 + 151 = 300 (100%)
R 132 of 300 ~ 44%
G 17 of 300 ~ 5.67%
B 151 of 300 ~ 50.33%

%44
%50.33

CMYK color model

#841197 color CMYK value is (13,89,0,41).

  • cyan value is 12.58%
  • magenta value is 88.74%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(13,89,0,41)
C13M89Y0K41 
(13%,89%,0%,41%)
(0.13/0.89/0.00/0.41)	

CMYK percentages

%12.58
%88.74
%0
%40.78

Codes

Color #841197 in popluar color models

841197
RGB13217151
HSL291°79.76%32.94%
HSB/HSV291°88.74%59.22%
CMYK12.58%88.74%0.00%
40.78%

Color #841197 in popluar number systems.

HEX841197
Decimal13217151
Binary100001001000110010111
Octal20421227

Shades and tints

Shades of #841197

#841197
(132,17,151)
#78108A
(120,16,138)
#6C0F7D
(108,15,125)
#600E70
(96,14,112)
#540D63
(84,13,99)
#480C56
(72,12,86)
#3C0B49
(60,11,73)
#300A3C
(48,10,60)
#24092F
(36,9,47)
#180822
(24,8,34)
#0C0715
(12,7,21)
#000000
(0,0,0)

Tints of #841197

#841197
(132,17,151)
#8F26A0
(143,38,160)
#9A3BA9
(154,59,169)
#A550B2
(165,80,178)
#B065BB
(176,101,187)
#BB7AC4
(187,122,196)
#C68FCD
(198,143,205)
#D1A4D6
(209,164,214)
#DCB9DF
(220,185,223)
#E7CEE8
(231,206,232)
#F2E3F1
(242,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841197 color. Also use rgb(132,17,151) instead hex code.

Text Font Color

.myTextColor { color: #841197; }

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

This text font color is #841197.


Background Color

.myBgColor { background-color: #841197; }

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

This div background color is #841197.


Border color

.myBorderColor { border: 1px solid #841197; }

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

This div border color is #841197.


Opacity

.myOpacity80 { color: #841197; opacity: 0.8; }

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

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

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

This text has shadow with #841197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841197 on black background.


Color preview on white background

This text has color #841197 on white background.



Black color preview on #841197 background

This text has black color on #841197 background.


White color preview on #841197 background

This text has white color on #841197 background.