COLOR #8F6BB2

HEX: #8F6BB2
RGB: (143,107,178)

Color info

#8F6BB2 contains mainly red and blue colors. Web safe color of #8F6BB2 is #996699 (or #969).

RGB color model

#8F6BB2 color RGB value is (143,107,178).

  • red value is 143;
  • green value is 107;
  • blue value is 178.
RGB:
(143,107,178)
(56%,42%,70%)

RGB channels and saturation

R 143 of 255 = 56%
G 107 of 255 = 42%
B 178 of 255 = 70%

143
107
178

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

Portions of RGB colors in percentages

R + G + B =
143 + 107 + 178 = 428 (100%)
R 143 of 428 ~ 33.41%
G 107 of 428 ~ 25%
B 178 of 428 ~ 41.59%

%33.41
%25
%41.59

CMYK color model

#8F6BB2 color CMYK value is (20,40,0,30).

  • cyan value is 19.66%
  • magenta value is 39.89%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(20,40,0,30)
C20M40Y0K30 
(20%,40%,0%,30%)
(0.20/0.40/0.00/0.30)	

CMYK percentages

%19.66
%39.89
%0
%30.2

Codes

Color #8F6BB2 in popluar color models

8F6BB2
RGB143107178
HSL270°31.56%55.88%
HSB/HSV270°39.89%69.80%
CMYK19.66%39.89%0.00%
30.20%

Color #8F6BB2 in popluar number systems.

HEX8F6BB2
Decimal143107178
Binary10001111110101110110010
Octal217153262

Shades and tints

Shades of #8F6BB2

#8F6BB2
(143,107,178)
#8262A2
(130,98,162)
#755992
(117,89,146)
#685082
(104,80,130)
#5B4772
(91,71,114)
#4E3E62
(78,62,98)
#413552
(65,53,82)
#342C42
(52,44,66)
#272332
(39,35,50)
#1A1A22
(26,26,34)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #8F6BB2

#8F6BB2
(143,107,178)
#9978B9
(153,120,185)
#A385C0
(163,133,192)
#AD92C7
(173,146,199)
#B79FCE
(183,159,206)
#C1ACD5
(193,172,213)
#CBB9DC
(203,185,220)
#D5C6E3
(213,198,227)
#DFD3EA
(223,211,234)
#E9E0F1
(233,224,241)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6BB2 color. Also use rgb(143,107,178) instead hex code.

Text Font Color

.myTextColor { color: #8F6BB2; }

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

This text font color is #8F6BB2.


Background Color

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

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

This div background color is #8F6BB2.


Border color

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

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

This div border color is #8F6BB2.


Opacity

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

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

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

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

This text has shadow with #8F6BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6BB2 on black background.


Color preview on white background

This text has color #8F6BB2 on white background.



Black color preview on #8F6BB2 background

This text has black color on #8F6BB2 background.


White color preview on #8F6BB2 background

This text has white color on #8F6BB2 background.