COLOR #8F4D74

HEX: #8F4D74
RGB: (143,77,116)

Color info

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

RGB color model

#8F4D74 color RGB value is (143,77,116).

  • red value is 143;
  • green value is 77;
  • blue value is 116.
RGB:
(143,77,116)
(56%,30%,45%)

RGB channels and saturation

R 143 of 255 = 56%
G 77 of 255 = 30%
B 116 of 255 = 45%

143
77
116

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

Portions of RGB colors in percentages

R + G + B =
143 + 77 + 116 = 336 (100%)
R 143 of 336 ~ 42.56%
G 77 of 336 ~ 22.92%
B 116 of 336 ~ 34.52%

%42.56
%22.92
%34.52

CMYK color model

#8F4D74 color CMYK value is (0,46,19,44).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 18.88%
  • key color value is 43.92%
CMYK:
(0,46,19,44)
C0M46Y19K44 
(0%,46%,19%,44%)
(0.00/0.46/0.19/0.44)	

CMYK percentages

%0
%46.15
%18.88
%43.92

Codes

Color #8F4D74 in popluar color models

8F4D74
RGB14377116
HSL325°30.00%43.14%
HSB/HSV325°46.15%56.08%
CMYK0.00%46.15%18.88%
43.92%

Color #8F4D74 in popluar number systems.

HEX8F4D74
Decimal14377116
Binary1000111110011011110100
Octal217115164

Shades and tints

Shades of #8F4D74

#8F4D74
(143,77,116)
#82466A
(130,70,106)
#753F60
(117,63,96)
#683856
(104,56,86)
#5B314C
(91,49,76)
#4E2A42
(78,42,66)
#412338
(65,35,56)
#341C2E
(52,28,46)
#271524
(39,21,36)
#1A0E1A
(26,14,26)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #8F4D74

#8F4D74
(143,77,116)
#995D80
(153,93,128)
#A36D8C
(163,109,140)
#AD7D98
(173,125,152)
#B78DA4
(183,141,164)
#C19DB0
(193,157,176)
#CBADBC
(203,173,188)
#D5BDC8
(213,189,200)
#DFCDD4
(223,205,212)
#E9DDE0
(233,221,224)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4D74; }

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

This text font color is #8F4D74.


Background Color

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

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

This div background color is #8F4D74.


Border color

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

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

This div border color is #8F4D74.


Opacity

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

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

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

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

This text has shadow with #8F4D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4D74 on black background.


Color preview on white background

This text has color #8F4D74 on white background.



Black color preview on #8F4D74 background

This text has black color on #8F4D74 background.


White color preview on #8F4D74 background

This text has white color on #8F4D74 background.