COLOR #84438F

HEX: #84438F
RGB: (132,67,143)

Color info

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

RGB color model

#84438F color RGB value is (132,67,143).

  • red value is 132;
  • green value is 67;
  • blue value is 143.
RGB:
(132,67,143)
(52%,26%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 67 of 255 = 26%
B 143 of 255 = 56%

132
67
143

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

Portions of RGB colors in percentages

R + G + B =
132 + 67 + 143 = 342 (100%)
R 132 of 342 ~ 38.6%
G 67 of 342 ~ 19.59%
B 143 of 342 ~ 41.81%

%38.6
%19.59
%41.81

CMYK color model

#84438F color CMYK value is (8,53,0,44).

  • cyan value is 7.69%
  • magenta value is 53.15%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,53,0,44)
C8M53Y0K44 
(8%,53%,0%,44%)
(0.08/0.53/0.00/0.44)	

CMYK percentages

%7.69
%53.15
%0
%43.92

Codes

Color #84438F in popluar color models

84438F
RGB13267143
HSL291°36.19%41.18%
HSB/HSV291°53.15%56.08%
CMYK7.69%53.15%0.00%
43.92%

Color #84438F in popluar number systems.

HEX84438F
Decimal13267143
Binary10000100100001110001111
Octal204103217

Shades and tints

Shades of #84438F

#84438F
(132,67,143)
#783D82
(120,61,130)
#6C3775
(108,55,117)
#603168
(96,49,104)
#542B5B
(84,43,91)
#48254E
(72,37,78)
#3C1F41
(60,31,65)
#301934
(48,25,52)
#241327
(36,19,39)
#180D1A
(24,13,26)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #84438F

#84438F
(132,67,143)
#8F5499
(143,84,153)
#9A65A3
(154,101,163)
#A576AD
(165,118,173)
#B087B7
(176,135,183)
#BB98C1
(187,152,193)
#C6A9CB
(198,169,203)
#D1BAD5
(209,186,213)
#DCCBDF
(220,203,223)
#E7DCE9
(231,220,233)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84438F color. Also use rgb(132,67,143) instead hex code.

Text Font Color

.myTextColor { color: #84438F; }

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

This text font color is #84438F.


Background Color

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

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

This div background color is #84438F.


Border color

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

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

This div border color is #84438F.


Opacity

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

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

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

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

This text has shadow with #84438F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84438F on black background.


Color preview on white background

This text has color #84438F on white background.



Black color preview on #84438F background

This text has black color on #84438F background.


White color preview on #84438F background

This text has white color on #84438F background.