COLOR #8D4978

HEX: #8D4978
RGB: (141,73,120)

Color info

#8D4978 contains mainly red and blue colors. Web safe color of #8D4978 is #993366 (or #936).

RGB color model

#8D4978 color RGB value is (141,73,120).

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

RGB channels and saturation

R 141 of 255 = 55%
G 73 of 255 = 29%
B 120 of 255 = 47%

141
73
120

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

Portions of RGB colors in percentages

R + G + B =
141 + 73 + 120 = 334 (100%)
R 141 of 334 ~ 42.22%
G 73 of 334 ~ 21.86%
B 120 of 334 ~ 35.93%

%42.22
%21.86
%35.93

CMYK color model

#8D4978 color CMYK value is (0,48,15,45).

  • cyan value is 0.00%
  • magenta value is 48.23%
  • yellow value is 14.89%
  • key color value is 44.71%
CMYK:
(0,48,15,45)
C0M48Y15K45 
(0%,48%,15%,45%)
(0.00/0.48/0.15/0.45)	

CMYK percentages

%0
%48.23
%14.89
%44.71

Codes

Color #8D4978 in popluar color models

8D4978
RGB14173120
HSL319°31.78%41.96%
HSB/HSV319°48.23%55.29%
CMYK0.00%48.23%14.89%
44.71%

Color #8D4978 in popluar number systems.

HEX8D4978
Decimal14173120
Binary1000110110010011111000
Octal215111170

Shades and tints

Shades of #8D4978

#8D4978
(141,73,120)
#81436E
(129,67,110)
#753D64
(117,61,100)
#69375A
(105,55,90)
#5D3150
(93,49,80)
#512B46
(81,43,70)
#45253C
(69,37,60)
#391F32
(57,31,50)
#2D1928
(45,25,40)
#21131E
(33,19,30)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #8D4978

#8D4978
(141,73,120)
#975984
(151,89,132)
#A16990
(161,105,144)
#AB799C
(171,121,156)
#B589A8
(181,137,168)
#BF99B4
(191,153,180)
#C9A9C0
(201,169,192)
#D3B9CC
(211,185,204)
#DDC9D8
(221,201,216)
#E7D9E4
(231,217,228)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4978; }

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

This text font color is #8D4978.


Background Color

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

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

This div background color is #8D4978.


Border color

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

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

This div border color is #8D4978.


Opacity

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

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

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

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

This text has shadow with #8D4978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4978 on black background.


Color preview on white background

This text has color #8D4978 on white background.



Black color preview on #8D4978 background

This text has black color on #8D4978 background.


White color preview on #8D4978 background

This text has white color on #8D4978 background.