COLOR #8B6FBE

HEX: #8B6FBE
RGB: (139,111,190)

Color info

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

RGB color model

#8B6FBE color RGB value is (139,111,190).

  • red value is 139;
  • green value is 111;
  • blue value is 190.
RGB:
(139,111,190)
(55%,44%,75%)

RGB channels and saturation

R 139 of 255 = 55%
G 111 of 255 = 44%
B 190 of 255 = 75%

139
111
190

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

Portions of RGB colors in percentages

R + G + B =
139 + 111 + 190 = 440 (100%)
R 139 of 440 ~ 31.59%
G 111 of 440 ~ 25.23%
B 190 of 440 ~ 43.18%

%31.59
%25.23
%43.18

CMYK color model

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

  • cyan value is 26.84%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,42,0,25)
C27M42Y0K25 
(27%,42%,0%,25%)
(0.27/0.42/0.00/0.25)	

CMYK percentages

%26.84
%41.58
%0
%25.49

Codes

Color #8B6FBE in popluar color models

8B6FBE
RGB139111190
HSL261°37.80%59.02%
HSB/HSV261°41.58%74.51%
CMYK26.84%41.58%0.00%
25.49%

Color #8B6FBE in popluar number systems.

HEX8B6FBE
Decimal139111190
Binary10001011110111110111110
Octal213157276

Shades and tints

Shades of #8B6FBE

#8B6FBE
(139,111,190)
#7F65AD
(127,101,173)
#735B9C
(115,91,156)
#67518B
(103,81,139)
#5B477A
(91,71,122)
#4F3D69
(79,61,105)
#433358
(67,51,88)
#372947
(55,41,71)
#2B1F36
(43,31,54)
#1F1525
(31,21,37)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #8B6FBE

#8B6FBE
(139,111,190)
#957CC3
(149,124,195)
#9F89C8
(159,137,200)
#A996CD
(169,150,205)
#B3A3D2
(179,163,210)
#BDB0D7
(189,176,215)
#C7BDDC
(199,189,220)
#D1CAE1
(209,202,225)
#DBD7E6
(219,215,230)
#E5E4EB
(229,228,235)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6FBE color. Also use rgb(139,111,190) instead hex code.

Text Font Color

.myTextColor { color: #8B6FBE; }

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

This text font color is #8B6FBE.


Background Color

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

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

This div background color is #8B6FBE.


Border color

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

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

This div border color is #8B6FBE.


Opacity

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

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

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

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

This text has shadow with #8B6FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6FBE on black background.


Color preview on white background

This text has color #8B6FBE on white background.



Black color preview on #8B6FBE background

This text has black color on #8B6FBE background.


White color preview on #8B6FBE background

This text has white color on #8B6FBE background.