COLOR #8F73BC

HEX: #8F73BC
RGB: (143,115,188)

Color info

#8F73BC contains mainly red and blue colors. Web safe color of #8F73BC is #9966CC (or #96C).

RGB color model

#8F73BC color RGB value is (143,115,188).

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

RGB channels and saturation

R 143 of 255 = 56%
G 115 of 255 = 45%
B 188 of 255 = 74%

143
115
188

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

Portions of RGB colors in percentages

R + G + B =
143 + 115 + 188 = 446 (100%)
R 143 of 446 ~ 32.06%
G 115 of 446 ~ 25.78%
B 188 of 446 ~ 42.15%

%32.06
%25.78
%42.15

CMYK color model

#8F73BC color CMYK value is (24,39,0,26).

  • cyan value is 23.94%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(24,39,0,26)
C24M39Y0K26 
(24%,39%,0%,26%)
(0.24/0.39/0.00/0.26)	

CMYK percentages

%23.94
%38.83
%0
%26.27

Codes

Color #8F73BC in popluar color models

8F73BC
RGB143115188
HSL263°35.27%59.41%
HSB/HSV263°38.83%73.73%
CMYK23.94%38.83%0.00%
26.27%

Color #8F73BC in popluar number systems.

HEX8F73BC
Decimal143115188
Binary10001111111001110111100
Octal217163274

Shades and tints

Shades of #8F73BC

#8F73BC
(143,115,188)
#8269AB
(130,105,171)
#755F9A
(117,95,154)
#685589
(104,85,137)
#5B4B78
(91,75,120)
#4E4167
(78,65,103)
#413756
(65,55,86)
#342D45
(52,45,69)
#272334
(39,35,52)
#1A1923
(26,25,35)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #8F73BC

#8F73BC
(143,115,188)
#997FC2
(153,127,194)
#A38BC8
(163,139,200)
#AD97CE
(173,151,206)
#B7A3D4
(183,163,212)
#C1AFDA
(193,175,218)
#CBBBE0
(203,187,224)
#D5C7E6
(213,199,230)
#DFD3EC
(223,211,236)
#E9DFF2
(233,223,242)
#F3EBF8
(243,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F73BC; }

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

This text font color is #8F73BC.


Background Color

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

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

This div background color is #8F73BC.


Border color

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

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

This div border color is #8F73BC.


Opacity

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

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

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

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

This text has shadow with #8F73BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F73BC on black background.


Color preview on white background

This text has color #8F73BC on white background.



Black color preview on #8F73BC background

This text has black color on #8F73BC background.


White color preview on #8F73BC background

This text has white color on #8F73BC background.