COLOR #8C6085

HEX: #8C6085 RGB: (140,96,133)

Color info

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

RGB color model

#8C6085 color RGB value is (140,96,133).

RGB: (140,96,133) (55%, 38%, 52%)

RGB channels and saturation

R 140 of 255 = 55%
G 96 of 255 = 38%
B 133 of 255 = 52%

140
96
133

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

Portions of RGB colors in percentages

R + G + B = 140 + 96 + 133 = 369 (100%)
R 140 of 369 ~ 37.94%
G 96 of 369 ~ 26.02%
B 133 of 369 ~ 36.04'%

%37.94
%26.02
%36.04

CMYK color model

#8C6085 color CMYK value is (0,31,5,45).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 5.00%
  • key color value is 45.10%

CMYK: (0,31,5,45)
C0M31Y5K45 (0%, 31%, 5%, 45%)
(0.00 / 0.31 / 0.05 / 0.45)

CMYK percentages

%0
%31.43
%5
%45.1

Codes

Color #8C6085 in popluar color models

8C 60 85
RGB 140 96 133
HSL 310° 18.64% 46.27%
HSB/HSV 310° 31.43% 54.90%
CMYK 0.00% 31.43% 5.00%
45.10%

Color #8C6085 in popluar number systems.

HEX 8C 60 85
Decimal 140 96 133
Binary 10001100 1100000 10000101
Octal 214 140 205

Shades and tints

Shades of #8C6085

#8C6085
(140,96,133)
#805879
(128,88,121)
#74506D
(116,80,109)
#684861
(104,72,97)
#5C4055
(92,64,85)
#503849
(80,56,73)
#44303D
(68,48,61)
#382831
(56,40,49)
#2C2025
(44,32,37)
#201819
(32,24,25)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C6085

#8C6085
(140,96,133)
#966E90
(150,110,144)
#A07C9B
(160,124,155)
#AA8AA6
(170,138,166)
#B498B1
(180,152,177)
#BEA6BC
(190,166,188)
#C8B4C7
(200,180,199)
#D2C2D2
(210,194,210)
#DCD0DD
(220,208,221)
#E6DEE8
(230,222,232)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6085 color. Also use rgb(140,96,133) instead hex code.

Text Font Color

.myTextColor { color: #8C6085; }

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

This text font color is #8C6085.

Background Color

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

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

This div background color is #8C6085.

Border color

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

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

This div border color is #8C6085.

Opacity

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

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

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

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

This text has shadow with #8C6085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6085.

Preview

Color preview on black background

This text has color #8C6085 on black background.


Color preview on white background

This text has color #8C6085 on white background.


Black color preview on #8C6085 background

This text has black color on #8C6085 background.


White color preview on #8C6085 background

This text has white color on #8C6085 background.


Related colors

Complementary color

Complementary color for #hex is #739F7A.


I love getcolorcode.com

Triadic colors

1 #858C60 and #60858C with #8C6085 are triadic colors.

2 #85608C and #608C85 with #8C6085 are triadic colors.