COLOR #8F3C5D

HEX: #8F3C5D
RGB: (143,60,93)

Color info

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

RGB color model

#8F3C5D color RGB value is (143,60,93).

  • red value is 143;
  • green value is 60;
  • blue value is 93.
RGB:
(143,60,93)
(56%,24%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 60 of 255 = 24%
B 93 of 255 = 36%

143
60
93

R + G + B ~ 39%. #8F3C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 60 + 93 = 296 (100%)
R 143 of 296 ~ 48.31%
G 60 of 296 ~ 20.27%
B 93 of 296 ~ 31.42%

%48.31
%20.27
%31.42

CMYK color model

#8F3C5D color CMYK value is (0,58,35,44).

  • cyan value is 0.00%
  • magenta value is 58.04%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(0,58,35,44)
C0M58Y35K44 
(0%,58%,35%,44%)
(0.00/0.58/0.35/0.44)	

CMYK percentages

%0
%58.04
%34.97
%43.92

Codes

Color #8F3C5D in popluar color models

8F3C5D
RGB1436093
HSL336°40.89%39.80%
HSB/HSV336°58.04%56.08%
CMYK0.00%58.04%34.97%
43.92%

Color #8F3C5D in popluar number systems.

HEX8F3C5D
Decimal1436093
Binary100011111111001011101
Octal21774135

Shades and tints

Shades of #8F3C5D

#8F3C5D
(143,60,93)
#823755
(130,55,85)
#75324D
(117,50,77)
#682D45
(104,45,69)
#5B283D
(91,40,61)
#4E2335
(78,35,53)
#411E2D
(65,30,45)
#341925
(52,25,37)
#27141D
(39,20,29)
#1A0F15
(26,15,21)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #8F3C5D

#8F3C5D
(143,60,93)
#994D6B
(153,77,107)
#A35E79
(163,94,121)
#AD6F87
(173,111,135)
#B78095
(183,128,149)
#C191A3
(193,145,163)
#CBA2B1
(203,162,177)
#D5B3BF
(213,179,191)
#DFC4CD
(223,196,205)
#E9D5DB
(233,213,219)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F3C5D color. Also use rgb(143,60,93) instead hex code.

Text Font Color

.myTextColor { color: #8F3C5D; }

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

This text font color is #8F3C5D.


Background Color

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

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

This div background color is #8F3C5D.


Border color

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

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

This div border color is #8F3C5D.


Opacity

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

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

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

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

This text has shadow with #8F3C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3C5D on black background.


Color preview on white background

This text has color #8F3C5D on white background.



Black color preview on #8F3C5D background

This text has black color on #8F3C5D background.


White color preview on #8F3C5D background

This text has white color on #8F3C5D background.