COLOR #8A6ABF

HEX: #8A6ABF
RGB: (138,106,191)

Color info

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

RGB color model

#8A6ABF color RGB value is (138,106,191).

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

RGB channels and saturation

R 138 of 255 = 54%
G 106 of 255 = 42%
B 191 of 255 = 75%

138
106
191

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

Portions of RGB colors in percentages

R + G + B =
138 + 106 + 191 = 435 (100%)
R 138 of 435 ~ 31.72%
G 106 of 435 ~ 24.37%
B 191 of 435 ~ 43.91%

%31.72
%24.37
%43.91

CMYK color model

#8A6ABF color CMYK value is (28,45,0,25).

  • cyan value is 27.75%
  • magenta value is 44.50%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(28,45,0,25)
C28M45Y0K25 
(28%,45%,0%,25%)
(0.28/0.45/0.00/0.25)	

CMYK percentages

%27.75
%44.5
%0
%25.1

Codes

Color #8A6ABF in popluar color models

8A6ABF
RGB138106191
HSL263°39.91%58.24%
HSB/HSV263°44.50%74.90%
CMYK27.75%44.50%0.00%
25.10%

Color #8A6ABF in popluar number systems.

HEX8A6ABF
Decimal138106191
Binary10001010110101010111111
Octal212152277

Shades and tints

Shades of #8A6ABF

#8A6ABF
(138,106,191)
#7E61AE
(126,97,174)
#72589D
(114,88,157)
#664F8C
(102,79,140)
#5A467B
(90,70,123)
#4E3D6A
(78,61,106)
#423459
(66,52,89)
#362B48
(54,43,72)
#2A2237
(42,34,55)
#1E1926
(30,25,38)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #8A6ABF

#8A6ABF
(138,106,191)
#9477C4
(148,119,196)
#9E84C9
(158,132,201)
#A891CE
(168,145,206)
#B29ED3
(178,158,211)
#BCABD8
(188,171,216)
#C6B8DD
(198,184,221)
#D0C5E2
(208,197,226)
#DAD2E7
(218,210,231)
#E4DFEC
(228,223,236)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6ABF; }

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

This text font color is #8A6ABF.


Background Color

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

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

This div background color is #8A6ABF.


Border color

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

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

This div border color is #8A6ABF.


Opacity

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

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

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

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

This text has shadow with #8A6ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6ABF on black background.


Color preview on white background

This text has color #8A6ABF on white background.



Black color preview on #8A6ABF background

This text has black color on #8A6ABF background.


White color preview on #8A6ABF background

This text has white color on #8A6ABF background.