COLOR #8D1159

HEX: #8D1159
RGB: (141,17,89)

Color info

#8D1159 contains mainly red and blue colors. Web safe color of #8D1159 is #990066 (or #906).

RGB color model

#8D1159 color RGB value is (141,17,89).

  • red value is 141;
  • green value is 17;
  • blue value is 89.
RGB:
(141,17,89)
(55%,7%,35%)

RGB channels and saturation

R 141 of 255 = 55%
G 17 of 255 = 7%
B 89 of 255 = 35%

141
17
89

R + G + B ~ 32%. #8D1159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 17 + 89 = 247 (100%)
R 141 of 247 ~ 57.09%
G 17 of 247 ~ 6.88%
B 89 of 247 ~ 36.03%

%57.09
%36.03

CMYK color model

#8D1159 color CMYK value is (0,88,37,45).

  • cyan value is 0.00%
  • magenta value is 87.94%
  • yellow value is 36.88%
  • key color value is 44.71%
CMYK:
(0,88,37,45)
C0M88Y37K45 
(0%,88%,37%,45%)
(0.00/0.88/0.37/0.45)	

CMYK percentages

%0
%87.94
%36.88
%44.71

Codes

Color #8D1159 in popluar color models

8D1159
RGB1411789
HSL325°78.48%30.98%
HSB/HSV325°87.94%55.29%
CMYK0.00%87.94%36.88%
44.71%

Color #8D1159 in popluar number systems.

HEX8D1159
Decimal1411789
Binary10001101100011011001
Octal21521131

Shades and tints

Shades of #8D1159

#8D1159
(141,17,89)
#811051
(129,16,81)
#750F49
(117,15,73)
#690E41
(105,14,65)
#5D0D39
(93,13,57)
#510C31
(81,12,49)
#450B29
(69,11,41)
#390A21
(57,10,33)
#2D0919
(45,9,25)
#210811
(33,8,17)
#150709
(21,7,9)
#000000
(0,0,0)

Tints of #8D1159

#8D1159
(141,17,89)
#972668
(151,38,104)
#A13B77
(161,59,119)
#AB5086
(171,80,134)
#B56595
(181,101,149)
#BF7AA4
(191,122,164)
#C98FB3
(201,143,179)
#D3A4C2
(211,164,194)
#DDB9D1
(221,185,209)
#E7CEE0
(231,206,224)
#F1E3EF
(241,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D1159 color. Also use rgb(141,17,89) instead hex code.

Text Font Color

.myTextColor { color: #8D1159; }

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

This text font color is #8D1159.


Background Color

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

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

This div background color is #8D1159.


Border color

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

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

This div border color is #8D1159.


Opacity

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

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

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

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

This text has shadow with #8D1159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D1159 on black background.


Color preview on white background

This text has color #8D1159 on white background.



Black color preview on #8D1159 background

This text has black color on #8D1159 background.


White color preview on #8D1159 background

This text has white color on #8D1159 background.