COLOR #8B4FB9

HEX: #8B4FB9
RGB: (139,79,185)

Color info

#8B4FB9 contains mainly red and blue colors. Web safe color of #8B4FB9 is #9966CC (or #96C).

RGB color model

#8B4FB9 color RGB value is (139,79,185).

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

RGB channels and saturation

R 139 of 255 = 55%
G 79 of 255 = 31%
B 185 of 255 = 73%

139
79
185

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

Portions of RGB colors in percentages

R + G + B =
139 + 79 + 185 = 403 (100%)
R 139 of 403 ~ 34.49%
G 79 of 403 ~ 19.6%
B 185 of 403 ~ 45.91%

%34.49
%19.6
%45.91

CMYK color model

#8B4FB9 color CMYK value is (25,57,0,27).

  • cyan value is 24.86%
  • magenta value is 57.30%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(25,57,0,27)
C25M57Y0K27 
(25%,57%,0%,27%)
(0.25/0.57/0.00/0.27)	

CMYK percentages

%24.86
%57.3
%0
%27.45

Codes

Color #8B4FB9 in popluar color models

8B4FB9
RGB13979185
HSL274°43.09%51.76%
HSB/HSV274°57.30%72.55%
CMYK24.86%57.30%0.00%
27.45%

Color #8B4FB9 in popluar number systems.

HEX8B4FB9
Decimal13979185
Binary10001011100111110111001
Octal213117271

Shades and tints

Shades of #8B4FB9

#8B4FB9
(139,79,185)
#7F48A9
(127,72,169)
#734199
(115,65,153)
#673A89
(103,58,137)
#5B3379
(91,51,121)
#4F2C69
(79,44,105)
#432559
(67,37,89)
#371E49
(55,30,73)
#2B1739
(43,23,57)
#1F1029
(31,16,41)
#130919
(19,9,25)
#000000
(0,0,0)

Tints of #8B4FB9

#8B4FB9
(139,79,185)
#955FBF
(149,95,191)
#9F6FC5
(159,111,197)
#A97FCB
(169,127,203)
#B38FD1
(179,143,209)
#BD9FD7
(189,159,215)
#C7AFDD
(199,175,221)
#D1BFE3
(209,191,227)
#DBCFE9
(219,207,233)
#E5DFEF
(229,223,239)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4FB9; }

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

This text font color is #8B4FB9.


Background Color

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

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

This div background color is #8B4FB9.


Border color

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

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

This div border color is #8B4FB9.


Opacity

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

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

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

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

This text has shadow with #8B4FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4FB9 on black background.


Color preview on white background

This text has color #8B4FB9 on white background.



Black color preview on #8B4FB9 background

This text has black color on #8B4FB9 background.


White color preview on #8B4FB9 background

This text has white color on #8B4FB9 background.