COLOR #8C6481

HEX: #8C6481 RGB: (140,100,129)

Color info

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

RGB color model

#8C6481 color RGB value is (140,100,129).

RGB: (140,100,129) (55%, 39%, 51%)

RGB channels and saturation

R 140 of 255 = 55%
G 100 of 255 = 39%
B 129 of 255 = 51%

140
100
129

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

Portions of RGB colors in percentages

R + G + B = 140 + 100 + 129 = 369 (100%)
R 140 of 369 ~ 37.94%
G 100 of 369 ~ 27.1%
B 129 of 369 ~ 34.96'%

%37.94
%27.1
%34.96

CMYK color model

#8C6481 color CMYK value is (0,29,8,45).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 7.86%
  • key color value is 45.10%

CMYK: (0,29,8,45)
C0M29Y8K45 (0%, 29%, 8%, 45%)
(0.00 / 0.29 / 0.08 / 0.45)

CMYK percentages

%0
%28.57
%7.86
%45.1

Codes

Color #8C6481 in popluar color models

8C 64 81
RGB 140 100 129
HSL 317° 16.67% 47.06%
HSB/HSV 317° 28.57% 54.90%
CMYK 0.00% 28.57% 7.86%
45.10%

Color #8C6481 in popluar number systems.

HEX 8C 64 81
Decimal 140 100 129
Binary 10001100 1100100 10000001
Octal 214 144 201

Shades and tints

Shades of #8C6481

#8C6481
(140,100,129)
#805B76
(128,91,118)
#74526B
(116,82,107)
#684960
(104,73,96)
#5C4055
(92,64,85)
#50374A
(80,55,74)
#442E3F
(68,46,63)
#382534
(56,37,52)
#2C1C29
(44,28,41)
#20131E
(32,19,30)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #8C6481

#8C6481
(140,100,129)
#96728C
(150,114,140)
#A08097
(160,128,151)
#AA8EA2
(170,142,162)
#B49CAD
(180,156,173)
#BEAAB8
(190,170,184)
#C8B8C3
(200,184,195)
#D2C6CE
(210,198,206)
#DCD4D9
(220,212,217)
#E6E2E4
(230,226,228)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6481; }

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

This text font color is #8C6481.

Background Color

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

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

This div background color is #8C6481.

Border color

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

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

This div border color is #8C6481.

Opacity

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

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

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

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

This text has shadow with #8C6481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6481.

Preview

Color preview on black background

This text has color #8C6481 on black background.


Color preview on white background

This text has color #8C6481 on white background.


Black color preview on #8C6481 background

This text has black color on #8C6481 background.


White color preview on #8C6481 background

This text has white color on #8C6481 background.


Related colors

Complementary color

Complementary color for #hex is #739B7E.


I love getcolorcode.com

Triadic colors

1 #818C64 and #64818C with #8C6481 are triadic colors.

2 #81648C and #648C81 with #8C6481 are triadic colors.