COLOR #8F398B

HEX: #8F398B
RGB: (143,57,139)

Color info

#8F398B contains mainly red and blue colors. Web safe color of #8F398B is #993399 (or #939).

RGB color model

#8F398B color RGB value is (143,57,139).

  • red value is 143;
  • green value is 57;
  • blue value is 139.
RGB:
(143,57,139)
(56%,22%,55%)

RGB channels and saturation

R 143 of 255 = 56%
G 57 of 255 = 22%
B 139 of 255 = 55%

143
57
139

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

Portions of RGB colors in percentages

R + G + B =
143 + 57 + 139 = 339 (100%)
R 143 of 339 ~ 42.18%
G 57 of 339 ~ 16.81%
B 139 of 339 ~ 41%

%42.18
%16.81
%41

CMYK color model

#8F398B color CMYK value is (0,60,3,44).

  • cyan value is 0.00%
  • magenta value is 60.14%
  • yellow value is 2.80%
  • key color value is 43.92%
CMYK:
(0,60,3,44)
C0M60Y3K44 
(0%,60%,3%,44%)
(0.00/0.60/0.03/0.44)	

CMYK percentages

%0
%60.14
%2.8
%43.92

Codes

Color #8F398B in popluar color models

8F398B
RGB14357139
HSL303°43.00%39.22%
HSB/HSV303°60.14%56.08%
CMYK0.00%60.14%2.80%
43.92%

Color #8F398B in popluar number systems.

HEX8F398B
Decimal14357139
Binary1000111111100110001011
Octal21771213

Shades and tints

Shades of #8F398B

#8F398B
(143,57,139)
#82347F
(130,52,127)
#752F73
(117,47,115)
#682A67
(104,42,103)
#5B255B
(91,37,91)
#4E204F
(78,32,79)
#411B43
(65,27,67)
#341637
(52,22,55)
#27112B
(39,17,43)
#1A0C1F
(26,12,31)
#0D0713
(13,7,19)
#000000
(0,0,0)

Tints of #8F398B

#8F398B
(143,57,139)
#994B95
(153,75,149)
#A35D9F
(163,93,159)
#AD6FA9
(173,111,169)
#B781B3
(183,129,179)
#C193BD
(193,147,189)
#CBA5C7
(203,165,199)
#D5B7D1
(213,183,209)
#DFC9DB
(223,201,219)
#E9DBE5
(233,219,229)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F398B color. Also use rgb(143,57,139) instead hex code.

Text Font Color

.myTextColor { color: #8F398B; }

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

This text font color is #8F398B.


Background Color

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

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

This div background color is #8F398B.


Border color

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

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

This div border color is #8F398B.


Opacity

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

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

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

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

This text has shadow with #8F398B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F398B on black background.


Color preview on white background

This text has color #8F398B on white background.



Black color preview on #8F398B background

This text has black color on #8F398B background.


White color preview on #8F398B background

This text has white color on #8F398B background.