COLOR #8F6AA5

HEX: #8F6AA5
RGB: (143,106,165)

Color info

#8F6AA5 contains red, green and blue colors in about the same proportion. Web safe color of #8F6AA5 is #996699 (or #969).

RGB color model

#8F6AA5 color RGB value is (143,106,165).

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

RGB channels and saturation

R 143 of 255 = 56%
G 106 of 255 = 42%
B 165 of 255 = 65%

143
106
165

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

Portions of RGB colors in percentages

R + G + B =
143 + 106 + 165 = 414 (100%)
R 143 of 414 ~ 34.54%
G 106 of 414 ~ 25.6%
B 165 of 414 ~ 39.86%

%34.54
%25.6
%39.86

CMYK color model

#8F6AA5 color CMYK value is (13,36,0,35).

  • cyan value is 13.33%
  • magenta value is 35.76%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(13,36,0,35)
C13M36Y0K35 
(13%,36%,0%,35%)
(0.13/0.36/0.00/0.35)	

CMYK percentages

%13.33
%35.76
%0
%35.29

Codes

Color #8F6AA5 in popluar color models

8F6AA5
RGB143106165
HSL278°24.69%53.14%
HSB/HSV278°35.76%64.71%
CMYK13.33%35.76%0.00%
35.29%

Color #8F6AA5 in popluar number systems.

HEX8F6AA5
Decimal143106165
Binary10001111110101010100101
Octal217152245

Shades and tints

Shades of #8F6AA5

#8F6AA5
(143,106,165)
#826196
(130,97,150)
#755887
(117,88,135)
#684F78
(104,79,120)
#5B4669
(91,70,105)
#4E3D5A
(78,61,90)
#41344B
(65,52,75)
#342B3C
(52,43,60)
#27222D
(39,34,45)
#1A191E
(26,25,30)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #8F6AA5

#8F6AA5
(143,106,165)
#9977AD
(153,119,173)
#A384B5
(163,132,181)
#AD91BD
(173,145,189)
#B79EC5
(183,158,197)
#C1ABCD
(193,171,205)
#CBB8D5
(203,184,213)
#D5C5DD
(213,197,221)
#DFD2E5
(223,210,229)
#E9DFED
(233,223,237)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6AA5; }

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

This text font color is #8F6AA5.


Background Color

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

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

This div background color is #8F6AA5.


Border color

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

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

This div border color is #8F6AA5.


Opacity

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

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

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

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

This text has shadow with #8F6AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6AA5 on black background.


Color preview on white background

This text has color #8F6AA5 on white background.



Black color preview on #8F6AA5 background

This text has black color on #8F6AA5 background.


White color preview on #8F6AA5 background

This text has white color on #8F6AA5 background.