COLOR #8B3770

HEX: #8B3770 RGB: (139,55,112)

Color info

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

RGB color model

#8B3770 color RGB value is (139,55,112).

RGB: (139,55,112) (55%, 22%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 55 of 255 = 22%
B 112 of 255 = 44%

139
55
112

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

Portions of RGB colors in percentages

R + G + B = 139 + 55 + 112 = 306 (100%)
R 139 of 306 ~ 45.42%
G 55 of 306 ~ 17.97%
B 112 of 306 ~ 36.6'%

%45.42
%17.97
%36.6

CMYK color model

#8B3770 color CMYK value is (0,60,19,45).

  • cyan value is 0.00%
  • magenta value is 60.43%
  • yellow value is 19.42%
  • key color value is 45.49%
CMYK: (0,60,19,45) C0M60Y19K45 (0%,60%,19%,45%) (0.00/0.60/0.19/0.45) 

CMYK percentages

%0
%60.43
%19.42
%45.49

Codes

Color #8B3770 in popluar color models

8B 37 70
RGB 139 55 112
HSL 319° 43.30% 38.04%
HSB/HSV 319° 60.43% 54.51%
CMYK 0.00% 60.43% 19.42%
45.49%

Color #8B3770 in popluar number systems.

HEX 8B 37 70
Decimal 139 55 112
Binary 10001011 110111 1110000
Octal 213 67 160

Shades and tints

Shades of #8B3770

#8B3770
(139,55,112)
#7F3266
(127,50,102)
#732D5C
(115,45,92)
#672852
(103,40,82)
#5B2348
(91,35,72)
#4F1E3E
(79,30,62)
#431934
(67,25,52)
#37142A
(55,20,42)
#2B0F20
(43,15,32)
#1F0A16
(31,10,22)
#13050C
(19,5,12)
#000000
(0,0,0)

Tints of #8B3770

#8B3770
(139,55,112)
#95497D
(149,73,125)
#9F5B8A
(159,91,138)
#A96D97
(169,109,151)
#B37FA4
(179,127,164)
#BD91B1
(189,145,177)
#C7A3BE
(199,163,190)
#D1B5CB
(209,181,203)
#DBC7D8
(219,199,216)
#E5D9E5
(229,217,229)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3770; }

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

This text font color is #8B3770.

Background Color

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

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

This div background color is #8B3770.

Border color

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

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

This div border color is #8B3770.

Opacity

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

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

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

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

This text has shadow with #8B3770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B3770.

Preview

Color preview on black background

This text has color #8B3770 on black background.


Color preview on white background

This text has color #8B3770 on white background.


Black color preview on #8B3770 background

This text has black color on #8B3770 background.


White color preview on #8B3770 background

This text has white color on #8B3770 background.


Related colors

Complementary color

Complementary color for #hex is #74C88F.


I love getcolorcode.com

Triadic colors

1 #708B37 and #37708B with #8B3770 are triadic colors.

2 #70378B and #378B70 with #8B3770 are triadic colors.