COLOR #8C6FC1

HEX: #8C6FC1
RGB: (140,111,193)

Color info

#8C6FC1 contains mainly red and blue colors. Web safe color of #8C6FC1 is #9966CC (or #96C).

RGB color model

#8C6FC1 color RGB value is (140,111,193).

  • red value is 140;
  • green value is 111;
  • blue value is 193.
RGB:
(140,111,193)
(55%,44%,76%)

RGB channels and saturation

R 140 of 255 = 55%
G 111 of 255 = 44%
B 193 of 255 = 76%

140
111
193

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

Portions of RGB colors in percentages

R + G + B =
140 + 111 + 193 = 444 (100%)
R 140 of 444 ~ 31.53%
G 111 of 444 ~ 25%
B 193 of 444 ~ 43.47%

%31.53
%25
%43.47

CMYK color model

#8C6FC1 color CMYK value is (27,42,0,24).

  • cyan value is 27.46%
  • magenta value is 42.49%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(27,42,0,24)
C27M42Y0K24 
(27%,42%,0%,24%)
(0.27/0.42/0.00/0.24)	

CMYK percentages

%27.46
%42.49
%0
%24.31

Codes

Color #8C6FC1 in popluar color models

8C6FC1
RGB140111193
HSL261°39.81%59.61%
HSB/HSV261°42.49%75.69%
CMYK27.46%42.49%0.00%
24.31%

Color #8C6FC1 in popluar number systems.

HEX8C6FC1
Decimal140111193
Binary10001100110111111000001
Octal214157301

Shades and tints

Shades of #8C6FC1

#8C6FC1
(140,111,193)
#8065B0
(128,101,176)
#745B9F
(116,91,159)
#68518E
(104,81,142)
#5C477D
(92,71,125)
#503D6C
(80,61,108)
#44335B
(68,51,91)
#38294A
(56,41,74)
#2C1F39
(44,31,57)
#201528
(32,21,40)
#140B17
(20,11,23)
#000000
(0,0,0)

Tints of #8C6FC1

#8C6FC1
(140,111,193)
#967CC6
(150,124,198)
#A089CB
(160,137,203)
#AA96D0
(170,150,208)
#B4A3D5
(180,163,213)
#BEB0DA
(190,176,218)
#C8BDDF
(200,189,223)
#D2CAE4
(210,202,228)
#DCD7E9
(220,215,233)
#E6E4EE
(230,228,238)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6FC1 color. Also use rgb(140,111,193) instead hex code.

Text Font Color

.myTextColor { color: #8C6FC1; }

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

This text font color is #8C6FC1.


Background Color

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

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

This div background color is #8C6FC1.


Border color

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

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

This div border color is #8C6FC1.


Opacity

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

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

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

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

This text has shadow with #8C6FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6FC1 on black background.


Color preview on white background

This text has color #8C6FC1 on white background.



Black color preview on #8C6FC1 background

This text has black color on #8C6FC1 background.


White color preview on #8C6FC1 background

This text has white color on #8C6FC1 background.