COLOR #8606BA

HEX: #8606BA
RGB: (134,6,186)

Color info

#8606BA contains mainly red and blue colors. Web safe color of #8606BA is #9900CC (or #90C).

RGB color model

#8606BA color RGB value is (134,6,186).

  • red value is 134;
  • green value is 6;
  • blue value is 186.
RGB:
(134,6,186)
(53%,2%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 6 of 255 = 2%
B 186 of 255 = 73%

134
6
186

R + G + B ~ 43%. #8606BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 6 + 186 = 326 (100%)
R 134 of 326 ~ 41.1%
G 6 of 326 ~ 1.84%
B 186 of 326 ~ 57.06%

%41.1
%57.06

CMYK color model

#8606BA color CMYK value is (28,97,0,27).

  • cyan value is 27.96%
  • magenta value is 96.77%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(28,97,0,27)
C28M97Y0K27 
(28%,97%,0%,27%)
(0.28/0.97/0.00/0.27)	

CMYK percentages

%27.96
%96.77
%0
%27.06

Codes

Color #8606BA in popluar color models

8606BA
RGB1346186
HSL283°93.75%37.65%
HSB/HSV283°96.77%72.94%
CMYK27.96%96.77%0.00%
27.06%

Color #8606BA in popluar number systems.

HEX8606BA
Decimal1346186
Binary1000011011010111010
Octal2066272

Shades and tints

Shades of #8606BA

#8606BA
(134,6,186)
#7A06AA
(122,6,170)
#6E069A
(110,6,154)
#62068A
(98,6,138)
#56067A
(86,6,122)
#4A066A
(74,6,106)
#3E065A
(62,6,90)
#32064A
(50,6,74)
#26063A
(38,6,58)
#1A062A
(26,6,42)
#0E061A
(14,6,26)
#000000
(0,0,0)

Tints of #8606BA

#8606BA
(134,6,186)
#911CC0
(145,28,192)
#9C32C6
(156,50,198)
#A748CC
(167,72,204)
#B25ED2
(178,94,210)
#BD74D8
(189,116,216)
#C88ADE
(200,138,222)
#D3A0E4
(211,160,228)
#DEB6EA
(222,182,234)
#E9CCF0
(233,204,240)
#F4E2F6
(244,226,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8606BA color. Also use rgb(134,6,186) instead hex code.

Text Font Color

.myTextColor { color: #8606BA; }

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

This text font color is #8606BA.


Background Color

.myBgColor { background-color: #8606BA; }

<div style="background-color:#8606BA">Inner text</div>

This div background color is #8606BA.


Border color

.myBorderColor { border: 1px solid #8606BA; }

<div style="border:3px solid #8606BA">Div</div>

This div border color is #8606BA.


Opacity

.myOpacity80 { color: #8606BA; opacity: 0.8; }

<p style="color:#8606BA;opacity:0.8;">80%</p>

Text with #8606BA 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 #8606BA;}

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

This text has shadow with #8606BA color.

.textShadow {text-shadow: 3px 3px 1px #8606BA, 3px 3px 1px red;}

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

This text has shadow with #8606BA primary color and red secondary color.


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

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

This text has shadow with #8606BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8606BA on black background.


Color preview on white background

This text has color #8606BA on white background.



Black color preview on #8606BA background

This text has black color on #8606BA background.


White color preview on #8606BA background

This text has white color on #8606BA background.