COLOR #8B66E9

HEX: #8B66E9
RGB: (139,102,233)

Color info

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

RGB color model

#8B66E9 color RGB value is (139,102,233).

  • red value is 139;
  • green value is 102;
  • blue value is 233.
RGB:
(139,102,233)
(55%,40%,91%)

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 233 of 255 = 91%

139
102
233

R + G + B ~ 62%. #8B66E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 233 = 474 (100%)
R 139 of 474 ~ 29.32%
G 102 of 474 ~ 21.52%
B 233 of 474 ~ 49.16%

%29.32
%21.52
%49.16

CMYK color model

#8B66E9 color CMYK value is (40,56,0,9).

  • cyan value is 40.34%
  • magenta value is 56.22%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(40,56,0,9)
C40M56Y0K9 
(40%,56%,0%,9%)
(0.40/0.56/0.00/0.09)	

CMYK percentages

%40.34
%56.22
%0
%8.63

Codes

Color #8B66E9 in popluar color models

8B66E9
RGB139102233
HSL257°74.86%65.69%
HSB/HSV257°56.22%91.37%
CMYK40.34%56.22%0.00%
8.63%

Color #8B66E9 in popluar number systems.

HEX8B66E9
Decimal139102233
Binary10001011110011011101001
Octal213146351

Shades and tints

Shades of #8B66E9

#8B66E9
(139,102,233)
#7F5DD4
(127,93,212)
#7354BF
(115,84,191)
#674BAA
(103,75,170)
#5B4295
(91,66,149)
#4F3980
(79,57,128)
#43306B
(67,48,107)
#372756
(55,39,86)
#2B1E41
(43,30,65)
#1F152C
(31,21,44)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #8B66E9

#8B66E9
(139,102,233)
#9573EB
(149,115,235)
#9F80ED
(159,128,237)
#A98DEF
(169,141,239)
#B39AF1
(179,154,241)
#BDA7F3
(189,167,243)
#C7B4F5
(199,180,245)
#D1C1F7
(209,193,247)
#DBCEF9
(219,206,249)
#E5DBFB
(229,219,251)
#EFE8FD
(239,232,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B66E9 color. Also use rgb(139,102,233) instead hex code.

Text Font Color

.myTextColor { color: #8B66E9; }

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

This text font color is #8B66E9.


Background Color

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

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

This div background color is #8B66E9.


Border color

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

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

This div border color is #8B66E9.


Opacity

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

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

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

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

This text has shadow with #8B66E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B66E9 on black background.


Color preview on white background

This text has color #8B66E9 on white background.



Black color preview on #8B66E9 background

This text has black color on #8B66E9 background.


White color preview on #8B66E9 background

This text has white color on #8B66E9 background.