COLOR #8F3D73

HEX: #8F3D73
RGB: (143,61,115)

Color info

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

RGB color model

#8F3D73 color RGB value is (143,61,115).

  • red value is 143;
  • green value is 61;
  • blue value is 115.
RGB:
(143,61,115)
(56%,24%,45%)

RGB channels and saturation

R 143 of 255 = 56%
G 61 of 255 = 24%
B 115 of 255 = 45%

143
61
115

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

Portions of RGB colors in percentages

R + G + B =
143 + 61 + 115 = 319 (100%)
R 143 of 319 ~ 44.83%
G 61 of 319 ~ 19.12%
B 115 of 319 ~ 36.05%

%44.83
%19.12
%36.05

CMYK color model

#8F3D73 color CMYK value is (0,57,20,44).

  • cyan value is 0.00%
  • magenta value is 57.34%
  • yellow value is 19.58%
  • key color value is 43.92%
CMYK:
(0,57,20,44)
C0M57Y20K44 
(0%,57%,20%,44%)
(0.00/0.57/0.20/0.44)	

CMYK percentages

%0
%57.34
%19.58
%43.92

Codes

Color #8F3D73 in popluar color models

8F3D73
RGB14361115
HSL320°40.20%40.00%
HSB/HSV320°57.34%56.08%
CMYK0.00%57.34%19.58%
43.92%

Color #8F3D73 in popluar number systems.

HEX8F3D73
Decimal14361115
Binary100011111111011110011
Octal21775163

Shades and tints

Shades of #8F3D73

#8F3D73
(143,61,115)
#823869
(130,56,105)
#75335F
(117,51,95)
#682E55
(104,46,85)
#5B294B
(91,41,75)
#4E2441
(78,36,65)
#411F37
(65,31,55)
#341A2D
(52,26,45)
#271523
(39,21,35)
#1A1019
(26,16,25)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #8F3D73

#8F3D73
(143,61,115)
#994E7F
(153,78,127)
#A35F8B
(163,95,139)
#AD7097
(173,112,151)
#B781A3
(183,129,163)
#C192AF
(193,146,175)
#CBA3BB
(203,163,187)
#D5B4C7
(213,180,199)
#DFC5D3
(223,197,211)
#E9D6DF
(233,214,223)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F3D73 color. Also use rgb(143,61,115) instead hex code.

Text Font Color

.myTextColor { color: #8F3D73; }

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

This text font color is #8F3D73.


Background Color

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

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

This div background color is #8F3D73.


Border color

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

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

This div border color is #8F3D73.


Opacity

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

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

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

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

This text has shadow with #8F3D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3D73 on black background.


Color preview on white background

This text has color #8F3D73 on white background.



Black color preview on #8F3D73 background

This text has black color on #8F3D73 background.


White color preview on #8F3D73 background

This text has white color on #8F3D73 background.