COLOR #843CE6

HEX: #843CE6
RGB: (132,60,230)

Color info

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

RGB color model

#843CE6 color RGB value is (132,60,230).

  • red value is 132;
  • green value is 60;
  • blue value is 230.
RGB:
(132,60,230)
(52%,24%,90%)

RGB channels and saturation

R 132 of 255 = 52%
G 60 of 255 = 24%
B 230 of 255 = 90%

132
60
230

R + G + B ~ 55%. #843CE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 60 + 230 = 422 (100%)
R 132 of 422 ~ 31.28%
G 60 of 422 ~ 14.22%
B 230 of 422 ~ 54.5%

%31.28
%14.22
%54.5

CMYK color model

#843CE6 color CMYK value is (43,74,0,10).

  • cyan value is 42.61%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(43,74,0,10)
C43M74Y0K10 
(43%,74%,0%,10%)
(0.43/0.74/0.00/0.10)	

CMYK percentages

%42.61
%73.91
%0
%9.8

Codes

Color #843CE6 in popluar color models

843CE6
RGB13260230
HSL265°77.27%56.86%
HSB/HSV265°73.91%90.20%
CMYK42.61%73.91%0.00%
9.80%

Color #843CE6 in popluar number systems.

HEX843CE6
Decimal13260230
Binary1000010011110011100110
Octal20474346

Shades and tints

Shades of #843CE6

#843CE6
(132,60,230)
#7837D2
(120,55,210)
#6C32BE
(108,50,190)
#602DAA
(96,45,170)
#542896
(84,40,150)
#482382
(72,35,130)
#3C1E6E
(60,30,110)
#30195A
(48,25,90)
#241446
(36,20,70)
#180F32
(24,15,50)
#0C0A1E
(12,10,30)
#000000
(0,0,0)

Tints of #843CE6

#843CE6
(132,60,230)
#8F4DE8
(143,77,232)
#9A5EEA
(154,94,234)
#A56FEC
(165,111,236)
#B080EE
(176,128,238)
#BB91F0
(187,145,240)
#C6A2F2
(198,162,242)
#D1B3F4
(209,179,244)
#DCC4F6
(220,196,246)
#E7D5F8
(231,213,248)
#F2E6FA
(242,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843CE6 color. Also use rgb(132,60,230) instead hex code.

Text Font Color

.myTextColor { color: #843CE6; }

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

This text font color is #843CE6.


Background Color

.myBgColor { background-color: #843CE6; }

<div style="background-color:#843CE6">Inner text</div>

This div background color is #843CE6.


Border color

.myBorderColor { border: 1px solid #843CE6; }

<div style="border:3px solid #843CE6">Div</div>

This div border color is #843CE6.


Opacity

.myOpacity80 { color: #843CE6; opacity: 0.8; }

<p style="color:#843CE6;opacity:0.8;">80%</p>

Text with #843CE6 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 #843CE6;}

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

This text has shadow with #843CE6 color.

.textShadow {text-shadow: 3px 3px 1px #843CE6, 3px 3px 1px red;}

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

This text has shadow with #843CE6 primary color and red secondary color.


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

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

This text has shadow with #843CE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843CE6 on black background.


Color preview on white background

This text has color #843CE6 on white background.



Black color preview on #843CE6 background

This text has black color on #843CE6 background.


White color preview on #843CE6 background

This text has white color on #843CE6 background.