COLOR #8F67C7

HEX: #8F67C7
RGB: (143,103,199)

Color info

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

RGB color model

#8F67C7 color RGB value is (143,103,199).

  • red value is 143;
  • green value is 103;
  • blue value is 199.
RGB:
(143,103,199)
(56%,40%,78%)

RGB channels and saturation

R 143 of 255 = 56%
G 103 of 255 = 40%
B 199 of 255 = 78%

143
103
199

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

Portions of RGB colors in percentages

R + G + B =
143 + 103 + 199 = 445 (100%)
R 143 of 445 ~ 32.13%
G 103 of 445 ~ 23.15%
B 199 of 445 ~ 44.72%

%32.13
%23.15
%44.72

CMYK color model

#8F67C7 color CMYK value is (28,48,0,22).

  • cyan value is 28.14%
  • magenta value is 48.24%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(28,48,0,22)
C28M48Y0K22 
(28%,48%,0%,22%)
(0.28/0.48/0.00/0.22)	

CMYK percentages

%28.14
%48.24
%0
%21.96

Codes

Color #8F67C7 in popluar color models

8F67C7
RGB143103199
HSL265°46.15%59.22%
HSB/HSV265°48.24%78.04%
CMYK28.14%48.24%0.00%
21.96%

Color #8F67C7 in popluar number systems.

HEX8F67C7
Decimal143103199
Binary10001111110011111000111
Octal217147307

Shades and tints

Shades of #8F67C7

#8F67C7
(143,103,199)
#825EB5
(130,94,181)
#7555A3
(117,85,163)
#684C91
(104,76,145)
#5B437F
(91,67,127)
#4E3A6D
(78,58,109)
#41315B
(65,49,91)
#342849
(52,40,73)
#271F37
(39,31,55)
#1A1625
(26,22,37)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #8F67C7

#8F67C7
(143,103,199)
#9974CC
(153,116,204)
#A381D1
(163,129,209)
#AD8ED6
(173,142,214)
#B79BDB
(183,155,219)
#C1A8E0
(193,168,224)
#CBB5E5
(203,181,229)
#D5C2EA
(213,194,234)
#DFCFEF
(223,207,239)
#E9DCF4
(233,220,244)
#F3E9F9
(243,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F67C7; }

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

This text font color is #8F67C7.


Background Color

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

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

This div background color is #8F67C7.


Border color

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

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

This div border color is #8F67C7.


Opacity

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

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

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

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

This text has shadow with #8F67C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F67C7 on black background.


Color preview on white background

This text has color #8F67C7 on white background.



Black color preview on #8F67C7 background

This text has black color on #8F67C7 background.


White color preview on #8F67C7 background

This text has white color on #8F67C7 background.