COLOR #8B2D73

HEX: #8B2D73 RGB: (139,45,115)

Color info

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

RGB color model

#8B2D73 color RGB value is (139,45,115).

RGB: (139,45,115) (55%, 18%, 45%)

RGB channels and saturation

R 139 of 255 = 55%
G 45 of 255 = 18%
B 115 of 255 = 45%

139
45
115

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

Portions of RGB colors in percentages

R + G + B = 139 + 45 + 115 = 299 (100%)
R 139 of 299 ~ 46.49%
G 45 of 299 ~ 15.05%
B 115 of 299 ~ 38.46'%

%46.49
%15.05
%38.46

CMYK color model

#8B2D73 color CMYK value is (0,68,17,45).

  • cyan value is 0.00%
  • magenta value is 67.63%
  • yellow value is 17.27%
  • key color value is 45.49%

CMYK: (0,68,17,45)
C0M68Y17K45 (0%, 68%, 17%, 45%)
(0.00 / 0.68 / 0.17 / 0.45)

CMYK percentages

%0
%67.63
%17.27
%45.49

Codes

Color #8B2D73 in popluar color models

8B 2D 73
RGB 139 45 115
HSL 315° 51.09% 36.08%
HSB/HSV 315° 67.63% 54.51%
CMYK 0.00% 67.63% 17.27%
45.49%

Color #8B2D73 in popluar number systems.

HEX 8B 2D 73
Decimal 139 45 115
Binary 10001011 101101 1110011
Octal 213 55 163

Shades and tints

Shades of #8B2D73

#8B2D73
(139,45,115)
#7F2969
(127,41,105)
#73255F
(115,37,95)
#672155
(103,33,85)
#5B1D4B
(91,29,75)
#4F1941
(79,25,65)
#431537
(67,21,55)
#37112D
(55,17,45)
#2B0D23
(43,13,35)
#1F0919
(31,9,25)
#13050F
(19,5,15)
#000000
(0,0,0)

Tints of #8B2D73

#8B2D73
(139,45,115)
#95407F
(149,64,127)
#9F538B
(159,83,139)
#A96697
(169,102,151)
#B379A3
(179,121,163)
#BD8CAF
(189,140,175)
#C79FBB
(199,159,187)
#D1B2C7
(209,178,199)
#DBC5D3
(219,197,211)
#E5D8DF
(229,216,223)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B2D73 color. Also use rgb(139,45,115) instead hex code.

Text Font Color

.myTextColor { color: #8B2D73; }

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

This text font color is #8B2D73.

Background Color

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

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

This div background color is #8B2D73.

Border color

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

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

This div border color is #8B2D73.

Opacity

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

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

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

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

This text has shadow with #8B2D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B2D73.

Preview

Color preview on black background

This text has color #8B2D73 on black background.


Color preview on white background

This text has color #8B2D73 on white background.


Black color preview on #8B2D73 background

This text has black color on #8B2D73 background.


White color preview on #8B2D73 background

This text has white color on #8B2D73 background.


Related colors

Complementary color

Complementary color for #hex is #74D28C.


I love getcolorcode.com

Triadic colors

1 #738B2D and #2D738B with #8B2D73 are triadic colors.

2 #732D8B and #2D8B73 with #8B2D73 are triadic colors.