COLOR #8F1773

HEX: #8F1773
RGB: (143,23,115)

Color info

#8F1773 contains mainly red and blue colors. Web safe color of #8F1773 is #990066 (or #906).

RGB color model

#8F1773 color RGB value is (143,23,115).

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

RGB channels and saturation

R 143 of 255 = 56%
G 23 of 255 = 9%
B 115 of 255 = 45%

143
23
115

R + G + B ~ 37%. #8F1773 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 23 + 115 = 281 (100%)
R 143 of 281 ~ 50.89%
G 23 of 281 ~ 8.19%
B 115 of 281 ~ 40.93%

%50.89
%40.93

CMYK color model

#8F1773 color CMYK value is (0,84,20,44).

  • cyan value is 0.00%
  • magenta value is 83.92%
  • yellow value is 19.58%
  • key color value is 43.92%
CMYK:
(0,84,20,44)
C0M84Y20K44 
(0%,84%,20%,44%)
(0.00/0.84/0.20/0.44)	

CMYK percentages

%0
%83.92
%19.58
%43.92

Codes

Color #8F1773 in popluar color models

8F1773
RGB14323115
HSL314°72.29%32.55%
HSB/HSV314°83.92%56.08%
CMYK0.00%83.92%19.58%
43.92%

Color #8F1773 in popluar number systems.

HEX8F1773
Decimal14323115
Binary10001111101111110011
Octal21727163

Shades and tints

Shades of #8F1773

#8F1773
(143,23,115)
#821569
(130,21,105)
#75135F
(117,19,95)
#681155
(104,17,85)
#5B0F4B
(91,15,75)
#4E0D41
(78,13,65)
#410B37
(65,11,55)
#34092D
(52,9,45)
#270723
(39,7,35)
#1A0519
(26,5,25)
#0D030F
(13,3,15)
#000000
(0,0,0)

Tints of #8F1773

#8F1773
(143,23,115)
#992C7F
(153,44,127)
#A3418B
(163,65,139)
#AD5697
(173,86,151)
#B76BA3
(183,107,163)
#C180AF
(193,128,175)
#CB95BB
(203,149,187)
#D5AAC7
(213,170,199)
#DFBFD3
(223,191,211)
#E9D4DF
(233,212,223)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F1773; }

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

This text font color is #8F1773.


Background Color

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

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

This div background color is #8F1773.


Border color

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

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

This div border color is #8F1773.


Opacity

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

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

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

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

This text has shadow with #8F1773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F1773 on black background.


Color preview on white background

This text has color #8F1773 on white background.



Black color preview on #8F1773 background

This text has black color on #8F1773 background.


White color preview on #8F1773 background

This text has white color on #8F1773 background.