COLOR #8B6CB9

HEX: #8B6CB9 RGB: (139,108,185)

Color info

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

RGB color model

#8B6CB9 color RGB value is (139,108,185).

RGB: (139,108,185) (55%, 42%, 73%)

RGB channels and saturation

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

139
108
185

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

Portions of RGB colors in percentages

R + G + B = 139 + 108 + 185 = 432 (100%)
R 139 of 432 ~ 32.18%
G 108 of 432 ~ 25%
B 185 of 432 ~ 42.82'%

%32.18
%25
%42.82

CMYK color model

#8B6CB9 color CMYK value is (25,42,0,27).

  • cyan value is 24.86%
  • magenta value is 41.62%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (25,42,0,27)
C25M42Y0K27 (25%, 42%, 0%, 27%)
(0.25 / 0.42 / 0.00 / 0.27)

CMYK percentages

%24.86
%41.62
%0
%27.45

Codes

Color #8B6CB9 in popluar color models

8B 6C B9
RGB 139 108 185
HSL 264° 35.48% 57.45%
HSB/HSV 264° 41.62% 72.55%
CMYK 24.86% 41.62% 0.00%
27.45%

Color #8B6CB9 in popluar number systems.

HEX 8B 6C B9
Decimal 139 108 185
Binary 10001011 1101100 10111001
Octal 213 154 271

Shades and tints

Shades of #8B6CB9

#8B6CB9
(139,108,185)
#7F63A9
(127,99,169)
#735A99
(115,90,153)
#675189
(103,81,137)
#5B4879
(91,72,121)
#4F3F69
(79,63,105)
#433659
(67,54,89)
#372D49
(55,45,73)
#2B2439
(43,36,57)
#1F1B29
(31,27,41)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #8B6CB9

#8B6CB9
(139,108,185)
#9579BF
(149,121,191)
#9F86C5
(159,134,197)
#A993CB
(169,147,203)
#B3A0D1
(179,160,209)
#BDADD7
(189,173,215)
#C7BADD
(199,186,221)
#D1C7E3
(209,199,227)
#DBD4E9
(219,212,233)
#E5E1EF
(229,225,239)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6CB9; }

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

This text font color is #8B6CB9.

Background Color

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

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

This div background color is #8B6CB9.

Border color

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

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

This div border color is #8B6CB9.

Opacity

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

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

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

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

This text has shadow with #8B6CB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6CB9.

Preview

Color preview on black background

This text has color #8B6CB9 on black background.


Color preview on white background

This text has color #8B6CB9 on white background.


Black color preview on #8B6CB9 background

This text has black color on #8B6CB9 background.


White color preview on #8B6CB9 background

This text has white color on #8B6CB9 background.


Related colors

Complementary color

Complementary color for #hex is #749346.


I love getcolorcode.com

Triadic colors

1 #B98B6C and #6CB98B with #8B6CB9 are triadic colors.

2 #B96C8B and #6C8BB9 with #8B6CB9 are triadic colors.