COLOR #8D4495

HEX: #8D4495
RGB: (141,68,149)

Color info

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

RGB color model

#8D4495 color RGB value is (141,68,149).

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

RGB channels and saturation

R 141 of 255 = 55%
G 68 of 255 = 27%
B 149 of 255 = 58%

141
68
149

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

Portions of RGB colors in percentages

R + G + B =
141 + 68 + 149 = 358 (100%)
R 141 of 358 ~ 39.39%
G 68 of 358 ~ 18.99%
B 149 of 358 ~ 41.62%

%39.39
%18.99
%41.62

CMYK color model

#8D4495 color CMYK value is (5,54,0,42).

  • cyan value is 5.37%
  • magenta value is 54.36%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(5,54,0,42)
C5M54Y0K42 
(5%,54%,0%,42%)
(0.05/0.54/0.00/0.42)	

CMYK percentages

%5.37
%54.36
%0
%41.57

Codes

Color #8D4495 in popluar color models

8D4495
RGB14168149
HSL294°37.33%42.55%
HSB/HSV294°54.36%58.43%
CMYK5.37%54.36%0.00%
41.57%

Color #8D4495 in popluar number systems.

HEX8D4495
Decimal14168149
Binary10001101100010010010101
Octal215104225

Shades and tints

Shades of #8D4495

#8D4495
(141,68,149)
#813E88
(129,62,136)
#75387B
(117,56,123)
#69326E
(105,50,110)
#5D2C61
(93,44,97)
#512654
(81,38,84)
#452047
(69,32,71)
#391A3A
(57,26,58)
#2D142D
(45,20,45)
#210E20
(33,14,32)
#150813
(21,8,19)
#000000
(0,0,0)

Tints of #8D4495

#8D4495
(141,68,149)
#97559E
(151,85,158)
#A166A7
(161,102,167)
#AB77B0
(171,119,176)
#B588B9
(181,136,185)
#BF99C2
(191,153,194)
#C9AACB
(201,170,203)
#D3BBD4
(211,187,212)
#DDCCDD
(221,204,221)
#E7DDE6
(231,221,230)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4495; }

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

This text font color is #8D4495.


Background Color

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

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

This div background color is #8D4495.


Border color

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

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

This div border color is #8D4495.


Opacity

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

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

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

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

This text has shadow with #8D4495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4495 on black background.


Color preview on white background

This text has color #8D4495 on white background.



Black color preview on #8D4495 background

This text has black color on #8D4495 background.


White color preview on #8D4495 background

This text has white color on #8D4495 background.