COLOR #8F4779

HEX: #8F4779 RGB: (143,71,121)

Color info

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

RGB color model

#8F4779 color RGB value is (143,71,121).

RGB: (143,71,121) (56%, 28%, 47%)

RGB channels and saturation

R 143 of 255 = 56%
G 71 of 255 = 28%
B 121 of 255 = 47%

143
71
121

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

Portions of RGB colors in percentages

R + G + B = 143 + 71 + 121 = 335 (100%)
R 143 of 335 ~ 42.69%
G 71 of 335 ~ 21.19%
B 121 of 335 ~ 36.12'%

%42.69
%21.19
%36.12

CMYK color model

#8F4779 color CMYK value is (0,50,15,44).

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

CMYK: (0,50,15,44)
C0M50Y15K44 (0%, 50%, 15%, 44%)
(0.00 / 0.50 / 0.15 / 0.44)

CMYK percentages

%0
%50.35
%15.38
%43.92

Codes

Color #8F4779 in popluar color models

8F 47 79
RGB 143 71 121
HSL 318° 33.64% 41.96%
HSB/HSV 318° 50.35% 56.08%
CMYK 0.00% 50.35% 15.38%
43.92%

Color #8F4779 in popluar number systems.

HEX 8F 47 79
Decimal 143 71 121
Binary 10001111 1000111 1111001
Octal 217 107 171

Shades and tints

Shades of #8F4779

#8F4779
(143,71,121)
#82416E
(130,65,110)
#753B63
(117,59,99)
#683558
(104,53,88)
#5B2F4D
(91,47,77)
#4E2942
(78,41,66)
#412337
(65,35,55)
#341D2C
(52,29,44)
#271721
(39,23,33)
#1A1116
(26,17,22)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #8F4779

#8F4779
(143,71,121)
#995785
(153,87,133)
#A36791
(163,103,145)
#AD779D
(173,119,157)
#B787A9
(183,135,169)
#C197B5
(193,151,181)
#CBA7C1
(203,167,193)
#D5B7CD
(213,183,205)
#DFC7D9
(223,199,217)
#E9D7E5
(233,215,229)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4779; }

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

This text font color is #8F4779.

Background Color

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

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

This div background color is #8F4779.

Border color

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

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

This div border color is #8F4779.

Opacity

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

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

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

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

This text has shadow with #8F4779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F4779.

Preview

Color preview on black background

This text has color #8F4779 on black background.


Color preview on white background

This text has color #8F4779 on white background.


Black color preview on #8F4779 background

This text has black color on #8F4779 background.


White color preview on #8F4779 background

This text has white color on #8F4779 background.


Related colors

Complementary color

Complementary color for #hex is #70B886.


I love getcolorcode.com

Triadic colors

1 #798F47 and #47798F with #8F4779 are triadic colors.

2 #79478F and #478F79 with #8F4779 are triadic colors.