COLOR #8F6FC8

HEX: #8F6FC8
RGB: (143,111,200)

Color info

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

RGB color model

#8F6FC8 color RGB value is (143,111,200).

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

RGB channels and saturation

R 143 of 255 = 56%
G 111 of 255 = 44%
B 200 of 255 = 78%

143
111
200

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

Portions of RGB colors in percentages

R + G + B =
143 + 111 + 200 = 454 (100%)
R 143 of 454 ~ 31.5%
G 111 of 454 ~ 24.45%
B 200 of 454 ~ 44.05%

%31.5
%24.45
%44.05

CMYK color model

#8F6FC8 color CMYK value is (29,45,0,22).

  • cyan value is 28.50%
  • magenta value is 44.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(29,45,0,22)
C29M45Y0K22 
(29%,45%,0%,22%)
(0.29/0.45/0.00/0.22)	

CMYK percentages

%28.5
%44.5
%0
%21.57

Codes

Color #8F6FC8 in popluar color models

8F6FC8
RGB143111200
HSL262°44.72%60.98%
HSB/HSV262°44.50%78.43%
CMYK28.50%44.50%0.00%
21.57%

Color #8F6FC8 in popluar number systems.

HEX8F6FC8
Decimal143111200
Binary10001111110111111001000
Octal217157310

Shades and tints

Shades of #8F6FC8

#8F6FC8
(143,111,200)
#8265B6
(130,101,182)
#755BA4
(117,91,164)
#685192
(104,81,146)
#5B4780
(91,71,128)
#4E3D6E
(78,61,110)
#41335C
(65,51,92)
#34294A
(52,41,74)
#271F38
(39,31,56)
#1A1526
(26,21,38)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #8F6FC8

#8F6FC8
(143,111,200)
#997CCD
(153,124,205)
#A389D2
(163,137,210)
#AD96D7
(173,150,215)
#B7A3DC
(183,163,220)
#C1B0E1
(193,176,225)
#CBBDE6
(203,189,230)
#D5CAEB
(213,202,235)
#DFD7F0
(223,215,240)
#E9E4F5
(233,228,245)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6FC8; }

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

This text font color is #8F6FC8.


Background Color

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

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

This div background color is #8F6FC8.


Border color

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

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

This div border color is #8F6FC8.


Opacity

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

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

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

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

This text has shadow with #8F6FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6FC8 on black background.


Color preview on white background

This text has color #8F6FC8 on white background.



Black color preview on #8F6FC8 background

This text has black color on #8F6FC8 background.


White color preview on #8F6FC8 background

This text has white color on #8F6FC8 background.