COLOR #8D367A

HEX: #8D367A
RGB: (141,54,122)

Color info

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

RGB color model

#8D367A color RGB value is (141,54,122).

  • red value is 141;
  • green value is 54;
  • blue value is 122.
RGB:
(141,54,122)
(55%,21%,48%)

RGB channels and saturation

R 141 of 255 = 55%
G 54 of 255 = 21%
B 122 of 255 = 48%

141
54
122

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

Portions of RGB colors in percentages

R + G + B =
141 + 54 + 122 = 317 (100%)
R 141 of 317 ~ 44.48%
G 54 of 317 ~ 17.03%
B 122 of 317 ~ 38.49%

%44.48
%17.03
%38.49

CMYK color model

#8D367A color CMYK value is (0,62,13,45).

  • cyan value is 0.00%
  • magenta value is 61.70%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(0,62,13,45)
C0M62Y13K45 
(0%,62%,13%,45%)
(0.00/0.62/0.13/0.45)	

CMYK percentages

%0
%61.7
%13.48
%44.71

Codes

Color #8D367A in popluar color models

8D367A
RGB14154122
HSL313°44.62%38.24%
HSB/HSV313°61.70%55.29%
CMYK0.00%61.70%13.48%
44.71%

Color #8D367A in popluar number systems.

HEX8D367A
Decimal14154122
Binary100011011101101111010
Octal21566172

Shades and tints

Shades of #8D367A

#8D367A
(141,54,122)
#81326F
(129,50,111)
#752E64
(117,46,100)
#692A59
(105,42,89)
#5D264E
(93,38,78)
#512243
(81,34,67)
#451E38
(69,30,56)
#391A2D
(57,26,45)
#2D1622
(45,22,34)
#211217
(33,18,23)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #8D367A

#8D367A
(141,54,122)
#974886
(151,72,134)
#A15A92
(161,90,146)
#AB6C9E
(171,108,158)
#B57EAA
(181,126,170)
#BF90B6
(191,144,182)
#C9A2C2
(201,162,194)
#D3B4CE
(211,180,206)
#DDC6DA
(221,198,218)
#E7D8E6
(231,216,230)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D367A color. Also use rgb(141,54,122) instead hex code.

Text Font Color

.myTextColor { color: #8D367A; }

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

This text font color is #8D367A.


Background Color

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

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

This div background color is #8D367A.


Border color

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

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

This div border color is #8D367A.


Opacity

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

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

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

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

This text has shadow with #8D367A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D367A on black background.


Color preview on white background

This text has color #8D367A on white background.



Black color preview on #8D367A background

This text has black color on #8D367A background.


White color preview on #8D367A background

This text has white color on #8D367A background.