COLOR #84328A

HEX: #84328A
RGB: (132,50,138)

Color info

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

RGB color model

#84328A color RGB value is (132,50,138).

  • red value is 132;
  • green value is 50;
  • blue value is 138.
RGB:
(132,50,138)
(52%,20%,54%)

RGB channels and saturation

R 132 of 255 = 52%
G 50 of 255 = 20%
B 138 of 255 = 54%

132
50
138

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

Portions of RGB colors in percentages

R + G + B =
132 + 50 + 138 = 320 (100%)
R 132 of 320 ~ 41.25%
G 50 of 320 ~ 15.63%
B 138 of 320 ~ 43.13%

%41.25
%15.63
%43.13

CMYK color model

#84328A color CMYK value is (4,64,0,46).

  • cyan value is 4.35%
  • magenta value is 63.77%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(4,64,0,46)
C4M64Y0K46 
(4%,64%,0%,46%)
(0.04/0.64/0.00/0.46)	

CMYK percentages

%4.35
%63.77
%0
%45.88

Codes

Color #84328A in popluar color models

84328A
RGB13250138
HSL296°46.81%36.86%
HSB/HSV296°63.77%54.12%
CMYK4.35%63.77%0.00%
45.88%

Color #84328A in popluar number systems.

HEX84328A
Decimal13250138
Binary1000010011001010001010
Octal20462212

Shades and tints

Shades of #84328A

#84328A
(132,50,138)
#782E7E
(120,46,126)
#6C2A72
(108,42,114)
#602666
(96,38,102)
#54225A
(84,34,90)
#481E4E
(72,30,78)
#3C1A42
(60,26,66)
#301636
(48,22,54)
#24122A
(36,18,42)
#180E1E
(24,14,30)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #84328A

#84328A
(132,50,138)
#8F4494
(143,68,148)
#9A569E
(154,86,158)
#A568A8
(165,104,168)
#B07AB2
(176,122,178)
#BB8CBC
(187,140,188)
#C69EC6
(198,158,198)
#D1B0D0
(209,176,208)
#DCC2DA
(220,194,218)
#E7D4E4
(231,212,228)
#F2E6EE
(242,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84328A color. Also use rgb(132,50,138) instead hex code.

Text Font Color

.myTextColor { color: #84328A; }

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

This text font color is #84328A.


Background Color

.myBgColor { background-color: #84328A; }

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

This div background color is #84328A.


Border color

.myBorderColor { border: 1px solid #84328A; }

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

This div border color is #84328A.


Opacity

.myOpacity80 { color: #84328A; opacity: 0.8; }

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

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

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

This text has shadow with #84328A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84328A on black background.


Color preview on white background

This text has color #84328A on white background.



Black color preview on #84328A background

This text has black color on #84328A background.


White color preview on #84328A background

This text has white color on #84328A background.