COLOR #8F65D9

HEX: #8F65D9
RGB: (143,101,217)

Color info

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

RGB color model

#8F65D9 color RGB value is (143,101,217).

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

RGB channels and saturation

R 143 of 255 = 56%
G 101 of 255 = 40%
B 217 of 255 = 85%

143
101
217

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

Portions of RGB colors in percentages

R + G + B =
143 + 101 + 217 = 461 (100%)
R 143 of 461 ~ 31.02%
G 101 of 461 ~ 21.91%
B 217 of 461 ~ 47.07%

%31.02
%21.91
%47.07

CMYK color model

#8F65D9 color CMYK value is (34,53,0,15).

  • cyan value is 34.10%
  • magenta value is 53.46%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(34,53,0,15)
C34M53Y0K15 
(34%,53%,0%,15%)
(0.34/0.53/0.00/0.15)	

CMYK percentages

%34.1
%53.46
%0
%14.9

Codes

Color #8F65D9 in popluar color models

8F65D9
RGB143101217
HSL262°60.42%62.35%
HSB/HSV262°53.46%85.10%
CMYK34.10%53.46%0.00%
14.90%

Color #8F65D9 in popluar number systems.

HEX8F65D9
Decimal143101217
Binary10001111110010111011001
Octal217145331

Shades and tints

Shades of #8F65D9

#8F65D9
(143,101,217)
#825CC6
(130,92,198)
#7553B3
(117,83,179)
#684AA0
(104,74,160)
#5B418D
(91,65,141)
#4E387A
(78,56,122)
#412F67
(65,47,103)
#342654
(52,38,84)
#271D41
(39,29,65)
#1A142E
(26,20,46)
#0D0B1B
(13,11,27)
#000000
(0,0,0)

Tints of #8F65D9

#8F65D9
(143,101,217)
#9973DC
(153,115,220)
#A381DF
(163,129,223)
#AD8FE2
(173,143,226)
#B79DE5
(183,157,229)
#C1ABE8
(193,171,232)
#CBB9EB
(203,185,235)
#D5C7EE
(213,199,238)
#DFD5F1
(223,213,241)
#E9E3F4
(233,227,244)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F65D9; }

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

This text font color is #8F65D9.


Background Color

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

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

This div background color is #8F65D9.


Border color

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

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

This div border color is #8F65D9.


Opacity

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

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

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

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

This text has shadow with #8F65D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F65D9 on black background.


Color preview on white background

This text has color #8F65D9 on white background.



Black color preview on #8F65D9 background

This text has black color on #8F65D9 background.


White color preview on #8F65D9 background

This text has white color on #8F65D9 background.