COLOR #8B4F9A

HEX: #8B4F9A
RGB: (139,79,154)

Color info

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

RGB color model

#8B4F9A color RGB value is (139,79,154).

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

RGB channels and saturation

R 139 of 255 = 55%
G 79 of 255 = 31%
B 154 of 255 = 60%

139
79
154

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

Portions of RGB colors in percentages

R + G + B =
139 + 79 + 154 = 372 (100%)
R 139 of 372 ~ 37.37%
G 79 of 372 ~ 21.24%
B 154 of 372 ~ 41.4%

%37.37
%21.24
%41.4

CMYK color model

#8B4F9A color CMYK value is (10,49,0,40).

  • cyan value is 9.74%
  • magenta value is 48.70%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(10,49,0,40)
C10M49Y0K40 
(10%,49%,0%,40%)
(0.10/0.49/0.00/0.40)	

CMYK percentages

%9.74
%48.7
%0
%39.61

Codes

Color #8B4F9A in popluar color models

8B4F9A
RGB13979154
HSL288°32.19%45.69%
HSB/HSV288°48.70%60.39%
CMYK9.74%48.70%0.00%
39.61%

Color #8B4F9A in popluar number systems.

HEX8B4F9A
Decimal13979154
Binary10001011100111110011010
Octal213117232

Shades and tints

Shades of #8B4F9A

#8B4F9A
(139,79,154)
#7F488C
(127,72,140)
#73417E
(115,65,126)
#673A70
(103,58,112)
#5B3362
(91,51,98)
#4F2C54
(79,44,84)
#432546
(67,37,70)
#371E38
(55,30,56)
#2B172A
(43,23,42)
#1F101C
(31,16,28)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #8B4F9A

#8B4F9A
(139,79,154)
#955FA3
(149,95,163)
#9F6FAC
(159,111,172)
#A97FB5
(169,127,181)
#B38FBE
(179,143,190)
#BD9FC7
(189,159,199)
#C7AFD0
(199,175,208)
#D1BFD9
(209,191,217)
#DBCFE2
(219,207,226)
#E5DFEB
(229,223,235)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4F9A; }

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

This text font color is #8B4F9A.


Background Color

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

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

This div background color is #8B4F9A.


Border color

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

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

This div border color is #8B4F9A.


Opacity

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

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

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

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

This text has shadow with #8B4F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4F9A on black background.


Color preview on white background

This text has color #8B4F9A on white background.



Black color preview on #8B4F9A background

This text has black color on #8B4F9A background.


White color preview on #8B4F9A background

This text has white color on #8B4F9A background.