COLOR #8B377D

HEX: #8B377D
RGB: (139,55,125)

Color info

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

RGB color model

#8B377D color RGB value is (139,55,125).

  • red value is 139;
  • green value is 55;
  • blue value is 125.
RGB:
(139,55,125)
(55%,22%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 55 of 255 = 22%
B 125 of 255 = 49%

139
55
125

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

Portions of RGB colors in percentages

R + G + B =
139 + 55 + 125 = 319 (100%)
R 139 of 319 ~ 43.57%
G 55 of 319 ~ 17.24%
B 125 of 319 ~ 39.18%

%43.57
%17.24
%39.18

CMYK color model

#8B377D color CMYK value is (0,60,10,45).

  • cyan value is 0.00%
  • magenta value is 60.43%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK:
(0,60,10,45)
C0M60Y10K45 
(0%,60%,10%,45%)
(0.00/0.60/0.10/0.45)	

CMYK percentages

%0
%60.43
%10.07
%45.49

Codes

Color #8B377D in popluar color models

8B377D
RGB13955125
HSL310°43.30%38.04%
HSB/HSV310°60.43%54.51%
CMYK0.00%60.43%10.07%
45.49%

Color #8B377D in popluar number systems.

HEX8B377D
Decimal13955125
Binary100010111101111111101
Octal21367175

Shades and tints

Shades of #8B377D

#8B377D
(139,55,125)
#7F3272
(127,50,114)
#732D67
(115,45,103)
#67285C
(103,40,92)
#5B2351
(91,35,81)
#4F1E46
(79,30,70)
#43193B
(67,25,59)
#371430
(55,20,48)
#2B0F25
(43,15,37)
#1F0A1A
(31,10,26)
#13050F
(19,5,15)
#000000
(0,0,0)

Tints of #8B377D

#8B377D
(139,55,125)
#954988
(149,73,136)
#9F5B93
(159,91,147)
#A96D9E
(169,109,158)
#B37FA9
(179,127,169)
#BD91B4
(189,145,180)
#C7A3BF
(199,163,191)
#D1B5CA
(209,181,202)
#DBC7D5
(219,199,213)
#E5D9E0
(229,217,224)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B377D; }

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

This text font color is #8B377D.


Background Color

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

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

This div background color is #8B377D.


Border color

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

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

This div border color is #8B377D.


Opacity

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

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

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

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

This text has shadow with #8B377D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B377D on black background.


Color preview on white background

This text has color #8B377D on white background.



Black color preview on #8B377D background

This text has black color on #8B377D background.


White color preview on #8B377D background

This text has white color on #8B377D background.