COLOR #8B1D7A

HEX: #8B1D7A RGB: (139,29,122)

Color info

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

RGB color model

#8B1D7A color RGB value is (139,29,122).

RGB: (139,29,122) (55%, 11%, 48%)

RGB channels and saturation

R 139 of 255 = 55%
G 29 of 255 = 11%
B 122 of 255 = 48%

139
29
122

R + G + B ~ 38%. #8B1D7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 29 + 122 = 290 (100%)
R 139 of 290 ~ 47.93%
G 29 of 290 ~ 10%
B 122 of 290 ~ 42.07'%

%47.93
%10
%42.07

CMYK color model

#8B1D7A color CMYK value is (0,79,12,45).

  • cyan value is 0.00%
  • magenta value is 79.14%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK: (0,79,12,45) C0M79Y12K45 (0%,79%,12%,45%) (0.00/0.79/0.12/0.45) 

CMYK percentages

%0
%79.14
%12.23
%45.49

Codes

Color #8B1D7A in popluar color models

8B 1D 7A
RGB 139 29 122
HSL 309° 65.48% 32.94%
HSB/HSV 309° 79.14% 54.51%
CMYK 0.00% 79.14% 12.23%
45.49%

Color #8B1D7A in popluar number systems.

HEX 8B 1D 7A
Decimal 139 29 122
Binary 10001011 11101 1111010
Octal 213 35 172

Shades and tints

Shades of #8B1D7A

#8B1D7A
(139,29,122)
#7F1B6F
(127,27,111)
#731964
(115,25,100)
#671759
(103,23,89)
#5B154E
(91,21,78)
#4F1343
(79,19,67)
#431138
(67,17,56)
#370F2D
(55,15,45)
#2B0D22
(43,13,34)
#1F0B17
(31,11,23)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #8B1D7A

#8B1D7A
(139,29,122)
#953186
(149,49,134)
#9F4592
(159,69,146)
#A9599E
(169,89,158)
#B36DAA
(179,109,170)
#BD81B6
(189,129,182)
#C795C2
(199,149,194)
#D1A9CE
(209,169,206)
#DBBDDA
(219,189,218)
#E5D1E6
(229,209,230)
#EFE5F2
(239,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1D7A color. Also use rgb(139,29,122) instead hex code.

Text Font Color

.myTextColor { color: #8B1D7A; }

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

This text font color is #8B1D7A.

Background Color

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

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

This div background color is #8B1D7A.

Border color

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

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

This div border color is #8B1D7A.

Opacity

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

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

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

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

This text has shadow with #8B1D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B1D7A.

Preview

Color preview on black background

This text has color #8B1D7A on black background.


Color preview on white background

This text has color #8B1D7A on white background.


Black color preview on #8B1D7A background

This text has black color on #8B1D7A background.


White color preview on #8B1D7A background

This text has white color on #8B1D7A background.


Related colors

Complementary color

Complementary color for #hex is #74E285.


I love getcolorcode.com

Triadic colors

1 #7A8B1D and #1D7A8B with #8B1D7A are triadic colors.

2 #7A1D8B and #1D8B7A with #8B1D7A are triadic colors.