COLOR #84417F

HEX: #84417F
RGB: (132,65,127)

Color info

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

RGB color model

#84417F color RGB value is (132,65,127).

  • red value is 132;
  • green value is 65;
  • blue value is 127.
RGB:
(132,65,127)
(52%,25%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 65 of 255 = 25%
B 127 of 255 = 50%

132
65
127

R + G + B ~ 42%. #84417F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 65 + 127 = 324 (100%)
R 132 of 324 ~ 40.74%
G 65 of 324 ~ 20.06%
B 127 of 324 ~ 39.2%

%40.74
%20.06
%39.2

CMYK color model

#84417F color CMYK value is (0,51,4,48).

  • cyan value is 0.00%
  • magenta value is 50.76%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(0,51,4,48)
C0M51Y4K48 
(0%,51%,4%,48%)
(0.00/0.51/0.04/0.48)	

CMYK percentages

%0
%50.76
%3.79
%48.24

Codes

Color #84417F in popluar color models

84417F
RGB13265127
HSL304°34.01%38.63%
HSB/HSV304°50.76%51.76%
CMYK0.00%50.76%3.79%
48.24%

Color #84417F in popluar number systems.

HEX84417F
Decimal13265127
Binary1000010010000011111111
Octal204101177

Shades and tints

Shades of #84417F

#84417F
(132,65,127)
#783C74
(120,60,116)
#6C3769
(108,55,105)
#60325E
(96,50,94)
#542D53
(84,45,83)
#482848
(72,40,72)
#3C233D
(60,35,61)
#301E32
(48,30,50)
#241927
(36,25,39)
#18141C
(24,20,28)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #84417F

#84417F
(132,65,127)
#8F528A
(143,82,138)
#9A6395
(154,99,149)
#A574A0
(165,116,160)
#B085AB
(176,133,171)
#BB96B6
(187,150,182)
#C6A7C1
(198,167,193)
#D1B8CC
(209,184,204)
#DCC9D7
(220,201,215)
#E7DAE2
(231,218,226)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84417F color. Also use rgb(132,65,127) instead hex code.

Text Font Color

.myTextColor { color: #84417F; }

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

This text font color is #84417F.


Background Color

.myBgColor { background-color: #84417F; }

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

This div background color is #84417F.


Border color

.myBorderColor { border: 1px solid #84417F; }

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

This div border color is #84417F.


Opacity

.myOpacity80 { color: #84417F; opacity: 0.8; }

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

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

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

This text has shadow with #84417F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84417F on black background.


Color preview on white background

This text has color #84417F on white background.



Black color preview on #84417F background

This text has black color on #84417F background.


White color preview on #84417F background

This text has white color on #84417F background.