COLOR #8F67AD

HEX: #8F67AD RGB: (143,103,173)

Color info

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

RGB color model

#8F67AD color RGB value is (143,103,173).

RGB: (143,103,173) (56%, 40%, 68%)

RGB channels and saturation

R 143 of 255 = 56%
G 103 of 255 = 40%
B 173 of 255 = 68%

143
103
173

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

Portions of RGB colors in percentages

R + G + B = 143 + 103 + 173 = 419 (100%)
R 143 of 419 ~ 34.13%
G 103 of 419 ~ 24.58%
B 173 of 419 ~ 41.29'%

%34.13
%24.58
%41.29

CMYK color model

#8F67AD color CMYK value is (17,40,0,32).

  • cyan value is 17.34%
  • magenta value is 40.46%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (17,40,0,32) C17M40Y0K32 (17%,40%,0%,32%) (0.17/0.40/0.00/0.32) 

CMYK percentages

%17.34
%40.46
%0
%32.16

Codes

Color #8F67AD in popluar color models

8F 67 AD
RGB 143 103 173
HSL 274° 29.91% 54.12%
HSB/HSV 274° 40.46% 67.84%
CMYK 17.34% 40.46% 0.00%
32.16%

Color #8F67AD in popluar number systems.

HEX 8F 67 AD
Decimal 143 103 173
Binary 10001111 1100111 10101101
Octal 217 147 255

Shades and tints

Shades of #8F67AD

#8F67AD
(143,103,173)
#825E9E
(130,94,158)
#75558F
(117,85,143)
#684C80
(104,76,128)
#5B4371
(91,67,113)
#4E3A62
(78,58,98)
#413153
(65,49,83)
#342844
(52,40,68)
#271F35
(39,31,53)
#1A1626
(26,22,38)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #8F67AD

#8F67AD
(143,103,173)
#9974B4
(153,116,180)
#A381BB
(163,129,187)
#AD8EC2
(173,142,194)
#B79BC9
(183,155,201)
#C1A8D0
(193,168,208)
#CBB5D7
(203,181,215)
#D5C2DE
(213,194,222)
#DFCFE5
(223,207,229)
#E9DCEC
(233,220,236)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F67AD color. Also use rgb(143,103,173) instead hex code.

Text Font Color

.myTextColor { color: #8F67AD; }

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

This text font color is #8F67AD.

Background Color

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

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

This div background color is #8F67AD.

Border color

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

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

This div border color is #8F67AD.

Opacity

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

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

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

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

This text has shadow with #8F67AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F67AD.

Preview

Color preview on black background

This text has color #8F67AD on black background.


Color preview on white background

This text has color #8F67AD on white background.


Black color preview on #8F67AD background

This text has black color on #8F67AD background.


White color preview on #8F67AD background

This text has white color on #8F67AD background.


Related colors

Complementary color

Complementary color for #hex is #709852.


I love getcolorcode.com

Triadic colors

1 #AD8F67 and #67AD8F with #8F67AD are triadic colors.

2 #AD678F and #678FAD with #8F67AD are triadic colors.