COLOR #8B6CF8

HEX: #8B6CF8
RGB: (139,108,248)

Color info

#8B6CF8 contains mainly blue color. Web safe color of #8B6CF8 is #9966FF (or #96F).

RGB color model

#8B6CF8 color RGB value is (139,108,248).

  • red value is 139;
  • green value is 108;
  • blue value is 248.
RGB:
(139,108,248)
(55%,42%,97%)

RGB channels and saturation

R 139 of 255 = 55%
G 108 of 255 = 42%
B 248 of 255 = 97%

139
108
248

R + G + B ~ 65%. #8B6CF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 108 + 248 = 495 (100%)
R 139 of 495 ~ 28.08%
G 108 of 495 ~ 21.82%
B 248 of 495 ~ 50.1%

%28.08
%21.82
%50.1

CMYK color model

#8B6CF8 color CMYK value is (44,56,0,3).

  • cyan value is 43.95%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(44,56,0,3)
C44M56Y0K3 
(44%,56%,0%,3%)
(0.44/0.56/0.00/0.03)	

CMYK percentages

%43.95
%56.45
%0
%2.75

Codes

Color #8B6CF8 in popluar color models

8B6CF8
RGB139108248
HSL253°90.91%69.80%
HSB/HSV253°56.45%97.25%
CMYK43.95%56.45%0.00%
2.75%

Color #8B6CF8 in popluar number systems.

HEX8B6CF8
Decimal139108248
Binary10001011110110011111000
Octal213154370

Shades and tints

Shades of #8B6CF8

#8B6CF8
(139,108,248)
#7F63E2
(127,99,226)
#735ACC
(115,90,204)
#6751B6
(103,81,182)
#5B48A0
(91,72,160)
#4F3F8A
(79,63,138)
#433674
(67,54,116)
#372D5E
(55,45,94)
#2B2448
(43,36,72)
#1F1B32
(31,27,50)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #8B6CF8

#8B6CF8
(139,108,248)
#9579F8
(149,121,248)
#9F86F8
(159,134,248)
#A993F8
(169,147,248)
#B3A0F8
(179,160,248)
#BDADF8
(189,173,248)
#C7BAF8
(199,186,248)
#D1C7F8
(209,199,248)
#DBD4F8
(219,212,248)
#E5E1F8
(229,225,248)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6CF8; }

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

This text font color is #8B6CF8.


Background Color

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

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

This div background color is #8B6CF8.


Border color

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

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

This div border color is #8B6CF8.


Opacity

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

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

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

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

This text has shadow with #8B6CF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6CF8 on black background.


Color preview on white background

This text has color #8B6CF8 on white background.



Black color preview on #8B6CF8 background

This text has black color on #8B6CF8 background.


White color preview on #8B6CF8 background

This text has white color on #8B6CF8 background.