COLOR #8A6CAE

HEX: #8A6CAE
RGB: (138,108,174)

Color info

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

RGB color model

#8A6CAE color RGB value is (138,108,174).

  • red value is 138;
  • green value is 108;
  • blue value is 174.
RGB:
(138,108,174)
(54%,42%,68%)

RGB channels and saturation

R 138 of 255 = 54%
G 108 of 255 = 42%
B 174 of 255 = 68%

138
108
174

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

Portions of RGB colors in percentages

R + G + B =
138 + 108 + 174 = 420 (100%)
R 138 of 420 ~ 32.86%
G 108 of 420 ~ 25.71%
B 174 of 420 ~ 41.43%

%32.86
%25.71
%41.43

CMYK color model

#8A6CAE color CMYK value is (21,38,0,32).

  • cyan value is 20.69%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(21,38,0,32)
C21M38Y0K32 
(21%,38%,0%,32%)
(0.21/0.38/0.00/0.32)	

CMYK percentages

%20.69
%37.93
%0
%31.76

Codes

Color #8A6CAE in popluar color models

8A6CAE
RGB138108174
HSL267°28.95%55.29%
HSB/HSV267°37.93%68.24%
CMYK20.69%37.93%0.00%
31.76%

Color #8A6CAE in popluar number systems.

HEX8A6CAE
Decimal138108174
Binary10001010110110010101110
Octal212154256

Shades and tints

Shades of #8A6CAE

#8A6CAE
(138,108,174)
#7E639F
(126,99,159)
#725A90
(114,90,144)
#665181
(102,81,129)
#5A4872
(90,72,114)
#4E3F63
(78,63,99)
#423654
(66,54,84)
#362D45
(54,45,69)
#2A2436
(42,36,54)
#1E1B27
(30,27,39)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #8A6CAE

#8A6CAE
(138,108,174)
#9479B5
(148,121,181)
#9E86BC
(158,134,188)
#A893C3
(168,147,195)
#B2A0CA
(178,160,202)
#BCADD1
(188,173,209)
#C6BAD8
(198,186,216)
#D0C7DF
(208,199,223)
#DAD4E6
(218,212,230)
#E4E1ED
(228,225,237)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6CAE color. Also use rgb(138,108,174) instead hex code.

Text Font Color

.myTextColor { color: #8A6CAE; }

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

This text font color is #8A6CAE.


Background Color

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

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

This div background color is #8A6CAE.


Border color

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

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

This div border color is #8A6CAE.


Opacity

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

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

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

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

This text has shadow with #8A6CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6CAE on black background.


Color preview on white background

This text has color #8A6CAE on white background.



Black color preview on #8A6CAE background

This text has black color on #8A6CAE background.


White color preview on #8A6CAE background

This text has white color on #8A6CAE background.