COLOR #8F68D9

HEX: #8F68D9
RGB: (143,104,217)

Color info

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

RGB color model

#8F68D9 color RGB value is (143,104,217).

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

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 217 of 255 = 85%

143
104
217

R + G + B ~ 61%. #8F68D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 104 + 217 = 464 (100%)
R 143 of 464 ~ 30.82%
G 104 of 464 ~ 22.41%
B 217 of 464 ~ 46.77%

%30.82
%22.41
%46.77

CMYK color model

#8F68D9 color CMYK value is (34,52,0,15).

  • cyan value is 34.10%
  • magenta value is 52.07%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(34,52,0,15)
C34M52Y0K15 
(34%,52%,0%,15%)
(0.34/0.52/0.00/0.15)	

CMYK percentages

%34.1
%52.07
%0
%14.9

Codes

Color #8F68D9 in popluar color models

8F68D9
RGB143104217
HSL261°59.79%62.94%
HSB/HSV261°52.07%85.10%
CMYK34.10%52.07%0.00%
14.90%

Color #8F68D9 in popluar number systems.

HEX8F68D9
Decimal143104217
Binary10001111110100011011001
Octal217150331

Shades and tints

Shades of #8F68D9

#8F68D9
(143,104,217)
#825FC6
(130,95,198)
#7556B3
(117,86,179)
#684DA0
(104,77,160)
#5B448D
(91,68,141)
#4E3B7A
(78,59,122)
#413267
(65,50,103)
#342954
(52,41,84)
#272041
(39,32,65)
#1A172E
(26,23,46)
#0D0E1B
(13,14,27)
#000000
(0,0,0)

Tints of #8F68D9

#8F68D9
(143,104,217)
#9975DC
(153,117,220)
#A382DF
(163,130,223)
#AD8FE2
(173,143,226)
#B79CE5
(183,156,229)
#C1A9E8
(193,169,232)
#CBB6EB
(203,182,235)
#D5C3EE
(213,195,238)
#DFD0F1
(223,208,241)
#E9DDF4
(233,221,244)
#F3EAF7
(243,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F68D9; }

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

This text font color is #8F68D9.


Background Color

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

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

This div background color is #8F68D9.


Border color

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

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

This div border color is #8F68D9.


Opacity

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

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

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

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

This text has shadow with #8F68D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F68D9 on black background.


Color preview on white background

This text has color #8F68D9 on white background.



Black color preview on #8F68D9 background

This text has black color on #8F68D9 background.


White color preview on #8F68D9 background

This text has white color on #8F68D9 background.