COLOR #8B4F9E

HEX: #8B4F9E
RGB: (139,79,158)

Color info

#8B4F9E contains mainly red and blue colors. Web safe color of #8B4F9E is #996699 (or #969).

RGB color model

#8B4F9E color RGB value is (139,79,158).

  • red value is 139;
  • green value is 79;
  • blue value is 158.
RGB:
(139,79,158)
(55%,31%,62%)

RGB channels and saturation

R 139 of 255 = 55%
G 79 of 255 = 31%
B 158 of 255 = 62%

139
79
158

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

Portions of RGB colors in percentages

R + G + B =
139 + 79 + 158 = 376 (100%)
R 139 of 376 ~ 36.97%
G 79 of 376 ~ 21.01%
B 158 of 376 ~ 42.02%

%36.97
%21.01
%42.02

CMYK color model

#8B4F9E color CMYK value is (12,50,0,38).

  • cyan value is 12.03%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(12,50,0,38)
C12M50Y0K38 
(12%,50%,0%,38%)
(0.12/0.50/0.00/0.38)	

CMYK percentages

%12.03
%50
%0
%38.04

Codes

Color #8B4F9E in popluar color models

8B4F9E
RGB13979158
HSL286°33.33%46.47%
HSB/HSV286°50.00%61.96%
CMYK12.03%50.00%0.00%
38.04%

Color #8B4F9E in popluar number systems.

HEX8B4F9E
Decimal13979158
Binary10001011100111110011110
Octal213117236

Shades and tints

Shades of #8B4F9E

#8B4F9E
(139,79,158)
#7F4890
(127,72,144)
#734182
(115,65,130)
#673A74
(103,58,116)
#5B3366
(91,51,102)
#4F2C58
(79,44,88)
#43254A
(67,37,74)
#371E3C
(55,30,60)
#2B172E
(43,23,46)
#1F1020
(31,16,32)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #8B4F9E

#8B4F9E
(139,79,158)
#955FA6
(149,95,166)
#9F6FAE
(159,111,174)
#A97FB6
(169,127,182)
#B38FBE
(179,143,190)
#BD9FC6
(189,159,198)
#C7AFCE
(199,175,206)
#D1BFD6
(209,191,214)
#DBCFDE
(219,207,222)
#E5DFE6
(229,223,230)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4F9E color. Also use rgb(139,79,158) instead hex code.

Text Font Color

.myTextColor { color: #8B4F9E; }

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

This text font color is #8B4F9E.


Background Color

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

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

This div background color is #8B4F9E.


Border color

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

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

This div border color is #8B4F9E.


Opacity

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

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

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

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

This text has shadow with #8B4F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4F9E on black background.


Color preview on white background

This text has color #8B4F9E on white background.



Black color preview on #8B4F9E background

This text has black color on #8B4F9E background.


White color preview on #8B4F9E background

This text has white color on #8B4F9E background.