COLOR #8A3699

HEX: #8A3699
RGB: (138,54,153)

Color info

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

RGB color model

#8A3699 color RGB value is (138,54,153).

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

RGB channels and saturation

R 138 of 255 = 54%
G 54 of 255 = 21%
B 153 of 255 = 60%

138
54
153

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

Portions of RGB colors in percentages

R + G + B =
138 + 54 + 153 = 345 (100%)
R 138 of 345 ~ 40%
G 54 of 345 ~ 15.65%
B 153 of 345 ~ 44.35%

%40
%15.65
%44.35

CMYK color model

#8A3699 color CMYK value is (10,65,0,40).

  • cyan value is 9.80%
  • magenta value is 64.71%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,65,0,40)
C10M65Y0K40 
(10%,65%,0%,40%)
(0.10/0.65/0.00/0.40)	

CMYK percentages

%9.8
%64.71
%0
%40

Codes

Color #8A3699 in popluar color models

8A3699
RGB13854153
HSL291°47.83%40.59%
HSB/HSV291°64.71%60.00%
CMYK9.80%64.71%0.00%
40.00%

Color #8A3699 in popluar number systems.

HEX8A3699
Decimal13854153
Binary1000101011011010011001
Octal21266231

Shades and tints

Shades of #8A3699

#8A3699
(138,54,153)
#7E328C
(126,50,140)
#722E7F
(114,46,127)
#662A72
(102,42,114)
#5A2665
(90,38,101)
#4E2258
(78,34,88)
#421E4B
(66,30,75)
#361A3E
(54,26,62)
#2A1631
(42,22,49)
#1E1224
(30,18,36)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #8A3699

#8A3699
(138,54,153)
#9448A2
(148,72,162)
#9E5AAB
(158,90,171)
#A86CB4
(168,108,180)
#B27EBD
(178,126,189)
#BC90C6
(188,144,198)
#C6A2CF
(198,162,207)
#D0B4D8
(208,180,216)
#DAC6E1
(218,198,225)
#E4D8EA
(228,216,234)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A3699; }

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

This text font color is #8A3699.


Background Color

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

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

This div background color is #8A3699.


Border color

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

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

This div border color is #8A3699.


Opacity

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

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

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

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

This text has shadow with #8A3699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3699 on black background.


Color preview on white background

This text has color #8A3699 on white background.



Black color preview on #8A3699 background

This text has black color on #8A3699 background.


White color preview on #8A3699 background

This text has white color on #8A3699 background.