COLOR #8F4379

HEX: #8F4379 RGB: (143,67,121)

Color info

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

RGB color model

#8F4379 color RGB value is (143,67,121).

RGB: (143,67,121) (56%, 26%, 47%)

RGB channels and saturation

R 143 of 255 = 56%
G 67 of 255 = 26%
B 121 of 255 = 47%

143
67
121

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

Portions of RGB colors in percentages

R + G + B = 143 + 67 + 121 = 331 (100%)
R 143 of 331 ~ 43.2%
G 67 of 331 ~ 20.24%
B 121 of 331 ~ 36.56'%

%43.2
%20.24
%36.56

CMYK color model

#8F4379 color CMYK value is (0,53,15,44).

  • cyan value is 0.00%
  • magenta value is 53.15%
  • yellow value is 15.38%
  • key color value is 43.92%

CMYK: (0,53,15,44)
C0M53Y15K44 (0%, 53%, 15%, 44%)
(0.00 / 0.53 / 0.15 / 0.44)

CMYK percentages

%0
%53.15
%15.38
%43.92

Codes

Color #8F4379 in popluar color models

8F 43 79
RGB 143 67 121
HSL 317° 36.19% 41.18%
HSB/HSV 317° 53.15% 56.08%
CMYK 0.00% 53.15% 15.38%
43.92%

Color #8F4379 in popluar number systems.

HEX 8F 43 79
Decimal 143 67 121
Binary 10001111 1000011 1111001
Octal 217 103 171

Shades and tints

Shades of #8F4379

#8F4379
(143,67,121)
#823D6E
(130,61,110)
#753763
(117,55,99)
#683158
(104,49,88)
#5B2B4D
(91,43,77)
#4E2542
(78,37,66)
#411F37
(65,31,55)
#34192C
(52,25,44)
#271321
(39,19,33)
#1A0D16
(26,13,22)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #8F4379

#8F4379
(143,67,121)
#995485
(153,84,133)
#A36591
(163,101,145)
#AD769D
(173,118,157)
#B787A9
(183,135,169)
#C198B5
(193,152,181)
#CBA9C1
(203,169,193)
#D5BACD
(213,186,205)
#DFCBD9
(223,203,217)
#E9DCE5
(233,220,229)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4379 color. Also use rgb(143,67,121) instead hex code.

Text Font Color

.myTextColor { color: #8F4379; }

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

This text font color is #8F4379.

Background Color

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

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

This div background color is #8F4379.

Border color

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

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

This div border color is #8F4379.

Opacity

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

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

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

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

This text has shadow with #8F4379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F4379.

Preview

Color preview on black background

This text has color #8F4379 on black background.


Color preview on white background

This text has color #8F4379 on white background.


Black color preview on #8F4379 background

This text has black color on #8F4379 background.


White color preview on #8F4379 background

This text has white color on #8F4379 background.


Related colors

Complementary color

Complementary color for #hex is #70BC86.


I love getcolorcode.com

Triadic colors

1 #798F43 and #43798F with #8F4379 are triadic colors.

2 #79438F and #438F79 with #8F4379 are triadic colors.