COLOR #8C64A6

HEX: #8C64A6 RGB: (140,100,166)

Color info

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

RGB color model

#8C64A6 color RGB value is (140,100,166).

RGB: (140,100,166) (55%, 39%, 65%)

RGB channels and saturation

R 140 of 255 = 55%
G 100 of 255 = 39%
B 166 of 255 = 65%

140
100
166

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

Portions of RGB colors in percentages

R + G + B = 140 + 100 + 166 = 406 (100%)
R 140 of 406 ~ 34.48%
G 100 of 406 ~ 24.63%
B 166 of 406 ~ 40.89'%

%34.48
%24.63
%40.89

CMYK color model

#8C64A6 color CMYK value is (16,40,0,35).

  • cyan value is 15.66%
  • magenta value is 39.76%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (16,40,0,35)
C16M40Y0K35 (16%, 40%, 0%, 35%)
(0.16 / 0.40 / 0.00 / 0.35)

CMYK percentages

%15.66
%39.76
%0
%34.9

Codes

Color #8C64A6 in popluar color models

8C 64 A6
RGB 140 100 166
HSL 276° 27.05% 52.16%
HSB/HSV 276° 39.76% 65.10%
CMYK 15.66% 39.76% 0.00%
34.90%

Color #8C64A6 in popluar number systems.

HEX 8C 64 A6
Decimal 140 100 166
Binary 10001100 1100100 10100110
Octal 214 144 246

Shades and tints

Shades of #8C64A6

#8C64A6
(140,100,166)
#805B97
(128,91,151)
#745288
(116,82,136)
#684979
(104,73,121)
#5C406A
(92,64,106)
#50375B
(80,55,91)
#442E4C
(68,46,76)
#38253D
(56,37,61)
#2C1C2E
(44,28,46)
#20131F
(32,19,31)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #8C64A6

#8C64A6
(140,100,166)
#9672AE
(150,114,174)
#A080B6
(160,128,182)
#AA8EBE
(170,142,190)
#B49CC6
(180,156,198)
#BEAACE
(190,170,206)
#C8B8D6
(200,184,214)
#D2C6DE
(210,198,222)
#DCD4E6
(220,212,230)
#E6E2EE
(230,226,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C64A6 color. Also use rgb(140,100,166) instead hex code.

Text Font Color

.myTextColor { color: #8C64A6; }

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

This text font color is #8C64A6.

Background Color

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

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

This div background color is #8C64A6.

Border color

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

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

This div border color is #8C64A6.

Opacity

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

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

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

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

This text has shadow with #8C64A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C64A6.

Preview

Color preview on black background

This text has color #8C64A6 on black background.


Color preview on white background

This text has color #8C64A6 on white background.


Black color preview on #8C64A6 background

This text has black color on #8C64A6 background.


White color preview on #8C64A6 background

This text has white color on #8C64A6 background.


Related colors

Complementary color

Complementary color for #hex is #739B59.


I love getcolorcode.com

Triadic colors

1 #A68C64 and #64A68C with #8C64A6 are triadic colors.

2 #A6648C and #648CA6 with #8C64A6 are triadic colors.