COLOR #8A64A9

HEX: #8A64A9
RGB: (138,100,169)

Color info

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

RGB color model

#8A64A9 color RGB value is (138,100,169).

  • red value is 138;
  • green value is 100;
  • blue value is 169.
RGB:
(138,100,169)
(54%,39%,66%)

RGB channels and saturation

R 138 of 255 = 54%
G 100 of 255 = 39%
B 169 of 255 = 66%

138
100
169

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

Portions of RGB colors in percentages

R + G + B =
138 + 100 + 169 = 407 (100%)
R 138 of 407 ~ 33.91%
G 100 of 407 ~ 24.57%
B 169 of 407 ~ 41.52%

%33.91
%24.57
%41.52

CMYK color model

#8A64A9 color CMYK value is (18,41,0,34).

  • cyan value is 18.34%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(18,41,0,34)
C18M41Y0K34 
(18%,41%,0%,34%)
(0.18/0.41/0.00/0.34)	

CMYK percentages

%18.34
%40.83
%0
%33.73

Codes

Color #8A64A9 in popluar color models

8A64A9
RGB138100169
HSL273°28.63%52.75%
HSB/HSV273°40.83%66.27%
CMYK18.34%40.83%0.00%
33.73%

Color #8A64A9 in popluar number systems.

HEX8A64A9
Decimal138100169
Binary10001010110010010101001
Octal212144251

Shades and tints

Shades of #8A64A9

#8A64A9
(138,100,169)
#7E5B9A
(126,91,154)
#72528B
(114,82,139)
#66497C
(102,73,124)
#5A406D
(90,64,109)
#4E375E
(78,55,94)
#422E4F
(66,46,79)
#362540
(54,37,64)
#2A1C31
(42,28,49)
#1E1322
(30,19,34)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #8A64A9

#8A64A9
(138,100,169)
#9472B0
(148,114,176)
#9E80B7
(158,128,183)
#A88EBE
(168,142,190)
#B29CC5
(178,156,197)
#BCAACC
(188,170,204)
#C6B8D3
(198,184,211)
#D0C6DA
(208,198,218)
#DAD4E1
(218,212,225)
#E4E2E8
(228,226,232)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A64A9 color. Also use rgb(138,100,169) instead hex code.

Text Font Color

.myTextColor { color: #8A64A9; }

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

This text font color is #8A64A9.


Background Color

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

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

This div background color is #8A64A9.


Border color

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

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

This div border color is #8A64A9.


Opacity

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

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

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

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

This text has shadow with #8A64A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A64A9 on black background.


Color preview on white background

This text has color #8A64A9 on white background.



Black color preview on #8A64A9 background

This text has black color on #8A64A9 background.


White color preview on #8A64A9 background

This text has white color on #8A64A9 background.