COLOR #8D4496

HEX: #8D4496
RGB: (141,68,150)

Color info

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

RGB color model

#8D4496 color RGB value is (141,68,150).

  • red value is 141;
  • green value is 68;
  • blue value is 150.
RGB:
(141,68,150)
(55%,27%,59%)

RGB channels and saturation

R 141 of 255 = 55%
G 68 of 255 = 27%
B 150 of 255 = 59%

141
68
150

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

Portions of RGB colors in percentages

R + G + B =
141 + 68 + 150 = 359 (100%)
R 141 of 359 ~ 39.28%
G 68 of 359 ~ 18.94%
B 150 of 359 ~ 41.78%

%39.28
%18.94
%41.78

CMYK color model

#8D4496 color CMYK value is (6,55,0,41).

  • cyan value is 6.00%
  • magenta value is 54.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(6,55,0,41)
C6M55Y0K41 
(6%,55%,0%,41%)
(0.06/0.55/0.00/0.41)	

CMYK percentages

%6
%54.67
%0
%41.18

Codes

Color #8D4496 in popluar color models

8D4496
RGB14168150
HSL293°37.61%42.75%
HSB/HSV293°54.67%58.82%
CMYK6.00%54.67%0.00%
41.18%

Color #8D4496 in popluar number systems.

HEX8D4496
Decimal14168150
Binary10001101100010010010110
Octal215104226

Shades and tints

Shades of #8D4496

#8D4496
(141,68,150)
#813E89
(129,62,137)
#75387C
(117,56,124)
#69326F
(105,50,111)
#5D2C62
(93,44,98)
#512655
(81,38,85)
#452048
(69,32,72)
#391A3B
(57,26,59)
#2D142E
(45,20,46)
#210E21
(33,14,33)
#150814
(21,8,20)
#000000
(0,0,0)

Tints of #8D4496

#8D4496
(141,68,150)
#97559F
(151,85,159)
#A166A8
(161,102,168)
#AB77B1
(171,119,177)
#B588BA
(181,136,186)
#BF99C3
(191,153,195)
#C9AACC
(201,170,204)
#D3BBD5
(211,187,213)
#DDCCDE
(221,204,222)
#E7DDE7
(231,221,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4496; }

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

This text font color is #8D4496.


Background Color

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

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

This div background color is #8D4496.


Border color

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

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

This div border color is #8D4496.


Opacity

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

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

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

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

This text has shadow with #8D4496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4496 on black background.


Color preview on white background

This text has color #8D4496 on white background.



Black color preview on #8D4496 background

This text has black color on #8D4496 background.


White color preview on #8D4496 background

This text has white color on #8D4496 background.