COLOR #8A60BA

HEX: #8A60BA
RGB: (138,96,186)

Color info

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

RGB color model

#8A60BA color RGB value is (138,96,186).

  • red value is 138;
  • green value is 96;
  • blue value is 186.
RGB:
(138,96,186)
(54%,38%,73%)

RGB channels and saturation

R 138 of 255 = 54%
G 96 of 255 = 38%
B 186 of 255 = 73%

138
96
186

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

Portions of RGB colors in percentages

R + G + B =
138 + 96 + 186 = 420 (100%)
R 138 of 420 ~ 32.86%
G 96 of 420 ~ 22.86%
B 186 of 420 ~ 44.29%

%32.86
%22.86
%44.29

CMYK color model

#8A60BA color CMYK value is (26,48,0,27).

  • cyan value is 25.81%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,48,0,27)
C26M48Y0K27 
(26%,48%,0%,27%)
(0.26/0.48/0.00/0.27)	

CMYK percentages

%25.81
%48.39
%0
%27.06

Codes

Color #8A60BA in popluar color models

8A60BA
RGB13896186
HSL268°39.47%55.29%
HSB/HSV268°48.39%72.94%
CMYK25.81%48.39%0.00%
27.06%

Color #8A60BA in popluar number systems.

HEX8A60BA
Decimal13896186
Binary10001010110000010111010
Octal212140272

Shades and tints

Shades of #8A60BA

#8A60BA
(138,96,186)
#7E58AA
(126,88,170)
#72509A
(114,80,154)
#66488A
(102,72,138)
#5A407A
(90,64,122)
#4E386A
(78,56,106)
#42305A
(66,48,90)
#36284A
(54,40,74)
#2A203A
(42,32,58)
#1E182A
(30,24,42)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #8A60BA

#8A60BA
(138,96,186)
#946EC0
(148,110,192)
#9E7CC6
(158,124,198)
#A88ACC
(168,138,204)
#B298D2
(178,152,210)
#BCA6D8
(188,166,216)
#C6B4DE
(198,180,222)
#D0C2E4
(208,194,228)
#DAD0EA
(218,208,234)
#E4DEF0
(228,222,240)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A60BA color. Also use rgb(138,96,186) instead hex code.

Text Font Color

.myTextColor { color: #8A60BA; }

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

This text font color is #8A60BA.


Background Color

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

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

This div background color is #8A60BA.


Border color

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

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

This div border color is #8A60BA.


Opacity

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

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

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

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

This text has shadow with #8A60BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A60BA on black background.


Color preview on white background

This text has color #8A60BA on white background.



Black color preview on #8A60BA background

This text has black color on #8A60BA background.


White color preview on #8A60BA background

This text has white color on #8A60BA background.