COLOR #8F6AAE

HEX: #8F6AAE
RGB: (143,106,174)

Color info

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

RGB color model

#8F6AAE color RGB value is (143,106,174).

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

RGB channels and saturation

R 143 of 255 = 56%
G 106 of 255 = 42%
B 174 of 255 = 68%

143
106
174

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

Portions of RGB colors in percentages

R + G + B =
143 + 106 + 174 = 423 (100%)
R 143 of 423 ~ 33.81%
G 106 of 423 ~ 25.06%
B 174 of 423 ~ 41.13%

%33.81
%25.06
%41.13

CMYK color model

#8F6AAE color CMYK value is (18,39,0,32).

  • cyan value is 17.82%
  • magenta value is 39.08%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,39,0,32)
C18M39Y0K32 
(18%,39%,0%,32%)
(0.18/0.39/0.00/0.32)	

CMYK percentages

%17.82
%39.08
%0
%31.76

Codes

Color #8F6AAE in popluar color models

8F6AAE
RGB143106174
HSL273°29.57%54.90%
HSB/HSV273°39.08%68.24%
CMYK17.82%39.08%0.00%
31.76%

Color #8F6AAE in popluar number systems.

HEX8F6AAE
Decimal143106174
Binary10001111110101010101110
Octal217152256

Shades and tints

Shades of #8F6AAE

#8F6AAE
(143,106,174)
#82619F
(130,97,159)
#755890
(117,88,144)
#684F81
(104,79,129)
#5B4672
(91,70,114)
#4E3D63
(78,61,99)
#413454
(65,52,84)
#342B45
(52,43,69)
#272236
(39,34,54)
#1A1927
(26,25,39)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #8F6AAE

#8F6AAE
(143,106,174)
#9977B5
(153,119,181)
#A384BC
(163,132,188)
#AD91C3
(173,145,195)
#B79ECA
(183,158,202)
#C1ABD1
(193,171,209)
#CBB8D8
(203,184,216)
#D5C5DF
(213,197,223)
#DFD2E6
(223,210,230)
#E9DFED
(233,223,237)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6AAE; }

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

This text font color is #8F6AAE.


Background Color

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

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

This div background color is #8F6AAE.


Border color

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

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

This div border color is #8F6AAE.


Opacity

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

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

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

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

This text has shadow with #8F6AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6AAE on black background.


Color preview on white background

This text has color #8F6AAE on white background.



Black color preview on #8F6AAE background

This text has black color on #8F6AAE background.


White color preview on #8F6AAE background

This text has white color on #8F6AAE background.