COLOR #8F73E6

HEX: #8F73E6
RGB: (143,115,230)

Color info

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

RGB color model

#8F73E6 color RGB value is (143,115,230).

  • red value is 143;
  • green value is 115;
  • blue value is 230.
RGB:
(143,115,230)
(56%,45%,90%)

RGB channels and saturation

R 143 of 255 = 56%
G 115 of 255 = 45%
B 230 of 255 = 90%

143
115
230

R + G + B ~ 64%. #8F73E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 115 + 230 = 488 (100%)
R 143 of 488 ~ 29.3%
G 115 of 488 ~ 23.57%
B 230 of 488 ~ 47.13%

%29.3
%23.57
%47.13

CMYK color model

#8F73E6 color CMYK value is (38,50,0,10).

  • cyan value is 37.83%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(38,50,0,10)
C38M50Y0K10 
(38%,50%,0%,10%)
(0.38/0.50/0.00/0.10)	

CMYK percentages

%37.83
%50
%0
%9.8

Codes

Color #8F73E6 in popluar color models

8F73E6
RGB143115230
HSL255°69.70%67.65%
HSB/HSV255°50.00%90.20%
CMYK37.83%50.00%0.00%
9.80%

Color #8F73E6 in popluar number systems.

HEX8F73E6
Decimal143115230
Binary10001111111001111100110
Octal217163346

Shades and tints

Shades of #8F73E6

#8F73E6
(143,115,230)
#8269D2
(130,105,210)
#755FBE
(117,95,190)
#6855AA
(104,85,170)
#5B4B96
(91,75,150)
#4E4182
(78,65,130)
#41376E
(65,55,110)
#342D5A
(52,45,90)
#272346
(39,35,70)
#1A1932
(26,25,50)
#0D0F1E
(13,15,30)
#000000
(0,0,0)

Tints of #8F73E6

#8F73E6
(143,115,230)
#997FE8
(153,127,232)
#A38BEA
(163,139,234)
#AD97EC
(173,151,236)
#B7A3EE
(183,163,238)
#C1AFF0
(193,175,240)
#CBBBF2
(203,187,242)
#D5C7F4
(213,199,244)
#DFD3F6
(223,211,246)
#E9DFF8
(233,223,248)
#F3EBFA
(243,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F73E6 color. Also use rgb(143,115,230) instead hex code.

Text Font Color

.myTextColor { color: #8F73E6; }

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

This text font color is #8F73E6.


Background Color

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

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

This div background color is #8F73E6.


Border color

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

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

This div border color is #8F73E6.


Opacity

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

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

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

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

This text has shadow with #8F73E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F73E6 on black background.


Color preview on white background

This text has color #8F73E6 on white background.



Black color preview on #8F73E6 background

This text has black color on #8F73E6 background.


White color preview on #8F73E6 background

This text has white color on #8F73E6 background.