COLOR #846DC9

HEX: #846DC9
RGB: (132,109,201)

Color info

#846DC9 contains mainly blue color. Web safe color of #846DC9 is #9966CC (or #96C).

RGB color model

#846DC9 color RGB value is (132,109,201).

  • red value is 132;
  • green value is 109;
  • blue value is 201.
RGB:
(132,109,201)
(52%,43%,79%)

RGB channels and saturation

R 132 of 255 = 52%
G 109 of 255 = 43%
B 201 of 255 = 79%

132
109
201

R + G + B ~ 58%. #846DC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 109 + 201 = 442 (100%)
R 132 of 442 ~ 29.86%
G 109 of 442 ~ 24.66%
B 201 of 442 ~ 45.48%

%29.86
%24.66
%45.48

CMYK color model

#846DC9 color CMYK value is (34,46,0,21).

  • cyan value is 34.33%
  • magenta value is 45.77%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(34,46,0,21)
C34M46Y0K21 
(34%,46%,0%,21%)
(0.34/0.46/0.00/0.21)	

CMYK percentages

%34.33
%45.77
%0
%21.18

Codes

Color #846DC9 in popluar color models

846DC9
RGB132109201
HSL255°46.00%60.78%
HSB/HSV255°45.77%78.82%
CMYK34.33%45.77%0.00%
21.18%

Color #846DC9 in popluar number systems.

HEX846DC9
Decimal132109201
Binary10000100110110111001001
Octal204155311

Shades and tints

Shades of #846DC9

#846DC9
(132,109,201)
#7864B7
(120,100,183)
#6C5BA5
(108,91,165)
#605293
(96,82,147)
#544981
(84,73,129)
#48406F
(72,64,111)
#3C375D
(60,55,93)
#302E4B
(48,46,75)
#242539
(36,37,57)
#181C27
(24,28,39)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #846DC9

#846DC9
(132,109,201)
#8F7ACD
(143,122,205)
#9A87D1
(154,135,209)
#A594D5
(165,148,213)
#B0A1D9
(176,161,217)
#BBAEDD
(187,174,221)
#C6BBE1
(198,187,225)
#D1C8E5
(209,200,229)
#DCD5E9
(220,213,233)
#E7E2ED
(231,226,237)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846DC9 color. Also use rgb(132,109,201) instead hex code.

Text Font Color

.myTextColor { color: #846DC9; }

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

This text font color is #846DC9.


Background Color

.myBgColor { background-color: #846DC9; }

<div style="background-color:#846DC9">Inner text</div>

This div background color is #846DC9.


Border color

.myBorderColor { border: 1px solid #846DC9; }

<div style="border:3px solid #846DC9">Div</div>

This div border color is #846DC9.


Opacity

.myOpacity80 { color: #846DC9; opacity: 0.8; }

<p style="color:#846DC9;opacity:0.8;">80%</p>

Text with #846DC9 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 #846DC9;}

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

This text has shadow with #846DC9 color.

.textShadow {text-shadow: 3px 3px 1px #846DC9, 3px 3px 1px red;}

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

This text has shadow with #846DC9 primary color and red secondary color.


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

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

This text has shadow with #846DC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846DC9 on black background.


Color preview on white background

This text has color #846DC9 on white background.



Black color preview on #846DC9 background

This text has black color on #846DC9 background.


White color preview on #846DC9 background

This text has white color on #846DC9 background.