COLOR #8F3FC6

HEX: #8F3FC6 RGB: (143,63,198)

Color info

#8F3FC6 contains mainly red and blue colors. Web safe color of #8F3FC6 is #9933CC (or #93C).

RGB color model

#8F3FC6 color RGB value is (143,63,198).

RGB: (143,63,198) (56%, 25%, 78%)

RGB channels and saturation

R 143 of 255 = 56%
G 63 of 255 = 25%
B 198 of 255 = 78%

143
63
198

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

Portions of RGB colors in percentages

R + G + B = 143 + 63 + 198 = 404 (100%)
R 143 of 404 ~ 35.4%
G 63 of 404 ~ 15.59%
B 198 of 404 ~ 49.01'%

%35.4
%15.59
%49.01

CMYK color model

#8F3FC6 color CMYK value is (28,68,0,22).

  • cyan value is 27.78%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (28,68,0,22)
C28M68Y0K22 (28%, 68%, 0%, 22%)
(0.28 / 0.68 / 0.00 / 0.22)

CMYK percentages

%27.78
%68.18
%0
%22.35

Codes

Color #8F3FC6 in popluar color models

8F 3F C6
RGB 143 63 198
HSL 276° 54.22% 51.18%
HSB/HSV 276° 68.18% 77.65%
CMYK 27.78% 68.18% 0.00%
22.35%

Color #8F3FC6 in popluar number systems.

HEX 8F 3F C6
Decimal 143 63 198
Binary 10001111 111111 11000110
Octal 217 77 306

Shades and tints

Shades of #8F3FC6

#8F3FC6
(143,63,198)
#823AB4
(130,58,180)
#7535A2
(117,53,162)
#683090
(104,48,144)
#5B2B7E
(91,43,126)
#4E266C
(78,38,108)
#41215A
(65,33,90)
#341C48
(52,28,72)
#271736
(39,23,54)
#1A1224
(26,18,36)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #8F3FC6

#8F3FC6
(143,63,198)
#9950CB
(153,80,203)
#A361D0
(163,97,208)
#AD72D5
(173,114,213)
#B783DA
(183,131,218)
#C194DF
(193,148,223)
#CBA5E4
(203,165,228)
#D5B6E9
(213,182,233)
#DFC7EE
(223,199,238)
#E9D8F3
(233,216,243)
#F3E9F8
(243,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F3FC6 color. Also use rgb(143,63,198) instead hex code.

Text Font Color

.myTextColor { color: #8F3FC6; }

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

This text font color is #8F3FC6.

Background Color

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

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

This div background color is #8F3FC6.

Border color

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

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

This div border color is #8F3FC6.

Opacity

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

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

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

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

This text has shadow with #8F3FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F3FC6.

Preview

Color preview on black background

This text has color #8F3FC6 on black background.


Color preview on white background

This text has color #8F3FC6 on white background.


Black color preview on #8F3FC6 background

This text has black color on #8F3FC6 background.


White color preview on #8F3FC6 background

This text has white color on #8F3FC6 background.


Related colors

Complementary color

Complementary color for #hex is #70C039.


I love getcolorcode.com

Triadic colors

1 #C68F3F and #3FC68F with #8F3FC6 are triadic colors.

2 #C63F8F and #3F8FC6 with #8F3FC6 are triadic colors.