COLOR #8F4595

HEX: #8F4595
RGB: (143,69,149)

Color info

#8F4595 contains mainly red and blue colors. Web safe color of #8F4595 is #993399 (or #939).

RGB color model

#8F4595 color RGB value is (143,69,149).

  • red value is 143;
  • green value is 69;
  • blue value is 149.
RGB:
(143,69,149)
(56%,27%,58%)

RGB channels and saturation

R 143 of 255 = 56%
G 69 of 255 = 27%
B 149 of 255 = 58%

143
69
149

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

Portions of RGB colors in percentages

R + G + B =
143 + 69 + 149 = 361 (100%)
R 143 of 361 ~ 39.61%
G 69 of 361 ~ 19.11%
B 149 of 361 ~ 41.27%

%39.61
%19.11
%41.27

CMYK color model

#8F4595 color CMYK value is (4,54,0,42).

  • cyan value is 4.03%
  • magenta value is 53.69%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(4,54,0,42)
C4M54Y0K42 
(4%,54%,0%,42%)
(0.04/0.54/0.00/0.42)	

CMYK percentages

%4.03
%53.69
%0
%41.57

Codes

Color #8F4595 in popluar color models

8F4595
RGB14369149
HSL296°36.70%42.75%
HSB/HSV296°53.69%58.43%
CMYK4.03%53.69%0.00%
41.57%

Color #8F4595 in popluar number systems.

HEX8F4595
Decimal14369149
Binary10001111100010110010101
Octal217105225

Shades and tints

Shades of #8F4595

#8F4595
(143,69,149)
#823F88
(130,63,136)
#75397B
(117,57,123)
#68336E
(104,51,110)
#5B2D61
(91,45,97)
#4E2754
(78,39,84)
#412147
(65,33,71)
#341B3A
(52,27,58)
#27152D
(39,21,45)
#1A0F20
(26,15,32)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #8F4595

#8F4595
(143,69,149)
#99559E
(153,85,158)
#A365A7
(163,101,167)
#AD75B0
(173,117,176)
#B785B9
(183,133,185)
#C195C2
(193,149,194)
#CBA5CB
(203,165,203)
#D5B5D4
(213,181,212)
#DFC5DD
(223,197,221)
#E9D5E6
(233,213,230)
#F3E5EF
(243,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4595 color. Also use rgb(143,69,149) instead hex code.

Text Font Color

.myTextColor { color: #8F4595; }

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

This text font color is #8F4595.


Background Color

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

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

This div background color is #8F4595.


Border color

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

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

This div border color is #8F4595.


Opacity

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

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

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

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

This text has shadow with #8F4595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4595 on black background.


Color preview on white background

This text has color #8F4595 on white background.



Black color preview on #8F4595 background

This text has black color on #8F4595 background.


White color preview on #8F4595 background

This text has white color on #8F4595 background.