COLOR #8F65D3

HEX: #8F65D3 RGB: (143,101,211)

Color info

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

RGB color model

#8F65D3 color RGB value is (143,101,211).

RGB: (143,101,211) (56%, 40%, 83%)

RGB channels and saturation

R 143 of 255 = 56%
G 101 of 255 = 40%
B 211 of 255 = 83%

143
101
211

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

Portions of RGB colors in percentages

R + G + B = 143 + 101 + 211 = 455 (100%)
R 143 of 455 ~ 31.43%
G 101 of 455 ~ 22.2%
B 211 of 455 ~ 46.37'%

%31.43
%22.2
%46.37

CMYK color model

#8F65D3 color CMYK value is (32,52,0,17).

  • cyan value is 32.23%
  • magenta value is 52.13%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (32,52,0,17)
C32M52Y0K17 (32%, 52%, 0%, 17%)
(0.32 / 0.52 / 0.00 / 0.17)

CMYK percentages

%32.23
%52.13
%0
%17.25

Codes

Color #8F65D3 in popluar color models

8F 65 D3
RGB 143 101 211
HSL 263° 55.56% 61.18%
HSB/HSV 263° 52.13% 82.75%
CMYK 32.23% 52.13% 0.00%
17.25%

Color #8F65D3 in popluar number systems.

HEX 8F 65 D3
Decimal 143 101 211
Binary 10001111 1100101 11010011
Octal 217 145 323

Shades and tints

Shades of #8F65D3

#8F65D3
(143,101,211)
#825CC0
(130,92,192)
#7553AD
(117,83,173)
#684A9A
(104,74,154)
#5B4187
(91,65,135)
#4E3874
(78,56,116)
#412F61
(65,47,97)
#34264E
(52,38,78)
#271D3B
(39,29,59)
#1A1428
(26,20,40)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #8F65D3

#8F65D3
(143,101,211)
#9973D7
(153,115,215)
#A381DB
(163,129,219)
#AD8FDF
(173,143,223)
#B79DE3
(183,157,227)
#C1ABE7
(193,171,231)
#CBB9EB
(203,185,235)
#D5C7EF
(213,199,239)
#DFD5F3
(223,213,243)
#E9E3F7
(233,227,247)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F65D3; }

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

This text font color is #8F65D3.

Background Color

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

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

This div background color is #8F65D3.

Border color

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

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

This div border color is #8F65D3.

Opacity

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

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

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

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

This text has shadow with #8F65D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F65D3.

Preview

Color preview on black background

This text has color #8F65D3 on black background.


Color preview on white background

This text has color #8F65D3 on white background.


Black color preview on #8F65D3 background

This text has black color on #8F65D3 background.


White color preview on #8F65D3 background

This text has white color on #8F65D3 background.


Related colors

Complementary color

Complementary color for #hex is #709A2C.


I love getcolorcode.com

Triadic colors

1 #D38F65 and #65D38F with #8F65D3 are triadic colors.

2 #D3658F and #658FD3 with #8F65D3 are triadic colors.