COLOR #8B6AB9

HEX: #8B6AB9
RGB: (139,106,185)

Color info

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

RGB color model

#8B6AB9 color RGB value is (139,106,185).

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

RGB channels and saturation

R 139 of 255 = 55%
G 106 of 255 = 42%
B 185 of 255 = 73%

139
106
185

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

Portions of RGB colors in percentages

R + G + B =
139 + 106 + 185 = 430 (100%)
R 139 of 430 ~ 32.33%
G 106 of 430 ~ 24.65%
B 185 of 430 ~ 43.02%

%32.33
%24.65
%43.02

CMYK color model

#8B6AB9 color CMYK value is (25,43,0,27).

  • cyan value is 24.86%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(25,43,0,27)
C25M43Y0K27 
(25%,43%,0%,27%)
(0.25/0.43/0.00/0.27)	

CMYK percentages

%24.86
%42.7
%0
%27.45

Codes

Color #8B6AB9 in popluar color models

8B6AB9
RGB139106185
HSL265°36.07%57.06%
HSB/HSV265°42.70%72.55%
CMYK24.86%42.70%0.00%
27.45%

Color #8B6AB9 in popluar number systems.

HEX8B6AB9
Decimal139106185
Binary10001011110101010111001
Octal213152271

Shades and tints

Shades of #8B6AB9

#8B6AB9
(139,106,185)
#7F61A9
(127,97,169)
#735899
(115,88,153)
#674F89
(103,79,137)
#5B4679
(91,70,121)
#4F3D69
(79,61,105)
#433459
(67,52,89)
#372B49
(55,43,73)
#2B2239
(43,34,57)
#1F1929
(31,25,41)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #8B6AB9

#8B6AB9
(139,106,185)
#9577BF
(149,119,191)
#9F84C5
(159,132,197)
#A991CB
(169,145,203)
#B39ED1
(179,158,209)
#BDABD7
(189,171,215)
#C7B8DD
(199,184,221)
#D1C5E3
(209,197,227)
#DBD2E9
(219,210,233)
#E5DFEF
(229,223,239)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6AB9; }

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

This text font color is #8B6AB9.


Background Color

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

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

This div background color is #8B6AB9.


Border color

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

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

This div border color is #8B6AB9.


Opacity

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

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

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

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

This text has shadow with #8B6AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6AB9 on black background.


Color preview on white background

This text has color #8B6AB9 on white background.



Black color preview on #8B6AB9 background

This text has black color on #8B6AB9 background.


White color preview on #8B6AB9 background

This text has white color on #8B6AB9 background.