COLOR #8D498D

HEX: #8D498D
RGB: (141,73,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
73
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 73 + 141 = 355 (100%)
R 141 of 355 ~ 39.72%
G 73 of 355 ~ 20.56%
B 141 of 355 ~ 39.72%

%39.72
%20.56
%39.72

CMYK color model

#8D498D color CMYK value is (0,48,0,45).

  • cyan value is 0.00%
  • magenta value is 48.23%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(0,48,0,45)
C0M48Y0K45 
(0%,48%,0%,45%)
(0.00/0.48/0.00/0.45)	

CMYK percentages

%0
%48.23
%0
%44.71

Codes

Color #8D498D in popluar color models

8D498D
RGB14173141
HSL300°31.78%41.96%
HSB/HSV300°48.23%55.29%
CMYK0.00%48.23%0.00%
44.71%

Color #8D498D in popluar number systems.

HEX8D498D
Decimal14173141
Binary10001101100100110001101
Octal215111215

Shades and tints

Shades of #8D498D

#8D498D
(141,73,141)
#814381
(129,67,129)
#753D75
(117,61,117)
#693769
(105,55,105)
#5D315D
(93,49,93)
#512B51
(81,43,81)
#452545
(69,37,69)
#391F39
(57,31,57)
#2D192D
(45,25,45)
#211321
(33,19,33)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #8D498D

#8D498D
(141,73,141)
#975997
(151,89,151)
#A169A1
(161,105,161)
#AB79AB
(171,121,171)
#B589B5
(181,137,181)
#BF99BF
(191,153,191)
#C9A9C9
(201,169,201)
#D3B9D3
(211,185,211)
#DDC9DD
(221,201,221)
#E7D9E7
(231,217,231)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D498D; }

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

This text font color is #8D498D.


Background Color

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

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

This div background color is #8D498D.


Border color

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

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

This div border color is #8D498D.


Opacity

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

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

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

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

This text has shadow with #8D498D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D498D on black background.


Color preview on white background

This text has color #8D498D on white background.



Black color preview on #8D498D background

This text has black color on #8D498D background.


White color preview on #8D498D background

This text has white color on #8D498D background.