COLOR #846DC0

HEX: #846DC0
RGB: (132,109,192)

Color info

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

RGB color model

#846DC0 color RGB value is (132,109,192).

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

RGB channels and saturation

R 132 of 255 = 52%
G 109 of 255 = 43%
B 192 of 255 = 75%

132
109
192

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

Portions of RGB colors in percentages

R + G + B =
132 + 109 + 192 = 433 (100%)
R 132 of 433 ~ 30.48%
G 109 of 433 ~ 25.17%
B 192 of 433 ~ 44.34%

%30.48
%25.17
%44.34

CMYK color model

#846DC0 color CMYK value is (31,43,0,25).

  • cyan value is 31.25%
  • magenta value is 43.23%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(31,43,0,25)
C31M43Y0K25 
(31%,43%,0%,25%)
(0.31/0.43/0.00/0.25)	

CMYK percentages

%31.25
%43.23
%0
%24.71

Codes

Color #846DC0 in popluar color models

846DC0
RGB132109192
HSL257°39.71%59.02%
HSB/HSV257°43.23%75.29%
CMYK31.25%43.23%0.00%
24.71%

Color #846DC0 in popluar number systems.

HEX846DC0
Decimal132109192
Binary10000100110110111000000
Octal204155300

Shades and tints

Shades of #846DC0

#846DC0
(132,109,192)
#7864AF
(120,100,175)
#6C5B9E
(108,91,158)
#60528D
(96,82,141)
#54497C
(84,73,124)
#48406B
(72,64,107)
#3C375A
(60,55,90)
#302E49
(48,46,73)
#242538
(36,37,56)
#181C27
(24,28,39)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #846DC0

#846DC0
(132,109,192)
#8F7AC5
(143,122,197)
#9A87CA
(154,135,202)
#A594CF
(165,148,207)
#B0A1D4
(176,161,212)
#BBAED9
(187,174,217)
#C6BBDE
(198,187,222)
#D1C8E3
(209,200,227)
#DCD5E8
(220,213,232)
#E7E2ED
(231,226,237)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846DC0; }

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

This text font color is #846DC0.


Background Color

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

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

This div background color is #846DC0.


Border color

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

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

This div border color is #846DC0.


Opacity

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

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

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

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

This text has shadow with #846DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846DC0 on black background.


Color preview on white background

This text has color #846DC0 on white background.



Black color preview on #846DC0 background

This text has black color on #846DC0 background.


White color preview on #846DC0 background

This text has white color on #846DC0 background.