COLOR #8F5183

HEX: #8F5183
RGB: (143,81,131)

Color info

#8F5183 contains mainly red and blue colors. Web safe color of #8F5183 is #996699 (or #969).

RGB color model

#8F5183 color RGB value is (143,81,131).

  • red value is 143;
  • green value is 81;
  • blue value is 131.
RGB:
(143,81,131)
(56%,32%,51%)

RGB channels and saturation

R 143 of 255 = 56%
G 81 of 255 = 32%
B 131 of 255 = 51%

143
81
131

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

Portions of RGB colors in percentages

R + G + B =
143 + 81 + 131 = 355 (100%)
R 143 of 355 ~ 40.28%
G 81 of 355 ~ 22.82%
B 131 of 355 ~ 36.9%

%40.28
%22.82
%36.9

CMYK color model

#8F5183 color CMYK value is (0,43,8,44).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 8.39%
  • key color value is 43.92%
CMYK:
(0,43,8,44)
C0M43Y8K44 
(0%,43%,8%,44%)
(0.00/0.43/0.08/0.44)	

CMYK percentages

%0
%43.36
%8.39
%43.92

Codes

Color #8F5183 in popluar color models

8F5183
RGB14381131
HSL312°27.68%43.92%
HSB/HSV312°43.36%56.08%
CMYK0.00%43.36%8.39%
43.92%

Color #8F5183 in popluar number systems.

HEX8F5183
Decimal14381131
Binary10001111101000110000011
Octal217121203

Shades and tints

Shades of #8F5183

#8F5183
(143,81,131)
#824A78
(130,74,120)
#75436D
(117,67,109)
#683C62
(104,60,98)
#5B3557
(91,53,87)
#4E2E4C
(78,46,76)
#412741
(65,39,65)
#342036
(52,32,54)
#27192B
(39,25,43)
#1A1220
(26,18,32)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #8F5183

#8F5183
(143,81,131)
#99608E
(153,96,142)
#A36F99
(163,111,153)
#AD7EA4
(173,126,164)
#B78DAF
(183,141,175)
#C19CBA
(193,156,186)
#CBABC5
(203,171,197)
#D5BAD0
(213,186,208)
#DFC9DB
(223,201,219)
#E9D8E6
(233,216,230)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5183 color. Also use rgb(143,81,131) instead hex code.

Text Font Color

.myTextColor { color: #8F5183; }

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

This text font color is #8F5183.


Background Color

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

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

This div background color is #8F5183.


Border color

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

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

This div border color is #8F5183.


Opacity

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

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

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

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

This text has shadow with #8F5183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5183 on black background.


Color preview on white background

This text has color #8F5183 on white background.



Black color preview on #8F5183 background

This text has black color on #8F5183 background.


White color preview on #8F5183 background

This text has white color on #8F5183 background.