COLOR #8B3D70

HEX: #8B3D70
RGB: (139,61,112)

Color info

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

RGB color model

#8B3D70 color RGB value is (139,61,112).

  • red value is 139;
  • green value is 61;
  • blue value is 112.
RGB:
(139,61,112)
(55%,24%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 61 of 255 = 24%
B 112 of 255 = 44%

139
61
112

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

Portions of RGB colors in percentages

R + G + B =
139 + 61 + 112 = 312 (100%)
R 139 of 312 ~ 44.55%
G 61 of 312 ~ 19.55%
B 112 of 312 ~ 35.9%

%44.55
%19.55
%35.9

CMYK color model

#8B3D70 color CMYK value is (0,56,19,45).

  • cyan value is 0.00%
  • magenta value is 56.12%
  • yellow value is 19.42%
  • key color value is 45.49%
CMYK:
(0,56,19,45)
C0M56Y19K45 
(0%,56%,19%,45%)
(0.00/0.56/0.19/0.45)	

CMYK percentages

%0
%56.12
%19.42
%45.49

Codes

Color #8B3D70 in popluar color models

8B3D70
RGB13961112
HSL321°39.00%39.22%
HSB/HSV321°56.12%54.51%
CMYK0.00%56.12%19.42%
45.49%

Color #8B3D70 in popluar number systems.

HEX8B3D70
Decimal13961112
Binary100010111111011110000
Octal21375160

Shades and tints

Shades of #8B3D70

#8B3D70
(139,61,112)
#7F3866
(127,56,102)
#73335C
(115,51,92)
#672E52
(103,46,82)
#5B2948
(91,41,72)
#4F243E
(79,36,62)
#431F34
(67,31,52)
#371A2A
(55,26,42)
#2B1520
(43,21,32)
#1F1016
(31,16,22)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #8B3D70

#8B3D70
(139,61,112)
#954E7D
(149,78,125)
#9F5F8A
(159,95,138)
#A97097
(169,112,151)
#B381A4
(179,129,164)
#BD92B1
(189,146,177)
#C7A3BE
(199,163,190)
#D1B4CB
(209,180,203)
#DBC5D8
(219,197,216)
#E5D6E5
(229,214,229)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3D70; }

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

This text font color is #8B3D70.


Background Color

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

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

This div background color is #8B3D70.


Border color

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

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

This div border color is #8B3D70.


Opacity

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

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

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

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

This text has shadow with #8B3D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3D70 on black background.


Color preview on white background

This text has color #8B3D70 on white background.



Black color preview on #8B3D70 background

This text has black color on #8B3D70 background.


White color preview on #8B3D70 background

This text has white color on #8B3D70 background.