COLOR #8F6FCE

HEX: #8F6FCE
RGB: (143,111,206)

Color info

#8F6FCE contains mainly blue color. Web safe color of #8F6FCE is #9966CC (or #96C).

RGB color model

#8F6FCE color RGB value is (143,111,206).

  • red value is 143;
  • green value is 111;
  • blue value is 206.
RGB:
(143,111,206)
(56%,44%,81%)

RGB channels and saturation

R 143 of 255 = 56%
G 111 of 255 = 44%
B 206 of 255 = 81%

143
111
206

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

Portions of RGB colors in percentages

R + G + B =
143 + 111 + 206 = 460 (100%)
R 143 of 460 ~ 31.09%
G 111 of 460 ~ 24.13%
B 206 of 460 ~ 44.78%

%31.09
%24.13
%44.78

CMYK color model

#8F6FCE color CMYK value is (31,46,0,19).

  • cyan value is 30.58%
  • magenta value is 46.12%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(31,46,0,19)
C31M46Y0K19 
(31%,46%,0%,19%)
(0.31/0.46/0.00/0.19)	

CMYK percentages

%30.58
%46.12
%0
%19.22

Codes

Color #8F6FCE in popluar color models

8F6FCE
RGB143111206
HSL260°49.22%62.16%
HSB/HSV260°46.12%80.78%
CMYK30.58%46.12%0.00%
19.22%

Color #8F6FCE in popluar number systems.

HEX8F6FCE
Decimal143111206
Binary10001111110111111001110
Octal217157316

Shades and tints

Shades of #8F6FCE

#8F6FCE
(143,111,206)
#8265BC
(130,101,188)
#755BAA
(117,91,170)
#685198
(104,81,152)
#5B4786
(91,71,134)
#4E3D74
(78,61,116)
#413362
(65,51,98)
#342950
(52,41,80)
#271F3E
(39,31,62)
#1A152C
(26,21,44)
#0D0B1A
(13,11,26)
#000000
(0,0,0)

Tints of #8F6FCE

#8F6FCE
(143,111,206)
#997CD2
(153,124,210)
#A389D6
(163,137,214)
#AD96DA
(173,150,218)
#B7A3DE
(183,163,222)
#C1B0E2
(193,176,226)
#CBBDE6
(203,189,230)
#D5CAEA
(213,202,234)
#DFD7EE
(223,215,238)
#E9E4F2
(233,228,242)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6FCE color. Also use rgb(143,111,206) instead hex code.

Text Font Color

.myTextColor { color: #8F6FCE; }

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

This text font color is #8F6FCE.


Background Color

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

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

This div background color is #8F6FCE.


Border color

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

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

This div border color is #8F6FCE.


Opacity

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

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

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

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

This text has shadow with #8F6FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6FCE on black background.


Color preview on white background

This text has color #8F6FCE on white background.



Black color preview on #8F6FCE background

This text has black color on #8F6FCE background.


White color preview on #8F6FCE background

This text has white color on #8F6FCE background.