COLOR #8F6CBB

HEX: #8F6CBB
RGB: (143,108,187)

Color info

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

RGB color model

#8F6CBB color RGB value is (143,108,187).

  • red value is 143;
  • green value is 108;
  • blue value is 187.
RGB:
(143,108,187)
(56%,42%,73%)

RGB channels and saturation

R 143 of 255 = 56%
G 108 of 255 = 42%
B 187 of 255 = 73%

143
108
187

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

Portions of RGB colors in percentages

R + G + B =
143 + 108 + 187 = 438 (100%)
R 143 of 438 ~ 32.65%
G 108 of 438 ~ 24.66%
B 187 of 438 ~ 42.69%

%32.65
%24.66
%42.69

CMYK color model

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

  • cyan value is 23.53%
  • magenta value is 42.25%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(24,42,0,27)
C24M42Y0K27 
(24%,42%,0%,27%)
(0.24/0.42/0.00/0.27)	

CMYK percentages

%23.53
%42.25
%0
%26.67

Codes

Color #8F6CBB in popluar color models

8F6CBB
RGB143108187
HSL267°36.74%57.84%
HSB/HSV267°42.25%73.33%
CMYK23.53%42.25%0.00%
26.67%

Color #8F6CBB in popluar number systems.

HEX8F6CBB
Decimal143108187
Binary10001111110110010111011
Octal217154273

Shades and tints

Shades of #8F6CBB

#8F6CBB
(143,108,187)
#8263AA
(130,99,170)
#755A99
(117,90,153)
#685188
(104,81,136)
#5B4877
(91,72,119)
#4E3F66
(78,63,102)
#413655
(65,54,85)
#342D44
(52,45,68)
#272433
(39,36,51)
#1A1B22
(26,27,34)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #8F6CBB

#8F6CBB
(143,108,187)
#9979C1
(153,121,193)
#A386C7
(163,134,199)
#AD93CD
(173,147,205)
#B7A0D3
(183,160,211)
#C1ADD9
(193,173,217)
#CBBADF
(203,186,223)
#D5C7E5
(213,199,229)
#DFD4EB
(223,212,235)
#E9E1F1
(233,225,241)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6CBB color. Also use rgb(143,108,187) instead hex code.

Text Font Color

.myTextColor { color: #8F6CBB; }

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

This text font color is #8F6CBB.


Background Color

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

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

This div background color is #8F6CBB.


Border color

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

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

This div border color is #8F6CBB.


Opacity

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

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

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

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

This text has shadow with #8F6CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6CBB on black background.


Color preview on white background

This text has color #8F6CBB on white background.



Black color preview on #8F6CBB background

This text has black color on #8F6CBB background.


White color preview on #8F6CBB background

This text has white color on #8F6CBB background.