COLOR #8F6AB8

HEX: #8F6AB8
RGB: (143,106,184)

Color info

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

RGB color model

#8F6AB8 color RGB value is (143,106,184).

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

RGB channels and saturation

R 143 of 255 = 56%
G 106 of 255 = 42%
B 184 of 255 = 72%

143
106
184

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

Portions of RGB colors in percentages

R + G + B =
143 + 106 + 184 = 433 (100%)
R 143 of 433 ~ 33.03%
G 106 of 433 ~ 24.48%
B 184 of 433 ~ 42.49%

%33.03
%24.48
%42.49

CMYK color model

#8F6AB8 color CMYK value is (22,42,0,28).

  • cyan value is 22.28%
  • magenta value is 42.39%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(22,42,0,28)
C22M42Y0K28 
(22%,42%,0%,28%)
(0.22/0.42/0.00/0.28)	

CMYK percentages

%22.28
%42.39
%0
%27.84

Codes

Color #8F6AB8 in popluar color models

8F6AB8
RGB143106184
HSL268°35.45%56.86%
HSB/HSV268°42.39%72.16%
CMYK22.28%42.39%0.00%
27.84%

Color #8F6AB8 in popluar number systems.

HEX8F6AB8
Decimal143106184
Binary10001111110101010111000
Octal217152270

Shades and tints

Shades of #8F6AB8

#8F6AB8
(143,106,184)
#8261A8
(130,97,168)
#755898
(117,88,152)
#684F88
(104,79,136)
#5B4678
(91,70,120)
#4E3D68
(78,61,104)
#413458
(65,52,88)
#342B48
(52,43,72)
#272238
(39,34,56)
#1A1928
(26,25,40)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #8F6AB8

#8F6AB8
(143,106,184)
#9977BE
(153,119,190)
#A384C4
(163,132,196)
#AD91CA
(173,145,202)
#B79ED0
(183,158,208)
#C1ABD6
(193,171,214)
#CBB8DC
(203,184,220)
#D5C5E2
(213,197,226)
#DFD2E8
(223,210,232)
#E9DFEE
(233,223,238)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6AB8; }

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

This text font color is #8F6AB8.


Background Color

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

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

This div background color is #8F6AB8.


Border color

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

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

This div border color is #8F6AB8.


Opacity

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

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

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

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

This text has shadow with #8F6AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6AB8 on black background.


Color preview on white background

This text has color #8F6AB8 on white background.



Black color preview on #8F6AB8 background

This text has black color on #8F6AB8 background.


White color preview on #8F6AB8 background

This text has white color on #8F6AB8 background.