COLOR #8F39A4

HEX: #8F39A4
RGB: (143,57,164)

Color info

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

RGB color model

#8F39A4 color RGB value is (143,57,164).

  • red value is 143;
  • green value is 57;
  • blue value is 164.
RGB:
(143,57,164)
(56%,22%,64%)

RGB channels and saturation

R 143 of 255 = 56%
G 57 of 255 = 22%
B 164 of 255 = 64%

143
57
164

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

Portions of RGB colors in percentages

R + G + B =
143 + 57 + 164 = 364 (100%)
R 143 of 364 ~ 39.29%
G 57 of 364 ~ 15.66%
B 164 of 364 ~ 45.05%

%39.29
%15.66
%45.05

CMYK color model

#8F39A4 color CMYK value is (13,65,0,36).

  • cyan value is 12.80%
  • magenta value is 65.24%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(13,65,0,36)
C13M65Y0K36 
(13%,65%,0%,36%)
(0.13/0.65/0.00/0.36)	

CMYK percentages

%12.8
%65.24
%0
%35.69

Codes

Color #8F39A4 in popluar color models

8F39A4
RGB14357164
HSL288°48.42%43.33%
HSB/HSV288°65.24%64.31%
CMYK12.80%65.24%0.00%
35.69%

Color #8F39A4 in popluar number systems.

HEX8F39A4
Decimal14357164
Binary1000111111100110100100
Octal21771244

Shades and tints

Shades of #8F39A4

#8F39A4
(143,57,164)
#823496
(130,52,150)
#752F88
(117,47,136)
#682A7A
(104,42,122)
#5B256C
(91,37,108)
#4E205E
(78,32,94)
#411B50
(65,27,80)
#341642
(52,22,66)
#271134
(39,17,52)
#1A0C26
(26,12,38)
#0D0718
(13,7,24)
#000000
(0,0,0)

Tints of #8F39A4

#8F39A4
(143,57,164)
#994BAC
(153,75,172)
#A35DB4
(163,93,180)
#AD6FBC
(173,111,188)
#B781C4
(183,129,196)
#C193CC
(193,147,204)
#CBA5D4
(203,165,212)
#D5B7DC
(213,183,220)
#DFC9E4
(223,201,228)
#E9DBEC
(233,219,236)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F39A4 color. Also use rgb(143,57,164) instead hex code.

Text Font Color

.myTextColor { color: #8F39A4; }

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

This text font color is #8F39A4.


Background Color

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

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

This div background color is #8F39A4.


Border color

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

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

This div border color is #8F39A4.


Opacity

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

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

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

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

This text has shadow with #8F39A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F39A4 on black background.


Color preview on white background

This text has color #8F39A4 on white background.



Black color preview on #8F39A4 background

This text has black color on #8F39A4 background.


White color preview on #8F39A4 background

This text has white color on #8F39A4 background.