COLOR #8D1F96

HEX: #8D1F96
RGB: (141,31,150)

Color info

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

RGB color model

#8D1F96 color RGB value is (141,31,150).

  • red value is 141;
  • green value is 31;
  • blue value is 150.
RGB:
(141,31,150)
(55%,12%,59%)

RGB channels and saturation

R 141 of 255 = 55%
G 31 of 255 = 12%
B 150 of 255 = 59%

141
31
150

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

Portions of RGB colors in percentages

R + G + B =
141 + 31 + 150 = 322 (100%)
R 141 of 322 ~ 43.79%
G 31 of 322 ~ 9.63%
B 150 of 322 ~ 46.58%

%43.79
%9.63
%46.58

CMYK color model

#8D1F96 color CMYK value is (6,79,0,41).

  • cyan value is 6.00%
  • magenta value is 79.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(6,79,0,41)
C6M79Y0K41 
(6%,79%,0%,41%)
(0.06/0.79/0.00/0.41)	

CMYK percentages

%6
%79.33
%0
%41.18

Codes

Color #8D1F96 in popluar color models

8D1F96
RGB14131150
HSL295°65.75%35.49%
HSB/HSV295°79.33%58.82%
CMYK6.00%79.33%0.00%
41.18%

Color #8D1F96 in popluar number systems.

HEX8D1F96
Decimal14131150
Binary100011011111110010110
Octal21537226

Shades and tints

Shades of #8D1F96

#8D1F96
(141,31,150)
#811D89
(129,29,137)
#751B7C
(117,27,124)
#69196F
(105,25,111)
#5D1762
(93,23,98)
#511555
(81,21,85)
#451348
(69,19,72)
#39113B
(57,17,59)
#2D0F2E
(45,15,46)
#210D21
(33,13,33)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #8D1F96

#8D1F96
(141,31,150)
#97339F
(151,51,159)
#A147A8
(161,71,168)
#AB5BB1
(171,91,177)
#B56FBA
(181,111,186)
#BF83C3
(191,131,195)
#C997CC
(201,151,204)
#D3ABD5
(211,171,213)
#DDBFDE
(221,191,222)
#E7D3E7
(231,211,231)
#F1E7F0
(241,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D1F96 color. Also use rgb(141,31,150) instead hex code.

Text Font Color

.myTextColor { color: #8D1F96; }

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

This text font color is #8D1F96.


Background Color

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

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

This div background color is #8D1F96.


Border color

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

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

This div border color is #8D1F96.


Opacity

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

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

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

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

This text has shadow with #8D1F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D1F96 on black background.


Color preview on white background

This text has color #8D1F96 on white background.



Black color preview on #8D1F96 background

This text has black color on #8D1F96 background.


White color preview on #8D1F96 background

This text has white color on #8D1F96 background.