COLOR #8F4D7E

HEX: #8F4D7E RGB: (143,77,126)

Color info

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

RGB color model

#8F4D7E color RGB value is (143,77,126).

RGB: (143,77,126) (56%, 30%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 77 of 255 = 30%
B 126 of 255 = 49%

143
77
126

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

Portions of RGB colors in percentages

R + G + B = 143 + 77 + 126 = 346 (100%)
R 143 of 346 ~ 41.33%
G 77 of 346 ~ 22.25%
B 126 of 346 ~ 36.42'%

%41.33
%22.25
%36.42

CMYK color model

#8F4D7E color CMYK value is (0,46,12,44).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 11.89%
  • key color value is 43.92%

CMYK: (0,46,12,44)
C0M46Y12K44 (0%, 46%, 12%, 44%)
(0.00 / 0.46 / 0.12 / 0.44)

CMYK percentages

%0
%46.15
%11.89
%43.92

Codes

Color #8F4D7E in popluar color models

8F 4D 7E
RGB 143 77 126
HSL 315° 30.00% 43.14%
HSB/HSV 315° 46.15% 56.08%
CMYK 0.00% 46.15% 11.89%
43.92%

Color #8F4D7E in popluar number systems.

HEX 8F 4D 7E
Decimal 143 77 126
Binary 10001111 1001101 1111110
Octal 217 115 176

Shades and tints

Shades of #8F4D7E

#8F4D7E
(143,77,126)
#824673
(130,70,115)
#753F68
(117,63,104)
#68385D
(104,56,93)
#5B3152
(91,49,82)
#4E2A47
(78,42,71)
#41233C
(65,35,60)
#341C31
(52,28,49)
#271526
(39,21,38)
#1A0E1B
(26,14,27)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #8F4D7E

#8F4D7E
(143,77,126)
#995D89
(153,93,137)
#A36D94
(163,109,148)
#AD7D9F
(173,125,159)
#B78DAA
(183,141,170)
#C19DB5
(193,157,181)
#CBADC0
(203,173,192)
#D5BDCB
(213,189,203)
#DFCDD6
(223,205,214)
#E9DDE1
(233,221,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4D7E color. Also use rgb(143,77,126) instead hex code.

Text Font Color

.myTextColor { color: #8F4D7E; }

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

This text font color is #8F4D7E.

Background Color

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

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

This div background color is #8F4D7E.

Border color

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

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

This div border color is #8F4D7E.

Opacity

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

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

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

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

This text has shadow with #8F4D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F4D7E.

Preview

Color preview on black background

This text has color #8F4D7E on black background.


Color preview on white background

This text has color #8F4D7E on white background.


Black color preview on #8F4D7E background

This text has black color on #8F4D7E background.


White color preview on #8F4D7E background

This text has white color on #8F4D7E background.


Related colors

Complementary color

Complementary color for #hex is #70B281.


I love getcolorcode.com

Triadic colors

1 #7E8F4D and #4D7E8F with #8F4D7E are triadic colors.

2 #7E4D8F and #4D8F7E with #8F4D7E are triadic colors.