COLOR #8D328A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
50
138

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

Portions of RGB colors in percentages

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

%42.86
%15.2
%41.95

CMYK color model

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

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

CMYK percentages

%0
%64.54
%2.13
%44.71

Codes

Color #8D328A in popluar color models

8D328A
RGB14150138
HSL302°47.64%37.45%
HSB/HSV302°64.54%55.29%
CMYK0.00%64.54%2.13%
44.71%

Color #8D328A in popluar number systems.

HEX8D328A
Decimal14150138
Binary1000110111001010001010
Octal21562212

Shades and tints

Shades of #8D328A

#8D328A
(141,50,138)
#812E7E
(129,46,126)
#752A72
(117,42,114)
#692666
(105,38,102)
#5D225A
(93,34,90)
#511E4E
(81,30,78)
#451A42
(69,26,66)
#391636
(57,22,54)
#2D122A
(45,18,42)
#210E1E
(33,14,30)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #8D328A

#8D328A
(141,50,138)
#974494
(151,68,148)
#A1569E
(161,86,158)
#AB68A8
(171,104,168)
#B57AB2
(181,122,178)
#BF8CBC
(191,140,188)
#C99EC6
(201,158,198)
#D3B0D0
(211,176,208)
#DDC2DA
(221,194,218)
#E7D4E4
(231,212,228)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D328A; }

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

This text font color is #8D328A.


Background Color

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

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

This div background color is #8D328A.


Border color

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

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

This div border color is #8D328A.


Opacity

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

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

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

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

This text has shadow with #8D328A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D328A on black background.


Color preview on white background

This text has color #8D328A on white background.



Black color preview on #8D328A background

This text has black color on #8D328A background.


White color preview on #8D328A background

This text has white color on #8D328A background.