COLOR #8D1391

HEX: #8D1391
RGB: (141,19,145)

Color info

#8D1391 contains mainly red and blue colors. Web safe color of #8D1391 is #990099 (or #909).

RGB color model

#8D1391 color RGB value is (141,19,145).

  • red value is 141;
  • green value is 19;
  • blue value is 145.
RGB:
(141,19,145)
(55%,7%,57%)

RGB channels and saturation

R 141 of 255 = 55%
G 19 of 255 = 7%
B 145 of 255 = 57%

141
19
145

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

Portions of RGB colors in percentages

R + G + B =
141 + 19 + 145 = 305 (100%)
R 141 of 305 ~ 46.23%
G 19 of 305 ~ 6.23%
B 145 of 305 ~ 47.54%

%46.23
%47.54

CMYK color model

#8D1391 color CMYK value is (3,87,0,43).

  • cyan value is 2.76%
  • magenta value is 86.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,87,0,43)
C3M87Y0K43 
(3%,87%,0%,43%)
(0.03/0.87/0.00/0.43)	

CMYK percentages

%2.76
%86.9
%0
%43.14

Codes

Color #8D1391 in popluar color models

8D1391
RGB14119145
HSL298°76.83%32.16%
HSB/HSV298°86.90%56.86%
CMYK2.76%86.90%0.00%
43.14%

Color #8D1391 in popluar number systems.

HEX8D1391
Decimal14119145
Binary100011011001110010001
Octal21523221

Shades and tints

Shades of #8D1391

#8D1391
(141,19,145)
#811284
(129,18,132)
#751177
(117,17,119)
#69106A
(105,16,106)
#5D0F5D
(93,15,93)
#510E50
(81,14,80)
#450D43
(69,13,67)
#390C36
(57,12,54)
#2D0B29
(45,11,41)
#210A1C
(33,10,28)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #8D1391

#8D1391
(141,19,145)
#97289B
(151,40,155)
#A13DA5
(161,61,165)
#AB52AF
(171,82,175)
#B567B9
(181,103,185)
#BF7CC3
(191,124,195)
#C991CD
(201,145,205)
#D3A6D7
(211,166,215)
#DDBBE1
(221,187,225)
#E7D0EB
(231,208,235)
#F1E5F5
(241,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D1391 color. Also use rgb(141,19,145) instead hex code.

Text Font Color

.myTextColor { color: #8D1391; }

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

This text font color is #8D1391.


Background Color

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

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

This div background color is #8D1391.


Border color

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

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

This div border color is #8D1391.


Opacity

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

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

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

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

This text has shadow with #8D1391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D1391 on black background.


Color preview on white background

This text has color #8D1391 on white background.



Black color preview on #8D1391 background

This text has black color on #8D1391 background.


White color preview on #8D1391 background

This text has white color on #8D1391 background.