COLOR #8D49C3

HEX: #8D49C3
RGB: (141,73,195)

Color info

#8D49C3 contains mainly red and blue colors. Web safe color of #8D49C3 is #9933CC (or #93C).

RGB color model

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

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

RGB channels and saturation

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

141
73
195

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

Portions of RGB colors in percentages

R + G + B =
141 + 73 + 195 = 409 (100%)
R 141 of 409 ~ 34.47%
G 73 of 409 ~ 17.85%
B 195 of 409 ~ 47.68%

%34.47
%17.85
%47.68

CMYK color model

#8D49C3 color CMYK value is (28,63,0,24).

  • cyan value is 27.69%
  • magenta value is 62.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(28,63,0,24)
C28M63Y0K24 
(28%,63%,0%,24%)
(0.28/0.63/0.00/0.24)	

CMYK percentages

%27.69
%62.56
%0
%23.53

Codes

Color #8D49C3 in popluar color models

8D49C3
RGB14173195
HSL273°50.41%52.55%
HSB/HSV273°62.56%76.47%
CMYK27.69%62.56%0.00%
23.53%

Color #8D49C3 in popluar number systems.

HEX8D49C3
Decimal14173195
Binary10001101100100111000011
Octal215111303

Shades and tints

Shades of #8D49C3

#8D49C3
(141,73,195)
#8143B2
(129,67,178)
#753DA1
(117,61,161)
#693790
(105,55,144)
#5D317F
(93,49,127)
#512B6E
(81,43,110)
#45255D
(69,37,93)
#391F4C
(57,31,76)
#2D193B
(45,25,59)
#21132A
(33,19,42)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #8D49C3

#8D49C3
(141,73,195)
#9759C8
(151,89,200)
#A169CD
(161,105,205)
#AB79D2
(171,121,210)
#B589D7
(181,137,215)
#BF99DC
(191,153,220)
#C9A9E1
(201,169,225)
#D3B9E6
(211,185,230)
#DDC9EB
(221,201,235)
#E7D9F0
(231,217,240)
#F1E9F5
(241,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D49C3; }

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

This text font color is #8D49C3.


Background Color

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

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

This div background color is #8D49C3.


Border color

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

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

This div border color is #8D49C3.


Opacity

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

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

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

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

This text has shadow with #8D49C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D49C3 on black background.


Color preview on white background

This text has color #8D49C3 on white background.



Black color preview on #8D49C3 background

This text has black color on #8D49C3 background.


White color preview on #8D49C3 background

This text has white color on #8D49C3 background.