COLOR #8B4681

HEX: #8B4681
RGB: (139,70,129)

Color info

#8B4681 contains mainly red and blue colors. Web safe color of #8B4681 is #993399 (or #939).

RGB color model

#8B4681 color RGB value is (139,70,129).

  • red value is 139;
  • green value is 70;
  • blue value is 129.
RGB:
(139,70,129)
(55%,27%,51%)

RGB channels and saturation

R 139 of 255 = 55%
G 70 of 255 = 27%
B 129 of 255 = 51%

139
70
129

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

Portions of RGB colors in percentages

R + G + B =
139 + 70 + 129 = 338 (100%)
R 139 of 338 ~ 41.12%
G 70 of 338 ~ 20.71%
B 129 of 338 ~ 38.17%

%41.12
%20.71
%38.17

CMYK color model

#8B4681 color CMYK value is (0,50,7,45).

  • cyan value is 0.00%
  • magenta value is 49.64%
  • yellow value is 7.19%
  • key color value is 45.49%
CMYK:
(0,50,7,45)
C0M50Y7K45 
(0%,50%,7%,45%)
(0.00/0.50/0.07/0.45)	

CMYK percentages

%0
%49.64
%7.19
%45.49

Codes

Color #8B4681 in popluar color models

8B4681
RGB13970129
HSL309°33.01%40.98%
HSB/HSV309°49.64%54.51%
CMYK0.00%49.64%7.19%
45.49%

Color #8B4681 in popluar number systems.

HEX8B4681
Decimal13970129
Binary10001011100011010000001
Octal213106201

Shades and tints

Shades of #8B4681

#8B4681
(139,70,129)
#7F4076
(127,64,118)
#733A6B
(115,58,107)
#673460
(103,52,96)
#5B2E55
(91,46,85)
#4F284A
(79,40,74)
#43223F
(67,34,63)
#371C34
(55,28,52)
#2B1629
(43,22,41)
#1F101E
(31,16,30)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #8B4681

#8B4681
(139,70,129)
#95568C
(149,86,140)
#9F6697
(159,102,151)
#A976A2
(169,118,162)
#B386AD
(179,134,173)
#BD96B8
(189,150,184)
#C7A6C3
(199,166,195)
#D1B6CE
(209,182,206)
#DBC6D9
(219,198,217)
#E5D6E4
(229,214,228)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4681 color. Also use rgb(139,70,129) instead hex code.

Text Font Color

.myTextColor { color: #8B4681; }

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

This text font color is #8B4681.


Background Color

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

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

This div background color is #8B4681.


Border color

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

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

This div border color is #8B4681.


Opacity

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

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

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

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

This text has shadow with #8B4681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4681 on black background.


Color preview on white background

This text has color #8B4681 on white background.



Black color preview on #8B4681 background

This text has black color on #8B4681 background.


White color preview on #8B4681 background

This text has white color on #8B4681 background.