COLOR #8A659C

HEX: #8A659C RGB: (138,101,156)

Color info

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

RGB color model

#8A659C color RGB value is (138,101,156).

RGB: (138,101,156) (54%, 40%, 61%)

RGB channels and saturation

R 138 of 255 = 54%
G 101 of 255 = 40%
B 156 of 255 = 61%

138
101
156

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

Portions of RGB colors in percentages

R + G + B = 138 + 101 + 156 = 395 (100%)
R 138 of 395 ~ 34.94%
G 101 of 395 ~ 25.57%
B 156 of 395 ~ 39.49'%

%34.94
%25.57
%39.49

CMYK color model

#8A659C color CMYK value is (12,35,0,39).

  • cyan value is 11.54%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (12,35,0,39)
C12M35Y0K39 (12%, 35%, 0%, 39%)
(0.12 / 0.35 / 0.00 / 0.39)

CMYK percentages

%11.54
%35.26
%0
%38.82

Codes

Color #8A659C in popluar color models

8A 65 9C
RGB 138 101 156
HSL 280° 21.74% 50.39%
HSB/HSV 280° 35.26% 61.18%
CMYK 11.54% 35.26% 0.00%
38.82%

Color #8A659C in popluar number systems.

HEX 8A 65 9C
Decimal 138 101 156
Binary 10001010 1100101 10011100
Octal 212 145 234

Shades and tints

Shades of #8A659C

#8A659C
(138,101,156)
#7E5C8E
(126,92,142)
#725380
(114,83,128)
#664A72
(102,74,114)
#5A4164
(90,65,100)
#4E3856
(78,56,86)
#422F48
(66,47,72)
#36263A
(54,38,58)
#2A1D2C
(42,29,44)
#1E141E
(30,20,30)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #8A659C

#8A659C
(138,101,156)
#9473A5
(148,115,165)
#9E81AE
(158,129,174)
#A88FB7
(168,143,183)
#B29DC0
(178,157,192)
#BCABC9
(188,171,201)
#C6B9D2
(198,185,210)
#D0C7DB
(208,199,219)
#DAD5E4
(218,213,228)
#E4E3ED
(228,227,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A659C color. Also use rgb(138,101,156) instead hex code.

Text Font Color

.myTextColor { color: #8A659C; }

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

This text font color is #8A659C.

Background Color

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

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

This div background color is #8A659C.

Border color

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

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

This div border color is #8A659C.

Opacity

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

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

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

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

This text has shadow with #8A659C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A659C.

Preview

Color preview on black background

This text has color #8A659C on black background.


Color preview on white background

This text has color #8A659C on white background.


Black color preview on #8A659C background

This text has black color on #8A659C background.


White color preview on #8A659C background

This text has white color on #8A659C background.


Related colors

Complementary color

Complementary color for #hex is #759A63.


I love getcolorcode.com

Triadic colors

1 #9C8A65 and #659C8A with #8A659C are triadic colors.

2 #9C658A and #658A9C with #8A659C are triadic colors.