COLOR #8332B5

HEX: #8332B5
RGB: (131,50,181)

Color info

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

RGB color model

#8332B5 color RGB value is (131,50,181).

  • red value is 131;
  • green value is 50;
  • blue value is 181.
RGB:
(131,50,181)
(51%,20%,71%)

RGB channels and saturation

R 131 of 255 = 51%
G 50 of 255 = 20%
B 181 of 255 = 71%

131
50
181

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

Portions of RGB colors in percentages

R + G + B =
131 + 50 + 181 = 362 (100%)
R 131 of 362 ~ 36.19%
G 50 of 362 ~ 13.81%
B 181 of 362 ~ 50%

%36.19
%13.81
%50

CMYK color model

#8332B5 color CMYK value is (28,72,0,29).

  • cyan value is 27.62%
  • magenta value is 72.38%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(28,72,0,29)
C28M72Y0K29 
(28%,72%,0%,29%)
(0.28/0.72/0.00/0.29)	

CMYK percentages

%27.62
%72.38
%0
%29.02

Codes

Color #8332B5 in popluar color models

8332B5
RGB13150181
HSL277°56.71%45.29%
HSB/HSV277°72.38%70.98%
CMYK27.62%72.38%0.00%
29.02%

Color #8332B5 in popluar number systems.

HEX8332B5
Decimal13150181
Binary1000001111001010110101
Octal20362265

Shades and tints

Shades of #8332B5

#8332B5
(131,50,181)
#782EA5
(120,46,165)
#6D2A95
(109,42,149)
#622685
(98,38,133)
#572275
(87,34,117)
#4C1E65
(76,30,101)
#411A55
(65,26,85)
#361645
(54,22,69)
#2B1235
(43,18,53)
#200E25
(32,14,37)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #8332B5

#8332B5
(131,50,181)
#8E44BB
(142,68,187)
#9956C1
(153,86,193)
#A468C7
(164,104,199)
#AF7ACD
(175,122,205)
#BA8CD3
(186,140,211)
#C59ED9
(197,158,217)
#D0B0DF
(208,176,223)
#DBC2E5
(219,194,229)
#E6D4EB
(230,212,235)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8332B5 color. Also use rgb(131,50,181) instead hex code.

Text Font Color

.myTextColor { color: #8332B5; }

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

This text font color is #8332B5.


Background Color

.myBgColor { background-color: #8332B5; }

<div style="background-color:#8332B5">Inner text</div>

This div background color is #8332B5.


Border color

.myBorderColor { border: 1px solid #8332B5; }

<div style="border:3px solid #8332B5">Div</div>

This div border color is #8332B5.


Opacity

.myOpacity80 { color: #8332B5; opacity: 0.8; }

<p style="color:#8332B5;opacity:0.8;">80%</p>

Text with #8332B5 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 #8332B5;}

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

This text has shadow with #8332B5 color.

.textShadow {text-shadow: 3px 3px 1px #8332B5, 3px 3px 1px red;}

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

This text has shadow with #8332B5 primary color and red secondary color.


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

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

This text has shadow with #8332B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8332B5 on black background.


Color preview on white background

This text has color #8332B5 on white background.



Black color preview on #8332B5 background

This text has black color on #8332B5 background.


White color preview on #8332B5 background

This text has white color on #8332B5 background.