COLOR #8B1E70

HEX: #8B1E70 RGB: (139,30,112)

Color info

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

RGB color model

#8B1E70 color RGB value is (139,30,112).

RGB: (139,30,112) (55%, 12%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 30 of 255 = 12%
B 112 of 255 = 44%

139
30
112

R + G + B ~ 37%. #8B1E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 30 + 112 = 281 (100%)
R 139 of 281 ~ 49.47%
G 30 of 281 ~ 10.68%
B 112 of 281 ~ 39.86'%

%49.47
%10.68
%39.86

CMYK color model

#8B1E70 color CMYK value is (0,78,19,45).

  • cyan value is 0.00%
  • magenta value is 78.42%
  • yellow value is 19.42%
  • key color value is 45.49%

CMYK: (0,78,19,45)
C0M78Y19K45 (0%, 78%, 19%, 45%)
(0.00 / 0.78 / 0.19 / 0.45)

CMYK percentages

%0
%78.42
%19.42
%45.49

Codes

Color #8B1E70 in popluar color models

8B 1E 70
RGB 139 30 112
HSL 315° 64.50% 33.14%
HSB/HSV 315° 78.42% 54.51%
CMYK 0.00% 78.42% 19.42%
45.49%

Color #8B1E70 in popluar number systems.

HEX 8B 1E 70
Decimal 139 30 112
Binary 10001011 11110 1110000
Octal 213 36 160

Shades and tints

Shades of #8B1E70

#8B1E70
(139,30,112)
#7F1C66
(127,28,102)
#731A5C
(115,26,92)
#671852
(103,24,82)
#5B1648
(91,22,72)
#4F143E
(79,20,62)
#431234
(67,18,52)
#37102A
(55,16,42)
#2B0E20
(43,14,32)
#1F0C16
(31,12,22)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #8B1E70

#8B1E70
(139,30,112)
#95327D
(149,50,125)
#9F468A
(159,70,138)
#A95A97
(169,90,151)
#B36EA4
(179,110,164)
#BD82B1
(189,130,177)
#C796BE
(199,150,190)
#D1AACB
(209,170,203)
#DBBED8
(219,190,216)
#E5D2E5
(229,210,229)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B1E70; }

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

This text font color is #8B1E70.

Background Color

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

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

This div background color is #8B1E70.

Border color

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

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

This div border color is #8B1E70.

Opacity

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

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

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

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

This text has shadow with #8B1E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B1E70.

Preview

Color preview on black background

This text has color #8B1E70 on black background.


Color preview on white background

This text has color #8B1E70 on white background.


Black color preview on #8B1E70 background

This text has black color on #8B1E70 background.


White color preview on #8B1E70 background

This text has white color on #8B1E70 background.


Related colors

Complementary color

Complementary color for #hex is #74E18F.


I love getcolorcode.com

Triadic colors

1 #708B1E and #1E708B with #8B1E70 are triadic colors.

2 #701E8B and #1E8B70 with #8B1E70 are triadic colors.