COLOR #8646CC

HEX: #8646CC RGB: (134,70,204)

Color info

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

RGB color model

#8646CC color RGB value is (134,70,204).

RGB: (134,70,204) (53%, 27%, 80%)

RGB channels and saturation

R 134 of 255 = 53%
G 70 of 255 = 27%
B 204 of 255 = 80%

134
70
204

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

Portions of RGB colors in percentages

R + G + B = 134 + 70 + 204 = 408 (100%)
R 134 of 408 ~ 32.84%
G 70 of 408 ~ 17.16%
B 204 of 408 ~ 50'%

%32.84
%17.16
%50

CMYK color model

#8646CC color CMYK value is (34,66,0,20).

  • cyan value is 34.31%
  • magenta value is 65.69%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (34,66,0,20)
C34M66Y0K20 (34%, 66%, 0%, 20%)
(0.34 / 0.66 / 0.00 / 0.20)

CMYK percentages

%34.31
%65.69
%0
%20

Codes

Color #8646CC in popluar color models

86 46 CC
RGB 134 70 204
HSL 269° 56.78% 53.73%
HSB/HSV 269° 65.69% 80.00%
CMYK 34.31% 65.69% 0.00%
20.00%

Color #8646CC in popluar number systems.

HEX 86 46 CC
Decimal 134 70 204
Binary 10000110 1000110 11001100
Octal 206 106 314

Shades and tints

Shades of #8646CC

#8646CC
(134,70,204)
#7A40BA
(122,64,186)
#6E3AA8
(110,58,168)
#623496
(98,52,150)
#562E84
(86,46,132)
#4A2872
(74,40,114)
#3E2260
(62,34,96)
#321C4E
(50,28,78)
#26163C
(38,22,60)
#1A102A
(26,16,42)
#0E0A18
(14,10,24)
#000000
(0,0,0)

Tints of #8646CC

#8646CC
(134,70,204)
#9156D0
(145,86,208)
#9C66D4
(156,102,212)
#A776D8
(167,118,216)
#B286DC
(178,134,220)
#BD96E0
(189,150,224)
#C8A6E4
(200,166,228)
#D3B6E8
(211,182,232)
#DEC6EC
(222,198,236)
#E9D6F0
(233,214,240)
#F4E6F4
(244,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8646CC color. Also use rgb(134,70,204) instead hex code.

Text Font Color

.myTextColor { color: #8646CC; }

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

This text font color is #8646CC.

Background Color

.myBgColor { background-color: #8646CC; }

<div style="background-color:#8646CC">Inner text</div>

This div background color is #8646CC.

Border color

.myBorderColor { border: 1px solid #8646CC; }

<div style="border:3px solid #8646CC">Div</div>

This div border color is #8646CC.

Opacity

.myOpacity80 { color: #8646CC; opacity: 0.8; }

<p style="color:#8646CC;opacity:0.8;">80%</p>

Text with #8646CC 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 #8646CC;}

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

This text has shadow with #8646CC color.


.textShadow {text-shadow: 3px 3px 1px #8646CC', 3px 3px 1px red;}

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

This text has shadow with #8646CC primary color and red secondary color.


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

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

This text has shadow with #8646CC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8646CC; -webkit-box-shadow: 1px 1px 3px 2px #8646CC; box-shadow:1px 1px 3px 2px #8646CC;">
Div content here
</div>

This div box has shadow with color #8646CC.

Preview

Color preview on black background

This text has color #8646CC on black background.


Color preview on white background

This text has color #8646CC on white background.


Black color preview on #8646CC background

This text has black color on #8646CC background.


White color preview on #8646CC background

This text has white color on #8646CC background.


Related colors

Complementary color

Complementary color for #hex is #79B933.


I love getcolorcode.com

Triadic colors

1 #CC8646 and #46CC86 with #8646CC are triadic colors.

2 #CC4686 and #4686CC with #8646CC are triadic colors.