COLOR #8F6DB7

HEX: #8F6DB7
RGB: (143,109,183)

Color info

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

RGB color model

#8F6DB7 color RGB value is (143,109,183).

  • red value is 143;
  • green value is 109;
  • blue value is 183.
RGB:
(143,109,183)
(56%,43%,72%)

RGB channels and saturation

R 143 of 255 = 56%
G 109 of 255 = 43%
B 183 of 255 = 72%

143
109
183

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

Portions of RGB colors in percentages

R + G + B =
143 + 109 + 183 = 435 (100%)
R 143 of 435 ~ 32.87%
G 109 of 435 ~ 25.06%
B 183 of 435 ~ 42.07%

%32.87
%25.06
%42.07

CMYK color model

#8F6DB7 color CMYK value is (22,40,0,28).

  • cyan value is 21.86%
  • magenta value is 40.44%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(22,40,0,28)
C22M40Y0K28 
(22%,40%,0%,28%)
(0.22/0.40/0.00/0.28)	

CMYK percentages

%21.86
%40.44
%0
%28.24

Codes

Color #8F6DB7 in popluar color models

8F6DB7
RGB143109183
HSL268°33.94%57.25%
HSB/HSV268°40.44%71.76%
CMYK21.86%40.44%0.00%
28.24%

Color #8F6DB7 in popluar number systems.

HEX8F6DB7
Decimal143109183
Binary10001111110110110110111
Octal217155267

Shades and tints

Shades of #8F6DB7

#8F6DB7
(143,109,183)
#8264A7
(130,100,167)
#755B97
(117,91,151)
#685287
(104,82,135)
#5B4977
(91,73,119)
#4E4067
(78,64,103)
#413757
(65,55,87)
#342E47
(52,46,71)
#272537
(39,37,55)
#1A1C27
(26,28,39)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #8F6DB7

#8F6DB7
(143,109,183)
#997ABD
(153,122,189)
#A387C3
(163,135,195)
#AD94C9
(173,148,201)
#B7A1CF
(183,161,207)
#C1AED5
(193,174,213)
#CBBBDB
(203,187,219)
#D5C8E1
(213,200,225)
#DFD5E7
(223,213,231)
#E9E2ED
(233,226,237)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6DB7 color. Also use rgb(143,109,183) instead hex code.

Text Font Color

.myTextColor { color: #8F6DB7; }

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

This text font color is #8F6DB7.


Background Color

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

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

This div background color is #8F6DB7.


Border color

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

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

This div border color is #8F6DB7.


Opacity

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

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

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

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

This text has shadow with #8F6DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6DB7 on black background.


Color preview on white background

This text has color #8F6DB7 on white background.



Black color preview on #8F6DB7 background

This text has black color on #8F6DB7 background.


White color preview on #8F6DB7 background

This text has white color on #8F6DB7 background.