COLOR #8A6CA2

HEX: #8A6CA2 RGB: (138,108,162)

Color info

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

RGB color model

#8A6CA2 color RGB value is (138,108,162).

RGB: (138,108,162) (54%, 42%, 64%)

RGB channels and saturation

R 138 of 255 = 54%
G 108 of 255 = 42%
B 162 of 255 = 64%

138
108
162

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

Portions of RGB colors in percentages

R + G + B = 138 + 108 + 162 = 408 (100%)
R 138 of 408 ~ 33.82%
G 108 of 408 ~ 26.47%
B 162 of 408 ~ 39.71'%

%33.82
%26.47
%39.71

CMYK color model

#8A6CA2 color CMYK value is (15,33,0,36).

  • cyan value is 14.81%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (15,33,0,36)
C15M33Y0K36 (15%, 33%, 0%, 36%)
(0.15 / 0.33 / 0.00 / 0.36)

CMYK percentages

%14.81
%33.33
%0
%36.47

Codes

Color #8A6CA2 in popluar color models

8A 6C A2
RGB 138 108 162
HSL 273° 22.50% 52.94%
HSB/HSV 273° 33.33% 63.53%
CMYK 14.81% 33.33% 0.00%
36.47%

Color #8A6CA2 in popluar number systems.

HEX 8A 6C A2
Decimal 138 108 162
Binary 10001010 1101100 10100010
Octal 212 154 242

Shades and tints

Shades of #8A6CA2

#8A6CA2
(138,108,162)
#7E6394
(126,99,148)
#725A86
(114,90,134)
#665178
(102,81,120)
#5A486A
(90,72,106)
#4E3F5C
(78,63,92)
#42364E
(66,54,78)
#362D40
(54,45,64)
#2A2432
(42,36,50)
#1E1B24
(30,27,36)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #8A6CA2

#8A6CA2
(138,108,162)
#9479AA
(148,121,170)
#9E86B2
(158,134,178)
#A893BA
(168,147,186)
#B2A0C2
(178,160,194)
#BCADCA
(188,173,202)
#C6BAD2
(198,186,210)
#D0C7DA
(208,199,218)
#DAD4E2
(218,212,226)
#E4E1EA
(228,225,234)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6CA2; }

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

This text font color is #8A6CA2.

Background Color

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

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

This div background color is #8A6CA2.

Border color

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

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

This div border color is #8A6CA2.

Opacity

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

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

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

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

This text has shadow with #8A6CA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6CA2.

Preview

Color preview on black background

This text has color #8A6CA2 on black background.


Color preview on white background

This text has color #8A6CA2 on white background.


Black color preview on #8A6CA2 background

This text has black color on #8A6CA2 background.


White color preview on #8A6CA2 background

This text has white color on #8A6CA2 background.


Related colors

Complementary color

Complementary color for #hex is #75935D.


I love getcolorcode.com

Triadic colors

1 #A28A6C and #6CA28A with #8A6CA2 are triadic colors.

2 #A26C8A and #6C8AA2 with #8A6CA2 are triadic colors.