COLOR #8F68D7

HEX: #8F68D7
RGB: (143,104,215)

Color info

#8F68D7 contains mainly blue color. Web safe color of #8F68D7 is #9966CC (or #96C).

RGB color model

#8F68D7 color RGB value is (143,104,215).

  • red value is 143;
  • green value is 104;
  • blue value is 215.
RGB:
(143,104,215)
(56%,41%,84%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 215 of 255 = 84%

143
104
215

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

Portions of RGB colors in percentages

R + G + B =
143 + 104 + 215 = 462 (100%)
R 143 of 462 ~ 30.95%
G 104 of 462 ~ 22.51%
B 215 of 462 ~ 46.54%

%30.95
%22.51
%46.54

CMYK color model

#8F68D7 color CMYK value is (33,52,0,16).

  • cyan value is 33.49%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(33,52,0,16)
C33M52Y0K16 
(33%,52%,0%,16%)
(0.33/0.52/0.00/0.16)	

CMYK percentages

%33.49
%51.63
%0
%15.69

Codes

Color #8F68D7 in popluar color models

8F68D7
RGB143104215
HSL261°58.12%62.55%
HSB/HSV261°51.63%84.31%
CMYK33.49%51.63%0.00%
15.69%

Color #8F68D7 in popluar number systems.

HEX8F68D7
Decimal143104215
Binary10001111110100011010111
Octal217150327

Shades and tints

Shades of #8F68D7

#8F68D7
(143,104,215)
#825FC4
(130,95,196)
#7556B1
(117,86,177)
#684D9E
(104,77,158)
#5B448B
(91,68,139)
#4E3B78
(78,59,120)
#413265
(65,50,101)
#342952
(52,41,82)
#27203F
(39,32,63)
#1A172C
(26,23,44)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #8F68D7

#8F68D7
(143,104,215)
#9975DA
(153,117,218)
#A382DD
(163,130,221)
#AD8FE0
(173,143,224)
#B79CE3
(183,156,227)
#C1A9E6
(193,169,230)
#CBB6E9
(203,182,233)
#D5C3EC
(213,195,236)
#DFD0EF
(223,208,239)
#E9DDF2
(233,221,242)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F68D7 color. Also use rgb(143,104,215) instead hex code.

Text Font Color

.myTextColor { color: #8F68D7; }

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

This text font color is #8F68D7.


Background Color

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

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

This div background color is #8F68D7.


Border color

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

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

This div border color is #8F68D7.


Opacity

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

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

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

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

This text has shadow with #8F68D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F68D7 on black background.


Color preview on white background

This text has color #8F68D7 on white background.



Black color preview on #8F68D7 background

This text has black color on #8F68D7 background.


White color preview on #8F68D7 background

This text has white color on #8F68D7 background.