COLOR #8D499D

HEX: #8D499D
RGB: (141,73,157)

Color info

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

RGB color model

#8D499D color RGB value is (141,73,157).

  • red value is 141;
  • green value is 73;
  • blue value is 157.
RGB:
(141,73,157)
(55%,29%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 73 of 255 = 29%
B 157 of 255 = 62%

141
73
157

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

Portions of RGB colors in percentages

R + G + B =
141 + 73 + 157 = 371 (100%)
R 141 of 371 ~ 38.01%
G 73 of 371 ~ 19.68%
B 157 of 371 ~ 42.32%

%38.01
%19.68
%42.32

CMYK color model

#8D499D color CMYK value is (10,54,0,38).

  • cyan value is 10.19%
  • magenta value is 53.50%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,54,0,38)
C10M54Y0K38 
(10%,54%,0%,38%)
(0.10/0.54/0.00/0.38)	

CMYK percentages

%10.19
%53.5
%0
%38.43

Codes

Color #8D499D in popluar color models

8D499D
RGB14173157
HSL289°36.52%45.10%
HSB/HSV289°53.50%61.57%
CMYK10.19%53.50%0.00%
38.43%

Color #8D499D in popluar number systems.

HEX8D499D
Decimal14173157
Binary10001101100100110011101
Octal215111235

Shades and tints

Shades of #8D499D

#8D499D
(141,73,157)
#81438F
(129,67,143)
#753D81
(117,61,129)
#693773
(105,55,115)
#5D3165
(93,49,101)
#512B57
(81,43,87)
#452549
(69,37,73)
#391F3B
(57,31,59)
#2D192D
(45,25,45)
#21131F
(33,19,31)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #8D499D

#8D499D
(141,73,157)
#9759A5
(151,89,165)
#A169AD
(161,105,173)
#AB79B5
(171,121,181)
#B589BD
(181,137,189)
#BF99C5
(191,153,197)
#C9A9CD
(201,169,205)
#D3B9D5
(211,185,213)
#DDC9DD
(221,201,221)
#E7D9E5
(231,217,229)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D499D color. Also use rgb(141,73,157) instead hex code.

Text Font Color

.myTextColor { color: #8D499D; }

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

This text font color is #8D499D.


Background Color

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

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

This div background color is #8D499D.


Border color

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

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

This div border color is #8D499D.


Opacity

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

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

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

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

This text has shadow with #8D499D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D499D on black background.


Color preview on white background

This text has color #8D499D on white background.



Black color preview on #8D499D background

This text has black color on #8D499D background.


White color preview on #8D499D background

This text has white color on #8D499D background.