COLOR #841F77

HEX: #841F77
RGB: (132,31,119)

Color info

#841F77 contains mainly red and blue colors. Web safe color of #841F77 is #993366 (or #936).

RGB color model

#841F77 color RGB value is (132,31,119).

  • red value is 132;
  • green value is 31;
  • blue value is 119.
RGB:
(132,31,119)
(52%,12%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 31 of 255 = 12%
B 119 of 255 = 47%

132
31
119

R + G + B ~ 37%. #841F77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 31 + 119 = 282 (100%)
R 132 of 282 ~ 46.81%
G 31 of 282 ~ 10.99%
B 119 of 282 ~ 42.2%

%46.81
%10.99
%42.2

CMYK color model

#841F77 color CMYK value is (0,77,10,48).

  • cyan value is 0.00%
  • magenta value is 76.52%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(0,77,10,48)
C0M77Y10K48 
(0%,77%,10%,48%)
(0.00/0.77/0.10/0.48)	

CMYK percentages

%0
%76.52
%9.85
%48.24

Codes

Color #841F77 in popluar color models

841F77
RGB13231119
HSL308°61.96%31.96%
HSB/HSV308°76.52%51.76%
CMYK0.00%76.52%9.85%
48.24%

Color #841F77 in popluar number systems.

HEX841F77
Decimal13231119
Binary10000100111111110111
Octal20437167

Shades and tints

Shades of #841F77

#841F77
(132,31,119)
#781D6D
(120,29,109)
#6C1B63
(108,27,99)
#601959
(96,25,89)
#54174F
(84,23,79)
#481545
(72,21,69)
#3C133B
(60,19,59)
#301131
(48,17,49)
#240F27
(36,15,39)
#180D1D
(24,13,29)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #841F77

#841F77
(132,31,119)
#8F3383
(143,51,131)
#9A478F
(154,71,143)
#A55B9B
(165,91,155)
#B06FA7
(176,111,167)
#BB83B3
(187,131,179)
#C697BF
(198,151,191)
#D1ABCB
(209,171,203)
#DCBFD7
(220,191,215)
#E7D3E3
(231,211,227)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841F77 color. Also use rgb(132,31,119) instead hex code.

Text Font Color

.myTextColor { color: #841F77; }

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

This text font color is #841F77.


Background Color

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

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

This div background color is #841F77.


Border color

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

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

This div border color is #841F77.


Opacity

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

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

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

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

This text has shadow with #841F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841F77 on black background.


Color preview on white background

This text has color #841F77 on white background.



Black color preview on #841F77 background

This text has black color on #841F77 background.


White color preview on #841F77 background

This text has white color on #841F77 background.