COLOR #8F5593

HEX: #8F5593
RGB: (143,85,147)

Color info

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

RGB color model

#8F5593 color RGB value is (143,85,147).

  • red value is 143;
  • green value is 85;
  • blue value is 147.
RGB:
(143,85,147)
(56%,33%,58%)

RGB channels and saturation

R 143 of 255 = 56%
G 85 of 255 = 33%
B 147 of 255 = 58%

143
85
147

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

Portions of RGB colors in percentages

R + G + B =
143 + 85 + 147 = 375 (100%)
R 143 of 375 ~ 38.13%
G 85 of 375 ~ 22.67%
B 147 of 375 ~ 39.2%

%38.13
%22.67
%39.2

CMYK color model

#8F5593 color CMYK value is (3,42,0,42).

  • cyan value is 2.72%
  • magenta value is 42.18%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(3,42,0,42)
C3M42Y0K42 
(3%,42%,0%,42%)
(0.03/0.42/0.00/0.42)	

CMYK percentages

%2.72
%42.18
%0
%42.35

Codes

Color #8F5593 in popluar color models

8F5593
RGB14385147
HSL296°26.72%45.49%
HSB/HSV296°42.18%57.65%
CMYK2.72%42.18%0.00%
42.35%

Color #8F5593 in popluar number systems.

HEX8F5593
Decimal14385147
Binary10001111101010110010011
Octal217125223

Shades and tints

Shades of #8F5593

#8F5593
(143,85,147)
#824E86
(130,78,134)
#754779
(117,71,121)
#68406C
(104,64,108)
#5B395F
(91,57,95)
#4E3252
(78,50,82)
#412B45
(65,43,69)
#342438
(52,36,56)
#271D2B
(39,29,43)
#1A161E
(26,22,30)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F5593

#8F5593
(143,85,147)
#99649C
(153,100,156)
#A373A5
(163,115,165)
#AD82AE
(173,130,174)
#B791B7
(183,145,183)
#C1A0C0
(193,160,192)
#CBAFC9
(203,175,201)
#D5BED2
(213,190,210)
#DFCDDB
(223,205,219)
#E9DCE4
(233,220,228)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5593 color. Also use rgb(143,85,147) instead hex code.

Text Font Color

.myTextColor { color: #8F5593; }

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

This text font color is #8F5593.


Background Color

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

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

This div background color is #8F5593.


Border color

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

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

This div border color is #8F5593.


Opacity

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

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

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

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

This text has shadow with #8F5593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5593 on black background.


Color preview on white background

This text has color #8F5593 on white background.



Black color preview on #8F5593 background

This text has black color on #8F5593 background.


White color preview on #8F5593 background

This text has white color on #8F5593 background.