COLOR #8C6795

HEX: #8C6795
RGB: (140,103,149)

Color info

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

RGB color model

#8C6795 color RGB value is (140,103,149).

  • red value is 140;
  • green value is 103;
  • blue value is 149.
RGB:
(140,103,149)
(55%,40%,58%)

RGB channels and saturation

R 140 of 255 = 55%
G 103 of 255 = 40%
B 149 of 255 = 58%

140
103
149

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

Portions of RGB colors in percentages

R + G + B =
140 + 103 + 149 = 392 (100%)
R 140 of 392 ~ 35.71%
G 103 of 392 ~ 26.28%
B 149 of 392 ~ 38.01%

%35.71
%26.28
%38.01

CMYK color model

#8C6795 color CMYK value is (6,31,0,42).

  • cyan value is 6.04%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(6,31,0,42)
C6M31Y0K42 
(6%,31%,0%,42%)
(0.06/0.31/0.00/0.42)	

CMYK percentages

%6.04
%30.87
%0
%41.57

Codes

Color #8C6795 in popluar color models

8C6795
RGB140103149
HSL288°18.25%49.41%
HSB/HSV288°30.87%58.43%
CMYK6.04%30.87%0.00%
41.57%

Color #8C6795 in popluar number systems.

HEX8C6795
Decimal140103149
Binary10001100110011110010101
Octal214147225

Shades and tints

Shades of #8C6795

#8C6795
(140,103,149)
#805E88
(128,94,136)
#74557B
(116,85,123)
#684C6E
(104,76,110)
#5C4361
(92,67,97)
#503A54
(80,58,84)
#443147
(68,49,71)
#38283A
(56,40,58)
#2C1F2D
(44,31,45)
#201620
(32,22,32)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #8C6795

#8C6795
(140,103,149)
#96749E
(150,116,158)
#A081A7
(160,129,167)
#AA8EB0
(170,142,176)
#B49BB9
(180,155,185)
#BEA8C2
(190,168,194)
#C8B5CB
(200,181,203)
#D2C2D4
(210,194,212)
#DCCFDD
(220,207,221)
#E6DCE6
(230,220,230)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6795 color. Also use rgb(140,103,149) instead hex code.

Text Font Color

.myTextColor { color: #8C6795; }

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

This text font color is #8C6795.


Background Color

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

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

This div background color is #8C6795.


Border color

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

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

This div border color is #8C6795.


Opacity

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

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

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

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

This text has shadow with #8C6795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6795 on black background.


Color preview on white background

This text has color #8C6795 on white background.



Black color preview on #8C6795 background

This text has black color on #8C6795 background.


White color preview on #8C6795 background

This text has white color on #8C6795 background.