COLOR #8A60A5

HEX: #8A60A5
RGB: (138,96,165)

Color info

#8A60A5 contains mainly red and blue colors. Web safe color of #8A60A5 is #996699 (or #969).

RGB color model

#8A60A5 color RGB value is (138,96,165).

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

RGB channels and saturation

R 138 of 255 = 54%
G 96 of 255 = 38%
B 165 of 255 = 65%

138
96
165

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

Portions of RGB colors in percentages

R + G + B =
138 + 96 + 165 = 399 (100%)
R 138 of 399 ~ 34.59%
G 96 of 399 ~ 24.06%
B 165 of 399 ~ 41.35%

%34.59
%24.06
%41.35

CMYK color model

#8A60A5 color CMYK value is (16,42,0,35).

  • cyan value is 16.36%
  • magenta value is 41.82%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(16,42,0,35)
C16M42Y0K35 
(16%,42%,0%,35%)
(0.16/0.42/0.00/0.35)	

CMYK percentages

%16.36
%41.82
%0
%35.29

Codes

Color #8A60A5 in popluar color models

8A60A5
RGB13896165
HSL277°27.71%51.18%
HSB/HSV277°41.82%64.71%
CMYK16.36%41.82%0.00%
35.29%

Color #8A60A5 in popluar number systems.

HEX8A60A5
Decimal13896165
Binary10001010110000010100101
Octal212140245

Shades and tints

Shades of #8A60A5

#8A60A5
(138,96,165)
#7E5896
(126,88,150)
#725087
(114,80,135)
#664878
(102,72,120)
#5A4069
(90,64,105)
#4E385A
(78,56,90)
#42304B
(66,48,75)
#36283C
(54,40,60)
#2A202D
(42,32,45)
#1E181E
(30,24,30)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #8A60A5

#8A60A5
(138,96,165)
#946EAD
(148,110,173)
#9E7CB5
(158,124,181)
#A88ABD
(168,138,189)
#B298C5
(178,152,197)
#BCA6CD
(188,166,205)
#C6B4D5
(198,180,213)
#D0C2DD
(208,194,221)
#DAD0E5
(218,208,229)
#E4DEED
(228,222,237)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A60A5; }

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

This text font color is #8A60A5.


Background Color

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

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

This div background color is #8A60A5.


Border color

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

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

This div border color is #8A60A5.


Opacity

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

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

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

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

This text has shadow with #8A60A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A60A5 on black background.


Color preview on white background

This text has color #8A60A5 on white background.



Black color preview on #8A60A5 background

This text has black color on #8A60A5 background.


White color preview on #8A60A5 background

This text has white color on #8A60A5 background.