COLOR #8D4875

HEX: #8D4875
RGB: (141,72,117)

Color info

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

RGB color model

#8D4875 color RGB value is (141,72,117).

  • red value is 141;
  • green value is 72;
  • blue value is 117.
RGB:
(141,72,117)
(55%,28%,46%)

RGB channels and saturation

R 141 of 255 = 55%
G 72 of 255 = 28%
B 117 of 255 = 46%

141
72
117

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

Portions of RGB colors in percentages

R + G + B =
141 + 72 + 117 = 330 (100%)
R 141 of 330 ~ 42.73%
G 72 of 330 ~ 21.82%
B 117 of 330 ~ 35.45%

%42.73
%21.82
%35.45

CMYK color model

#8D4875 color CMYK value is (0,49,17,45).

  • cyan value is 0.00%
  • magenta value is 48.94%
  • yellow value is 17.02%
  • key color value is 44.71%
CMYK:
(0,49,17,45)
C0M49Y17K45 
(0%,49%,17%,45%)
(0.00/0.49/0.17/0.45)	

CMYK percentages

%0
%48.94
%17.02
%44.71

Codes

Color #8D4875 in popluar color models

8D4875
RGB14172117
HSL321°32.39%41.76%
HSB/HSV321°48.94%55.29%
CMYK0.00%48.94%17.02%
44.71%

Color #8D4875 in popluar number systems.

HEX8D4875
Decimal14172117
Binary1000110110010001110101
Octal215110165

Shades and tints

Shades of #8D4875

#8D4875
(141,72,117)
#81426B
(129,66,107)
#753C61
(117,60,97)
#693657
(105,54,87)
#5D304D
(93,48,77)
#512A43
(81,42,67)
#452439
(69,36,57)
#391E2F
(57,30,47)
#2D1825
(45,24,37)
#21121B
(33,18,27)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #8D4875

#8D4875
(141,72,117)
#975881
(151,88,129)
#A1688D
(161,104,141)
#AB7899
(171,120,153)
#B588A5
(181,136,165)
#BF98B1
(191,152,177)
#C9A8BD
(201,168,189)
#D3B8C9
(211,184,201)
#DDC8D5
(221,200,213)
#E7D8E1
(231,216,225)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4875 color. Also use rgb(141,72,117) instead hex code.

Text Font Color

.myTextColor { color: #8D4875; }

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

This text font color is #8D4875.


Background Color

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

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

This div background color is #8D4875.


Border color

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

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

This div border color is #8D4875.


Opacity

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

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

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

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

This text has shadow with #8D4875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4875 on black background.


Color preview on white background

This text has color #8D4875 on white background.



Black color preview on #8D4875 background

This text has black color on #8D4875 background.


White color preview on #8D4875 background

This text has white color on #8D4875 background.