COLOR #8B1E7D

HEX: #8B1E7D
RGB: (139,30,125)

Color info

#8B1E7D contains mainly red and blue colors. Web safe color of #8B1E7D is #993366 (or #936).

RGB color model

#8B1E7D color RGB value is (139,30,125).

  • red value is 139;
  • green value is 30;
  • blue value is 125.
RGB:
(139,30,125)
(55%,12%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 30 of 255 = 12%
B 125 of 255 = 49%

139
30
125

R + G + B ~ 39%. #8B1E7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 30 + 125 = 294 (100%)
R 139 of 294 ~ 47.28%
G 30 of 294 ~ 10.2%
B 125 of 294 ~ 42.52%

%47.28
%10.2
%42.52

CMYK color model

#8B1E7D color CMYK value is (0,78,10,45).

  • cyan value is 0.00%
  • magenta value is 78.42%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK:
(0,78,10,45)
C0M78Y10K45 
(0%,78%,10%,45%)
(0.00/0.78/0.10/0.45)	

CMYK percentages

%0
%78.42
%10.07
%45.49

Codes

Color #8B1E7D in popluar color models

8B1E7D
RGB13930125
HSL308°64.50%33.14%
HSB/HSV308°78.42%54.51%
CMYK0.00%78.42%10.07%
45.49%

Color #8B1E7D in popluar number systems.

HEX8B1E7D
Decimal13930125
Binary10001011111101111101
Octal21336175

Shades and tints

Shades of #8B1E7D

#8B1E7D
(139,30,125)
#7F1C72
(127,28,114)
#731A67
(115,26,103)
#67185C
(103,24,92)
#5B1651
(91,22,81)
#4F1446
(79,20,70)
#43123B
(67,18,59)
#371030
(55,16,48)
#2B0E25
(43,14,37)
#1F0C1A
(31,12,26)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #8B1E7D

#8B1E7D
(139,30,125)
#953288
(149,50,136)
#9F4693
(159,70,147)
#A95A9E
(169,90,158)
#B36EA9
(179,110,169)
#BD82B4
(189,130,180)
#C796BF
(199,150,191)
#D1AACA
(209,170,202)
#DBBED5
(219,190,213)
#E5D2E0
(229,210,224)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1E7D color. Also use rgb(139,30,125) instead hex code.

Text Font Color

.myTextColor { color: #8B1E7D; }

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

This text font color is #8B1E7D.


Background Color

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

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

This div background color is #8B1E7D.


Border color

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

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

This div border color is #8B1E7D.


Opacity

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

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

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

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

This text has shadow with #8B1E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B1E7D on black background.


Color preview on white background

This text has color #8B1E7D on white background.



Black color preview on #8B1E7D background

This text has black color on #8B1E7D background.


White color preview on #8B1E7D background

This text has white color on #8B1E7D background.