COLOR #8F6AB9

HEX: #8F6AB9
RGB: (143,106,185)

Color info

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

RGB color model

#8F6AB9 color RGB value is (143,106,185).

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

RGB channels and saturation

R 143 of 255 = 56%
G 106 of 255 = 42%
B 185 of 255 = 73%

143
106
185

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

Portions of RGB colors in percentages

R + G + B =
143 + 106 + 185 = 434 (100%)
R 143 of 434 ~ 32.95%
G 106 of 434 ~ 24.42%
B 185 of 434 ~ 42.63%

%32.95
%24.42
%42.63

CMYK color model

#8F6AB9 color CMYK value is (23,43,0,27).

  • cyan value is 22.70%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(23,43,0,27)
C23M43Y0K27 
(23%,43%,0%,27%)
(0.23/0.43/0.00/0.27)	

CMYK percentages

%22.7
%42.7
%0
%27.45

Codes

Color #8F6AB9 in popluar color models

8F6AB9
RGB143106185
HSL268°36.07%57.06%
HSB/HSV268°42.70%72.55%
CMYK22.70%42.70%0.00%
27.45%

Color #8F6AB9 in popluar number systems.

HEX8F6AB9
Decimal143106185
Binary10001111110101010111001
Octal217152271

Shades and tints

Shades of #8F6AB9

#8F6AB9
(143,106,185)
#8261A9
(130,97,169)
#755899
(117,88,153)
#684F89
(104,79,137)
#5B4679
(91,70,121)
#4E3D69
(78,61,105)
#413459
(65,52,89)
#342B49
(52,43,73)
#272239
(39,34,57)
#1A1929
(26,25,41)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #8F6AB9

#8F6AB9
(143,106,185)
#9977BF
(153,119,191)
#A384C5
(163,132,197)
#AD91CB
(173,145,203)
#B79ED1
(183,158,209)
#C1ABD7
(193,171,215)
#CBB8DD
(203,184,221)
#D5C5E3
(213,197,227)
#DFD2E9
(223,210,233)
#E9DFEF
(233,223,239)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6AB9 color. Also use rgb(143,106,185) instead hex code.

Text Font Color

.myTextColor { color: #8F6AB9; }

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

This text font color is #8F6AB9.


Background Color

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

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

This div background color is #8F6AB9.


Border color

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

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

This div border color is #8F6AB9.


Opacity

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

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

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

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

This text has shadow with #8F6AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6AB9 on black background.


Color preview on white background

This text has color #8F6AB9 on white background.



Black color preview on #8F6AB9 background

This text has black color on #8F6AB9 background.


White color preview on #8F6AB9 background

This text has white color on #8F6AB9 background.