COLOR #8B3673

HEX: #8B3673 RGB: (139,54,115)

Color info

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

RGB color model

#8B3673 color RGB value is (139,54,115).

RGB: (139,54,115) (55%, 21%, 45%)

RGB channels and saturation

R 139 of 255 = 55%
G 54 of 255 = 21%
B 115 of 255 = 45%

139
54
115

R + G + B ~ 40%. #8B3673 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 54 + 115 = 308 (100%)
R 139 of 308 ~ 45.13%
G 54 of 308 ~ 17.53%
B 115 of 308 ~ 37.34'%

%45.13
%17.53
%37.34

CMYK color model

#8B3673 color CMYK value is (0,61,17,45).

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

CMYK: (0,61,17,45)
C0M61Y17K45 (0%, 61%, 17%, 45%)
(0.00 / 0.61 / 0.17 / 0.45)

CMYK percentages

%0
%61.15
%17.27
%45.49

Codes

Color #8B3673 in popluar color models

8B 36 73
RGB 139 54 115
HSL 317° 44.04% 37.84%
HSB/HSV 317° 61.15% 54.51%
CMYK 0.00% 61.15% 17.27%
45.49%

Color #8B3673 in popluar number systems.

HEX 8B 36 73
Decimal 139 54 115
Binary 10001011 110110 1110011
Octal 213 66 163

Shades and tints

Shades of #8B3673

#8B3673
(139,54,115)
#7F3269
(127,50,105)
#732E5F
(115,46,95)
#672A55
(103,42,85)
#5B264B
(91,38,75)
#4F2241
(79,34,65)
#431E37
(67,30,55)
#371A2D
(55,26,45)
#2B1623
(43,22,35)
#1F1219
(31,18,25)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #8B3673

#8B3673
(139,54,115)
#95487F
(149,72,127)
#9F5A8B
(159,90,139)
#A96C97
(169,108,151)
#B37EA3
(179,126,163)
#BD90AF
(189,144,175)
#C7A2BB
(199,162,187)
#D1B4C7
(209,180,199)
#DBC6D3
(219,198,211)
#E5D8DF
(229,216,223)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3673; }

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

This text font color is #8B3673.

Background Color

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

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

This div background color is #8B3673.

Border color

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

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

This div border color is #8B3673.

Opacity

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

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

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

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

This text has shadow with #8B3673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B3673.

Preview

Color preview on black background

This text has color #8B3673 on black background.


Color preview on white background

This text has color #8B3673 on white background.


Black color preview on #8B3673 background

This text has black color on #8B3673 background.


White color preview on #8B3673 background

This text has white color on #8B3673 background.


Related colors

Complementary color

Complementary color for #hex is #74C98C.


I love getcolorcode.com

Triadic colors

1 #738B36 and #36738B with #8B3673 are triadic colors.

2 #73368B and #368B73 with #8B3673 are triadic colors.