COLOR #8F73AB

HEX: #8F73AB
RGB: (143,115,171)

Color info

#8F73AB contains red, green and blue colors in about the same proportion. Web safe color of #8F73AB is #996699 (or #969).

RGB color model

#8F73AB color RGB value is (143,115,171).

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

RGB channels and saturation

R 143 of 255 = 56%
G 115 of 255 = 45%
B 171 of 255 = 67%

143
115
171

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

Portions of RGB colors in percentages

R + G + B =
143 + 115 + 171 = 429 (100%)
R 143 of 429 ~ 33.33%
G 115 of 429 ~ 26.81%
B 171 of 429 ~ 39.86%

%33.33
%26.81
%39.86

CMYK color model

#8F73AB color CMYK value is (16,33,0,33).

  • cyan value is 16.37%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(16,33,0,33)
C16M33Y0K33 
(16%,33%,0%,33%)
(0.16/0.33/0.00/0.33)	

CMYK percentages

%16.37
%32.75
%0
%32.94

Codes

Color #8F73AB in popluar color models

8F73AB
RGB143115171
HSL270°25.00%56.08%
HSB/HSV270°32.75%67.06%
CMYK16.37%32.75%0.00%
32.94%

Color #8F73AB in popluar number systems.

HEX8F73AB
Decimal143115171
Binary10001111111001110101011
Octal217163253

Shades and tints

Shades of #8F73AB

#8F73AB
(143,115,171)
#82699C
(130,105,156)
#755F8D
(117,95,141)
#68557E
(104,85,126)
#5B4B6F
(91,75,111)
#4E4160
(78,65,96)
#413751
(65,55,81)
#342D42
(52,45,66)
#272333
(39,35,51)
#1A1924
(26,25,36)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #8F73AB

#8F73AB
(143,115,171)
#997FB2
(153,127,178)
#A38BB9
(163,139,185)
#AD97C0
(173,151,192)
#B7A3C7
(183,163,199)
#C1AFCE
(193,175,206)
#CBBBD5
(203,187,213)
#D5C7DC
(213,199,220)
#DFD3E3
(223,211,227)
#E9DFEA
(233,223,234)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F73AB; }

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

This text font color is #8F73AB.


Background Color

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

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

This div background color is #8F73AB.


Border color

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

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

This div border color is #8F73AB.


Opacity

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

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

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

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

This text has shadow with #8F73AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F73AB on black background.


Color preview on white background

This text has color #8F73AB on white background.



Black color preview on #8F73AB background

This text has black color on #8F73AB background.


White color preview on #8F73AB background

This text has white color on #8F73AB background.