COLOR #8A328D

HEX: #8A328D
RGB: (138,50,141)

Color info

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

RGB color model

#8A328D color RGB value is (138,50,141).

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

RGB channels and saturation

R 138 of 255 = 54%
G 50 of 255 = 20%
B 141 of 255 = 55%

138
50
141

R + G + B ~ 43%. #8A328D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 50 + 141 = 329 (100%)
R 138 of 329 ~ 41.95%
G 50 of 329 ~ 15.2%
B 141 of 329 ~ 42.86%

%41.95
%15.2
%42.86

CMYK color model

#8A328D color CMYK value is (2,65,0,45).

  • cyan value is 2.13%
  • magenta value is 64.54%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(2,65,0,45)
C2M65Y0K45 
(2%,65%,0%,45%)
(0.02/0.65/0.00/0.45)	

CMYK percentages

%2.13
%64.54
%0
%44.71

Codes

Color #8A328D in popluar color models

8A328D
RGB13850141
HSL298°47.64%37.45%
HSB/HSV298°64.54%55.29%
CMYK2.13%64.54%0.00%
44.71%

Color #8A328D in popluar number systems.

HEX8A328D
Decimal13850141
Binary1000101011001010001101
Octal21262215

Shades and tints

Shades of #8A328D

#8A328D
(138,50,141)
#7E2E81
(126,46,129)
#722A75
(114,42,117)
#662669
(102,38,105)
#5A225D
(90,34,93)
#4E1E51
(78,30,81)
#421A45
(66,26,69)
#361639
(54,22,57)
#2A122D
(42,18,45)
#1E0E21
(30,14,33)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #8A328D

#8A328D
(138,50,141)
#944497
(148,68,151)
#9E56A1
(158,86,161)
#A868AB
(168,104,171)
#B27AB5
(178,122,181)
#BC8CBF
(188,140,191)
#C69EC9
(198,158,201)
#D0B0D3
(208,176,211)
#DAC2DD
(218,194,221)
#E4D4E7
(228,212,231)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A328D color. Also use rgb(138,50,141) instead hex code.

Text Font Color

.myTextColor { color: #8A328D; }

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

This text font color is #8A328D.


Background Color

.myBgColor { background-color: #8A328D; }

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

This div background color is #8A328D.


Border color

.myBorderColor { border: 1px solid #8A328D; }

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

This div border color is #8A328D.


Opacity

.myOpacity80 { color: #8A328D; opacity: 0.8; }

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

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

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

This text has shadow with #8A328D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A328D on black background.


Color preview on white background

This text has color #8A328D on white background.



Black color preview on #8A328D background

This text has black color on #8A328D background.


White color preview on #8A328D background

This text has white color on #8A328D background.