COLOR #8D469A

HEX: #8D469A
RGB: (141,70,154)

Color info

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

RGB color model

#8D469A color RGB value is (141,70,154).

  • red value is 141;
  • green value is 70;
  • blue value is 154.
RGB:
(141,70,154)
(55%,27%,60%)

RGB channels and saturation

R 141 of 255 = 55%
G 70 of 255 = 27%
B 154 of 255 = 60%

141
70
154

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

Portions of RGB colors in percentages

R + G + B =
141 + 70 + 154 = 365 (100%)
R 141 of 365 ~ 38.63%
G 70 of 365 ~ 19.18%
B 154 of 365 ~ 42.19%

%38.63
%19.18
%42.19

CMYK color model

#8D469A color CMYK value is (8,55,0,40).

  • cyan value is 8.44%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(8,55,0,40)
C8M55Y0K40 
(8%,55%,0%,40%)
(0.08/0.55/0.00/0.40)	

CMYK percentages

%8.44
%54.55
%0
%39.61

Codes

Color #8D469A in popluar color models

8D469A
RGB14170154
HSL291°37.50%43.92%
HSB/HSV291°54.55%60.39%
CMYK8.44%54.55%0.00%
39.61%

Color #8D469A in popluar number systems.

HEX8D469A
Decimal14170154
Binary10001101100011010011010
Octal215106232

Shades and tints

Shades of #8D469A

#8D469A
(141,70,154)
#81408C
(129,64,140)
#753A7E
(117,58,126)
#693470
(105,52,112)
#5D2E62
(93,46,98)
#512854
(81,40,84)
#452246
(69,34,70)
#391C38
(57,28,56)
#2D162A
(45,22,42)
#21101C
(33,16,28)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #8D469A

#8D469A
(141,70,154)
#9756A3
(151,86,163)
#A166AC
(161,102,172)
#AB76B5
(171,118,181)
#B586BE
(181,134,190)
#BF96C7
(191,150,199)
#C9A6D0
(201,166,208)
#D3B6D9
(211,182,217)
#DDC6E2
(221,198,226)
#E7D6EB
(231,214,235)
#F1E6F4
(241,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D469A; }

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

This text font color is #8D469A.


Background Color

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

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

This div background color is #8D469A.


Border color

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

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

This div border color is #8D469A.


Opacity

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

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

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

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

This text has shadow with #8D469A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D469A on black background.


Color preview on white background

This text has color #8D469A on white background.



Black color preview on #8D469A background

This text has black color on #8D469A background.


White color preview on #8D469A background

This text has white color on #8D469A background.