COLOR #861AE6

HEX: #861AE6
RGB: (134,26,230)

Color info

#861AE6 contains mainly blue color. Web safe color of #861AE6 is #9900CC (or #90C).

RGB color model

#861AE6 color RGB value is (134,26,230).

  • red value is 134;
  • green value is 26;
  • blue value is 230.
RGB:
(134,26,230)
(53%,10%,90%)

RGB channels and saturation

R 134 of 255 = 53%
G 26 of 255 = 10%
B 230 of 255 = 90%

134
26
230

R + G + B ~ 51%. #861AE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 26 + 230 = 390 (100%)
R 134 of 390 ~ 34.36%
G 26 of 390 ~ 6.67%
B 230 of 390 ~ 58.97%

%34.36
%58.97

CMYK color model

#861AE6 color CMYK value is (42,89,0,10).

  • cyan value is 41.74%
  • magenta value is 88.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(42,89,0,10)
C42M89Y0K10 
(42%,89%,0%,10%)
(0.42/0.89/0.00/0.10)	

CMYK percentages

%41.74
%88.7
%0
%9.8

Codes

Color #861AE6 in popluar color models

861AE6
RGB13426230
HSL272°80.31%50.20%
HSB/HSV272°88.70%90.20%
CMYK41.74%88.70%0.00%
9.80%

Color #861AE6 in popluar number systems.

HEX861AE6
Decimal13426230
Binary100001101101011100110
Octal20632346

Shades and tints

Shades of #861AE6

#861AE6
(134,26,230)
#7A18D2
(122,24,210)
#6E16BE
(110,22,190)
#6214AA
(98,20,170)
#561296
(86,18,150)
#4A1082
(74,16,130)
#3E0E6E
(62,14,110)
#320C5A
(50,12,90)
#260A46
(38,10,70)
#1A0832
(26,8,50)
#0E061E
(14,6,30)
#000000
(0,0,0)

Tints of #861AE6

#861AE6
(134,26,230)
#912EE8
(145,46,232)
#9C42EA
(156,66,234)
#A756EC
(167,86,236)
#B26AEE
(178,106,238)
#BD7EF0
(189,126,240)
#C892F2
(200,146,242)
#D3A6F4
(211,166,244)
#DEBAF6
(222,186,246)
#E9CEF8
(233,206,248)
#F4E2FA
(244,226,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #861AE6 color. Also use rgb(134,26,230) instead hex code.

Text Font Color

.myTextColor { color: #861AE6; }

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

This text font color is #861AE6.


Background Color

.myBgColor { background-color: #861AE6; }

<div style="background-color:#861AE6">Inner text</div>

This div background color is #861AE6.


Border color

.myBorderColor { border: 1px solid #861AE6; }

<div style="border:3px solid #861AE6">Div</div>

This div border color is #861AE6.


Opacity

.myOpacity80 { color: #861AE6; opacity: 0.8; }

<p style="color:#861AE6;opacity:0.8;">80%</p>

Text with #861AE6 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 #861AE6;}

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

This text has shadow with #861AE6 color.

.textShadow {text-shadow: 3px 3px 1px #861AE6, 3px 3px 1px red;}

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

This text has shadow with #861AE6 primary color and red secondary color.


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

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

This text has shadow with #861AE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #861AE6 on black background.


Color preview on white background

This text has color #861AE6 on white background.



Black color preview on #861AE6 background

This text has black color on #861AE6 background.


White color preview on #861AE6 background

This text has white color on #861AE6 background.