COLOR #8341BD

HEX: #8341BD
RGB: (131,65,189)

Color info

#8341BD contains mainly red and blue colors. Web safe color of #8341BD is #9933CC (or #93C).

RGB color model

#8341BD color RGB value is (131,65,189).

  • red value is 131;
  • green value is 65;
  • blue value is 189.
RGB:
(131,65,189)
(51%,25%,74%)

RGB channels and saturation

R 131 of 255 = 51%
G 65 of 255 = 25%
B 189 of 255 = 74%

131
65
189

R + G + B ~ 50%. #8341BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 65 + 189 = 385 (100%)
R 131 of 385 ~ 34.03%
G 65 of 385 ~ 16.88%
B 189 of 385 ~ 49.09%

%34.03
%16.88
%49.09

CMYK color model

#8341BD color CMYK value is (31,66,0,26).

  • cyan value is 30.69%
  • magenta value is 65.61%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(31,66,0,26)
C31M66Y0K26 
(31%,66%,0%,26%)
(0.31/0.66/0.00/0.26)	

CMYK percentages

%30.69
%65.61
%0
%25.88

Codes

Color #8341BD in popluar color models

8341BD
RGB13165189
HSL272°48.82%49.80%
HSB/HSV272°65.61%74.12%
CMYK30.69%65.61%0.00%
25.88%

Color #8341BD in popluar number systems.

HEX8341BD
Decimal13165189
Binary10000011100000110111101
Octal203101275

Shades and tints

Shades of #8341BD

#8341BD
(131,65,189)
#783CAC
(120,60,172)
#6D379B
(109,55,155)
#62328A
(98,50,138)
#572D79
(87,45,121)
#4C2868
(76,40,104)
#412357
(65,35,87)
#361E46
(54,30,70)
#2B1935
(43,25,53)
#201424
(32,20,36)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #8341BD

#8341BD
(131,65,189)
#8E52C3
(142,82,195)
#9963C9
(153,99,201)
#A474CF
(164,116,207)
#AF85D5
(175,133,213)
#BA96DB
(186,150,219)
#C5A7E1
(197,167,225)
#D0B8E7
(208,184,231)
#DBC9ED
(219,201,237)
#E6DAF3
(230,218,243)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8341BD color. Also use rgb(131,65,189) instead hex code.

Text Font Color

.myTextColor { color: #8341BD; }

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

This text font color is #8341BD.


Background Color

.myBgColor { background-color: #8341BD; }

<div style="background-color:#8341BD">Inner text</div>

This div background color is #8341BD.


Border color

.myBorderColor { border: 1px solid #8341BD; }

<div style="border:3px solid #8341BD">Div</div>

This div border color is #8341BD.


Opacity

.myOpacity80 { color: #8341BD; opacity: 0.8; }

<p style="color:#8341BD;opacity:0.8;">80%</p>

Text with #8341BD 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 #8341BD;}

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

This text has shadow with #8341BD color.

.textShadow {text-shadow: 3px 3px 1px #8341BD, 3px 3px 1px red;}

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

This text has shadow with #8341BD primary color and red secondary color.


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

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

This text has shadow with #8341BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8341BD on black background.


Color preview on white background

This text has color #8341BD on white background.



Black color preview on #8341BD background

This text has black color on #8341BD background.


White color preview on #8341BD background

This text has white color on #8341BD background.