COLOR #8F1FAD

HEX: #8F1FAD
RGB: (143,31,173)

Color info

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

RGB color model

#8F1FAD color RGB value is (143,31,173).

  • red value is 143;
  • green value is 31;
  • blue value is 173.
RGB:
(143,31,173)
(56%,12%,68%)

RGB channels and saturation

R 143 of 255 = 56%
G 31 of 255 = 12%
B 173 of 255 = 68%

143
31
173

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

Portions of RGB colors in percentages

R + G + B =
143 + 31 + 173 = 347 (100%)
R 143 of 347 ~ 41.21%
G 31 of 347 ~ 8.93%
B 173 of 347 ~ 49.86%

%41.21
%49.86

CMYK color model

#8F1FAD color CMYK value is (17,82,0,32).

  • cyan value is 17.34%
  • magenta value is 82.08%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(17,82,0,32)
C17M82Y0K32 
(17%,82%,0%,32%)
(0.17/0.82/0.00/0.32)	

CMYK percentages

%17.34
%82.08
%0
%32.16

Codes

Color #8F1FAD in popluar color models

8F1FAD
RGB14331173
HSL287°69.61%40.00%
HSB/HSV287°82.08%67.84%
CMYK17.34%82.08%0.00%
32.16%

Color #8F1FAD in popluar number systems.

HEX8F1FAD
Decimal14331173
Binary100011111111110101101
Octal21737255

Shades and tints

Shades of #8F1FAD

#8F1FAD
(143,31,173)
#821D9E
(130,29,158)
#751B8F
(117,27,143)
#681980
(104,25,128)
#5B1771
(91,23,113)
#4E1562
(78,21,98)
#411353
(65,19,83)
#341144
(52,17,68)
#270F35
(39,15,53)
#1A0D26
(26,13,38)
#0D0B17
(13,11,23)
#000000
(0,0,0)

Tints of #8F1FAD

#8F1FAD
(143,31,173)
#9933B4
(153,51,180)
#A347BB
(163,71,187)
#AD5BC2
(173,91,194)
#B76FC9
(183,111,201)
#C183D0
(193,131,208)
#CB97D7
(203,151,215)
#D5ABDE
(213,171,222)
#DFBFE5
(223,191,229)
#E9D3EC
(233,211,236)
#F3E7F3
(243,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F1FAD color. Also use rgb(143,31,173) instead hex code.

Text Font Color

.myTextColor { color: #8F1FAD; }

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

This text font color is #8F1FAD.


Background Color

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

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

This div background color is #8F1FAD.


Border color

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

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

This div border color is #8F1FAD.


Opacity

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

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

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

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

This text has shadow with #8F1FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F1FAD on black background.


Color preview on white background

This text has color #8F1FAD on white background.



Black color preview on #8F1FAD background

This text has black color on #8F1FAD background.


White color preview on #8F1FAD background

This text has white color on #8F1FAD background.