COLOR #8A6399

HEX: #8A6399
RGB: (138,99,153)

Color info

#8A6399 contains red, green and blue colors in about the same proportion. Web safe color of #8A6399 is #996699 (or #969).

RGB color model

#8A6399 color RGB value is (138,99,153).

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

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 153 of 255 = 60%

138
99
153

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

Portions of RGB colors in percentages

R + G + B =
138 + 99 + 153 = 390 (100%)
R 138 of 390 ~ 35.38%
G 99 of 390 ~ 25.38%
B 153 of 390 ~ 39.23%

%35.38
%25.38
%39.23

CMYK color model

#8A6399 color CMYK value is (10,35,0,40).

  • cyan value is 9.80%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,35,0,40)
C10M35Y0K40 
(10%,35%,0%,40%)
(0.10/0.35/0.00/0.40)	

CMYK percentages

%9.8
%35.29
%0
%40

Codes

Color #8A6399 in popluar color models

8A6399
RGB13899153
HSL283°21.43%49.41%
HSB/HSV283°35.29%60.00%
CMYK9.80%35.29%0.00%
40.00%

Color #8A6399 in popluar number systems.

HEX8A6399
Decimal13899153
Binary10001010110001110011001
Octal212143231

Shades and tints

Shades of #8A6399

#8A6399
(138,99,153)
#7E5A8C
(126,90,140)
#72517F
(114,81,127)
#664872
(102,72,114)
#5A3F65
(90,63,101)
#4E3658
(78,54,88)
#422D4B
(66,45,75)
#36243E
(54,36,62)
#2A1B31
(42,27,49)
#1E1224
(30,18,36)
#120917
(18,9,23)
#000000
(0,0,0)

Tints of #8A6399

#8A6399
(138,99,153)
#9471A2
(148,113,162)
#9E7FAB
(158,127,171)
#A88DB4
(168,141,180)
#B29BBD
(178,155,189)
#BCA9C6
(188,169,198)
#C6B7CF
(198,183,207)
#D0C5D8
(208,197,216)
#DAD3E1
(218,211,225)
#E4E1EA
(228,225,234)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6399; }

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

This text font color is #8A6399.


Background Color

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

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

This div background color is #8A6399.


Border color

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

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

This div border color is #8A6399.


Opacity

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

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

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

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

This text has shadow with #8A6399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6399 on black background.


Color preview on white background

This text has color #8A6399 on white background.



Black color preview on #8A6399 background

This text has black color on #8A6399 background.


White color preview on #8A6399 background

This text has white color on #8A6399 background.