COLOR #832BE6

HEX: #832BE6
RGB: (131,43,230)

Color info

#832BE6 contains mainly blue color. Web safe color of #832BE6 is #9933CC (or #93C).

RGB color model

#832BE6 color RGB value is (131,43,230).

  • red value is 131;
  • green value is 43;
  • blue value is 230.
RGB:
(131,43,230)
(51%,17%,90%)

RGB channels and saturation

R 131 of 255 = 51%
G 43 of 255 = 17%
B 230 of 255 = 90%

131
43
230

R + G + B ~ 53%. #832BE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 43 + 230 = 404 (100%)
R 131 of 404 ~ 32.43%
G 43 of 404 ~ 10.64%
B 230 of 404 ~ 56.93%

%32.43
%10.64
%56.93

CMYK color model

#832BE6 color CMYK value is (43,81,0,10).

  • cyan value is 43.04%
  • magenta value is 81.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(43,81,0,10)
C43M81Y0K10 
(43%,81%,0%,10%)
(0.43/0.81/0.00/0.10)	

CMYK percentages

%43.04
%81.3
%0
%9.8

Codes

Color #832BE6 in popluar color models

832BE6
RGB13143230
HSL268°78.90%53.53%
HSB/HSV268°81.30%90.20%
CMYK43.04%81.30%0.00%
9.80%

Color #832BE6 in popluar number systems.

HEX832BE6
Decimal13143230
Binary1000001110101111100110
Octal20353346

Shades and tints

Shades of #832BE6

#832BE6
(131,43,230)
#7828D2
(120,40,210)
#6D25BE
(109,37,190)
#6222AA
(98,34,170)
#571F96
(87,31,150)
#4C1C82
(76,28,130)
#41196E
(65,25,110)
#36165A
(54,22,90)
#2B1346
(43,19,70)
#201032
(32,16,50)
#150D1E
(21,13,30)
#000000
(0,0,0)

Tints of #832BE6

#832BE6
(131,43,230)
#8E3EE8
(142,62,232)
#9951EA
(153,81,234)
#A464EC
(164,100,236)
#AF77EE
(175,119,238)
#BA8AF0
(186,138,240)
#C59DF2
(197,157,242)
#D0B0F4
(208,176,244)
#DBC3F6
(219,195,246)
#E6D6F8
(230,214,248)
#F1E9FA
(241,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832BE6 color. Also use rgb(131,43,230) instead hex code.

Text Font Color

.myTextColor { color: #832BE6; }

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

This text font color is #832BE6.


Background Color

.myBgColor { background-color: #832BE6; }

<div style="background-color:#832BE6">Inner text</div>

This div background color is #832BE6.


Border color

.myBorderColor { border: 1px solid #832BE6; }

<div style="border:3px solid #832BE6">Div</div>

This div border color is #832BE6.


Opacity

.myOpacity80 { color: #832BE6; opacity: 0.8; }

<p style="color:#832BE6;opacity:0.8;">80%</p>

Text with #832BE6 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 #832BE6;}

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

This text has shadow with #832BE6 color.

.textShadow {text-shadow: 3px 3px 1px #832BE6, 3px 3px 1px red;}

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

This text has shadow with #832BE6 primary color and red secondary color.


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

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

This text has shadow with #832BE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832BE6 on black background.


Color preview on white background

This text has color #832BE6 on white background.



Black color preview on #832BE6 background

This text has black color on #832BE6 background.


White color preview on #832BE6 background

This text has white color on #832BE6 background.