COLOR #8D4B93

HEX: #8D4B93
RGB: (141,75,147)

Color info

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

RGB color model

#8D4B93 color RGB value is (141,75,147).

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

RGB channels and saturation

R 141 of 255 = 55%
G 75 of 255 = 29%
B 147 of 255 = 58%

141
75
147

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

Portions of RGB colors in percentages

R + G + B =
141 + 75 + 147 = 363 (100%)
R 141 of 363 ~ 38.84%
G 75 of 363 ~ 20.66%
B 147 of 363 ~ 40.5%

%38.84
%20.66
%40.5

CMYK color model

#8D4B93 color CMYK value is (4,49,0,42).

  • cyan value is 4.08%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(4,49,0,42)
C4M49Y0K42 
(4%,49%,0%,42%)
(0.04/0.49/0.00/0.42)	

CMYK percentages

%4.08
%48.98
%0
%42.35

Codes

Color #8D4B93 in popluar color models

8D4B93
RGB14175147
HSL295°32.43%43.53%
HSB/HSV295°48.98%57.65%
CMYK4.08%48.98%0.00%
42.35%

Color #8D4B93 in popluar number systems.

HEX8D4B93
Decimal14175147
Binary10001101100101110010011
Octal215113223

Shades and tints

Shades of #8D4B93

#8D4B93
(141,75,147)
#814586
(129,69,134)
#753F79
(117,63,121)
#69396C
(105,57,108)
#5D335F
(93,51,95)
#512D52
(81,45,82)
#452745
(69,39,69)
#392138
(57,33,56)
#2D1B2B
(45,27,43)
#21151E
(33,21,30)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #8D4B93

#8D4B93
(141,75,147)
#975B9C
(151,91,156)
#A16BA5
(161,107,165)
#AB7BAE
(171,123,174)
#B58BB7
(181,139,183)
#BF9BC0
(191,155,192)
#C9ABC9
(201,171,201)
#D3BBD2
(211,187,210)
#DDCBDB
(221,203,219)
#E7DBE4
(231,219,228)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4B93; }

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

This text font color is #8D4B93.


Background Color

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

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

This div background color is #8D4B93.


Border color

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

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

This div border color is #8D4B93.


Opacity

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

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

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

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

This text has shadow with #8D4B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4B93 on black background.


Color preview on white background

This text has color #8D4B93 on white background.



Black color preview on #8D4B93 background

This text has black color on #8D4B93 background.


White color preview on #8D4B93 background

This text has white color on #8D4B93 background.