COLOR #8A6AE9

HEX: #8A6AE9
RGB: (138,106,233)

Color info

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

RGB color model

#8A6AE9 color RGB value is (138,106,233).

  • red value is 138;
  • green value is 106;
  • blue value is 233.
RGB:
(138,106,233)
(54%,42%,91%)

RGB channels and saturation

R 138 of 255 = 54%
G 106 of 255 = 42%
B 233 of 255 = 91%

138
106
233

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

Portions of RGB colors in percentages

R + G + B =
138 + 106 + 233 = 477 (100%)
R 138 of 477 ~ 28.93%
G 106 of 477 ~ 22.22%
B 233 of 477 ~ 48.85%

%28.93
%22.22
%48.85

CMYK color model

#8A6AE9 color CMYK value is (41,55,0,9).

  • cyan value is 40.77%
  • magenta value is 54.51%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(41,55,0,9)
C41M55Y0K9 
(41%,55%,0%,9%)
(0.41/0.55/0.00/0.09)	

CMYK percentages

%40.77
%54.51
%0
%8.63

Codes

Color #8A6AE9 in popluar color models

8A6AE9
RGB138106233
HSL255°74.27%66.47%
HSB/HSV255°54.51%91.37%
CMYK40.77%54.51%0.00%
8.63%

Color #8A6AE9 in popluar number systems.

HEX8A6AE9
Decimal138106233
Binary10001010110101011101001
Octal212152351

Shades and tints

Shades of #8A6AE9

#8A6AE9
(138,106,233)
#7E61D4
(126,97,212)
#7258BF
(114,88,191)
#664FAA
(102,79,170)
#5A4695
(90,70,149)
#4E3D80
(78,61,128)
#42346B
(66,52,107)
#362B56
(54,43,86)
#2A2241
(42,34,65)
#1E192C
(30,25,44)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #8A6AE9

#8A6AE9
(138,106,233)
#9477EB
(148,119,235)
#9E84ED
(158,132,237)
#A891EF
(168,145,239)
#B29EF1
(178,158,241)
#BCABF3
(188,171,243)
#C6B8F5
(198,184,245)
#D0C5F7
(208,197,247)
#DAD2F9
(218,210,249)
#E4DFFB
(228,223,251)
#EEECFD
(238,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6AE9 color. Also use rgb(138,106,233) instead hex code.

Text Font Color

.myTextColor { color: #8A6AE9; }

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

This text font color is #8A6AE9.


Background Color

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

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

This div background color is #8A6AE9.


Border color

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

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

This div border color is #8A6AE9.


Opacity

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

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

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

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

This text has shadow with #8A6AE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6AE9 on black background.


Color preview on white background

This text has color #8A6AE9 on white background.



Black color preview on #8A6AE9 background

This text has black color on #8A6AE9 background.


White color preview on #8A6AE9 background

This text has white color on #8A6AE9 background.