COLOR #8B3F99

HEX: #8B3F99
RGB: (139,63,153)

Color info

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

RGB color model

#8B3F99 color RGB value is (139,63,153).

  • red value is 139;
  • green value is 63;
  • blue value is 153.
RGB:
(139,63,153)
(55%,25%,60%)

RGB channels and saturation

R 139 of 255 = 55%
G 63 of 255 = 25%
B 153 of 255 = 60%

139
63
153

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

Portions of RGB colors in percentages

R + G + B =
139 + 63 + 153 = 355 (100%)
R 139 of 355 ~ 39.15%
G 63 of 355 ~ 17.75%
B 153 of 355 ~ 43.1%

%39.15
%17.75
%43.1

CMYK color model

#8B3F99 color CMYK value is (9,59,0,40).

  • cyan value is 9.15%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(9,59,0,40)
C9M59Y0K40 
(9%,59%,0%,40%)
(0.09/0.59/0.00/0.40)	

CMYK percentages

%9.15
%58.82
%0
%40

Codes

Color #8B3F99 in popluar color models

8B3F99
RGB13963153
HSL291°41.67%42.35%
HSB/HSV291°58.82%60.00%
CMYK9.15%58.82%0.00%
40.00%

Color #8B3F99 in popluar number systems.

HEX8B3F99
Decimal13963153
Binary1000101111111110011001
Octal21377231

Shades and tints

Shades of #8B3F99

#8B3F99
(139,63,153)
#7F3A8C
(127,58,140)
#73357F
(115,53,127)
#673072
(103,48,114)
#5B2B65
(91,43,101)
#4F2658
(79,38,88)
#43214B
(67,33,75)
#371C3E
(55,28,62)
#2B1731
(43,23,49)
#1F1224
(31,18,36)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #8B3F99

#8B3F99
(139,63,153)
#9550A2
(149,80,162)
#9F61AB
(159,97,171)
#A972B4
(169,114,180)
#B383BD
(179,131,189)
#BD94C6
(189,148,198)
#C7A5CF
(199,165,207)
#D1B6D8
(209,182,216)
#DBC7E1
(219,199,225)
#E5D8EA
(229,216,234)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B3F99 color. Also use rgb(139,63,153) instead hex code.

Text Font Color

.myTextColor { color: #8B3F99; }

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

This text font color is #8B3F99.


Background Color

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

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

This div background color is #8B3F99.


Border color

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

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

This div border color is #8B3F99.


Opacity

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

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

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

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

This text has shadow with #8B3F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3F99 on black background.


Color preview on white background

This text has color #8B3F99 on white background.



Black color preview on #8B3F99 background

This text has black color on #8B3F99 background.


White color preview on #8B3F99 background

This text has white color on #8B3F99 background.