COLOR #8A67BB

HEX: #8A67BB
RGB: (138,103,187)

Color info

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

RGB color model

#8A67BB color RGB value is (138,103,187).

  • red value is 138;
  • green value is 103;
  • blue value is 187.
RGB:
(138,103,187)
(54%,40%,73%)

RGB channels and saturation

R 138 of 255 = 54%
G 103 of 255 = 40%
B 187 of 255 = 73%

138
103
187

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

Portions of RGB colors in percentages

R + G + B =
138 + 103 + 187 = 428 (100%)
R 138 of 428 ~ 32.24%
G 103 of 428 ~ 24.07%
B 187 of 428 ~ 43.69%

%32.24
%24.07
%43.69

CMYK color model

#8A67BB color CMYK value is (26,45,0,27).

  • cyan value is 26.20%
  • magenta value is 44.92%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(26,45,0,27)
C26M45Y0K27 
(26%,45%,0%,27%)
(0.26/0.45/0.00/0.27)	

CMYK percentages

%26.2
%44.92
%0
%26.67

Codes

Color #8A67BB in popluar color models

8A67BB
RGB138103187
HSL265°38.18%56.86%
HSB/HSV265°44.92%73.33%
CMYK26.20%44.92%0.00%
26.67%

Color #8A67BB in popluar number systems.

HEX8A67BB
Decimal138103187
Binary10001010110011110111011
Octal212147273

Shades and tints

Shades of #8A67BB

#8A67BB
(138,103,187)
#7E5EAA
(126,94,170)
#725599
(114,85,153)
#664C88
(102,76,136)
#5A4377
(90,67,119)
#4E3A66
(78,58,102)
#423155
(66,49,85)
#362844
(54,40,68)
#2A1F33
(42,31,51)
#1E1622
(30,22,34)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #8A67BB

#8A67BB
(138,103,187)
#9474C1
(148,116,193)
#9E81C7
(158,129,199)
#A88ECD
(168,142,205)
#B29BD3
(178,155,211)
#BCA8D9
(188,168,217)
#C6B5DF
(198,181,223)
#D0C2E5
(208,194,229)
#DACFEB
(218,207,235)
#E4DCF1
(228,220,241)
#EEE9F7
(238,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A67BB color. Also use rgb(138,103,187) instead hex code.

Text Font Color

.myTextColor { color: #8A67BB; }

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

This text font color is #8A67BB.


Background Color

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

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

This div background color is #8A67BB.


Border color

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

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

This div border color is #8A67BB.


Opacity

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

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

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

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

This text has shadow with #8A67BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A67BB on black background.


Color preview on white background

This text has color #8A67BB on white background.



Black color preview on #8A67BB background

This text has black color on #8A67BB background.


White color preview on #8A67BB background

This text has white color on #8A67BB background.