COLOR #8A36A9

HEX: #8A36A9
RGB: (138,54,169)

Color info

#8A36A9 contains mainly red and blue colors. Web safe color of #8A36A9 is #993399 (or #939).

RGB color model

#8A36A9 color RGB value is (138,54,169).

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

RGB channels and saturation

R 138 of 255 = 54%
G 54 of 255 = 21%
B 169 of 255 = 66%

138
54
169

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

Portions of RGB colors in percentages

R + G + B =
138 + 54 + 169 = 361 (100%)
R 138 of 361 ~ 38.23%
G 54 of 361 ~ 14.96%
B 169 of 361 ~ 46.81%

%38.23
%14.96
%46.81

CMYK color model

#8A36A9 color CMYK value is (18,68,0,34).

  • cyan value is 18.34%
  • magenta value is 68.05%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(18,68,0,34)
C18M68Y0K34 
(18%,68%,0%,34%)
(0.18/0.68/0.00/0.34)	

CMYK percentages

%18.34
%68.05
%0
%33.73

Codes

Color #8A36A9 in popluar color models

8A36A9
RGB13854169
HSL284°51.57%43.73%
HSB/HSV284°68.05%66.27%
CMYK18.34%68.05%0.00%
33.73%

Color #8A36A9 in popluar number systems.

HEX8A36A9
Decimal13854169
Binary1000101011011010101001
Octal21266251

Shades and tints

Shades of #8A36A9

#8A36A9
(138,54,169)
#7E329A
(126,50,154)
#722E8B
(114,46,139)
#662A7C
(102,42,124)
#5A266D
(90,38,109)
#4E225E
(78,34,94)
#421E4F
(66,30,79)
#361A40
(54,26,64)
#2A1631
(42,22,49)
#1E1222
(30,18,34)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #8A36A9

#8A36A9
(138,54,169)
#9448B0
(148,72,176)
#9E5AB7
(158,90,183)
#A86CBE
(168,108,190)
#B27EC5
(178,126,197)
#BC90CC
(188,144,204)
#C6A2D3
(198,162,211)
#D0B4DA
(208,180,218)
#DAC6E1
(218,198,225)
#E4D8E8
(228,216,232)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A36A9; }

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

This text font color is #8A36A9.


Background Color

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

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

This div background color is #8A36A9.


Border color

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

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

This div border color is #8A36A9.


Opacity

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

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

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

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

This text has shadow with #8A36A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A36A9 on black background.


Color preview on white background

This text has color #8A36A9 on white background.



Black color preview on #8A36A9 background

This text has black color on #8A36A9 background.


White color preview on #8A36A9 background

This text has white color on #8A36A9 background.