COLOR #8B437E

HEX: #8B437E
RGB: (139,67,126)

Color info

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

RGB color model

#8B437E color RGB value is (139,67,126).

  • red value is 139;
  • green value is 67;
  • blue value is 126.
RGB:
(139,67,126)
(55%,26%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 67 of 255 = 26%
B 126 of 255 = 49%

139
67
126

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

Portions of RGB colors in percentages

R + G + B =
139 + 67 + 126 = 332 (100%)
R 139 of 332 ~ 41.87%
G 67 of 332 ~ 20.18%
B 126 of 332 ~ 37.95%

%41.87
%20.18
%37.95

CMYK color model

#8B437E color CMYK value is (0,52,9,45).

  • cyan value is 0.00%
  • magenta value is 51.80%
  • yellow value is 9.35%
  • key color value is 45.49%
CMYK:
(0,52,9,45)
C0M52Y9K45 
(0%,52%,9%,45%)
(0.00/0.52/0.09/0.45)	

CMYK percentages

%0
%51.8
%9.35
%45.49

Codes

Color #8B437E in popluar color models

8B437E
RGB13967126
HSL311°34.95%40.39%
HSB/HSV311°51.80%54.51%
CMYK0.00%51.80%9.35%
45.49%

Color #8B437E in popluar number systems.

HEX8B437E
Decimal13967126
Binary1000101110000111111110
Octal213103176

Shades and tints

Shades of #8B437E

#8B437E
(139,67,126)
#7F3D73
(127,61,115)
#733768
(115,55,104)
#67315D
(103,49,93)
#5B2B52
(91,43,82)
#4F2547
(79,37,71)
#431F3C
(67,31,60)
#371931
(55,25,49)
#2B1326
(43,19,38)
#1F0D1B
(31,13,27)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #8B437E

#8B437E
(139,67,126)
#955489
(149,84,137)
#9F6594
(159,101,148)
#A9769F
(169,118,159)
#B387AA
(179,135,170)
#BD98B5
(189,152,181)
#C7A9C0
(199,169,192)
#D1BACB
(209,186,203)
#DBCBD6
(219,203,214)
#E5DCE1
(229,220,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B437E color. Also use rgb(139,67,126) instead hex code.

Text Font Color

.myTextColor { color: #8B437E; }

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

This text font color is #8B437E.


Background Color

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

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

This div background color is #8B437E.


Border color

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

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

This div border color is #8B437E.


Opacity

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

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

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

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

This text has shadow with #8B437E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B437E on black background.


Color preview on white background

This text has color #8B437E on white background.



Black color preview on #8B437E background

This text has black color on #8B437E background.


White color preview on #8B437E background

This text has white color on #8B437E background.