COLOR #851AEA

HEX: #851AEA
RGB: (133,26,234)

Color info

#851AEA contains mainly blue color. Web safe color of #851AEA is #9900FF (or #90F).

RGB color model

#851AEA color RGB value is (133,26,234).

  • red value is 133;
  • green value is 26;
  • blue value is 234.
RGB:
(133,26,234)
(52%,10%,92%)

RGB channels and saturation

R 133 of 255 = 52%
G 26 of 255 = 10%
B 234 of 255 = 92%

133
26
234

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

Portions of RGB colors in percentages

R + G + B =
133 + 26 + 234 = 393 (100%)
R 133 of 393 ~ 33.84%
G 26 of 393 ~ 6.62%
B 234 of 393 ~ 59.54%

%33.84
%59.54

CMYK color model

#851AEA color CMYK value is (43,89,0,8).

  • cyan value is 43.16%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(43,89,0,8)
C43M89Y0K8 
(43%,89%,0%,8%)
(0.43/0.89/0.00/0.08)	

CMYK percentages

%43.16
%88.89
%0
%8.24

Codes

Color #851AEA in popluar color models

851AEA
RGB13326234
HSL271°83.20%50.98%
HSB/HSV271°88.89%91.76%
CMYK43.16%88.89%0.00%
8.24%

Color #851AEA in popluar number systems.

HEX851AEA
Decimal13326234
Binary100001011101011101010
Octal20532352

Shades and tints

Shades of #851AEA

#851AEA
(133,26,234)
#7918D5
(121,24,213)
#6D16C0
(109,22,192)
#6114AB
(97,20,171)
#551296
(85,18,150)
#491081
(73,16,129)
#3D0E6C
(61,14,108)
#310C57
(49,12,87)
#250A42
(37,10,66)
#19082D
(25,8,45)
#0D0618
(13,6,24)
#000000
(0,0,0)

Tints of #851AEA

#851AEA
(133,26,234)
#902EEB
(144,46,235)
#9B42EC
(155,66,236)
#A656ED
(166,86,237)
#B16AEE
(177,106,238)
#BC7EEF
(188,126,239)
#C792F0
(199,146,240)
#D2A6F1
(210,166,241)
#DDBAF2
(221,186,242)
#E8CEF3
(232,206,243)
#F3E2F4
(243,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851AEA color. Also use rgb(133,26,234) instead hex code.

Text Font Color

.myTextColor { color: #851AEA; }

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

This text font color is #851AEA.


Background Color

.myBgColor { background-color: #851AEA; }

<div style="background-color:#851AEA">Inner text</div>

This div background color is #851AEA.


Border color

.myBorderColor { border: 1px solid #851AEA; }

<div style="border:3px solid #851AEA">Div</div>

This div border color is #851AEA.


Opacity

.myOpacity80 { color: #851AEA; opacity: 0.8; }

<p style="color:#851AEA;opacity:0.8;">80%</p>

Text with #851AEA 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 #851AEA;}

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

This text has shadow with #851AEA color.

.textShadow {text-shadow: 3px 3px 1px #851AEA, 3px 3px 1px red;}

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

This text has shadow with #851AEA primary color and red secondary color.


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

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

This text has shadow with #851AEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851AEA on black background.


Color preview on white background

This text has color #851AEA on white background.



Black color preview on #851AEA background

This text has black color on #851AEA background.


White color preview on #851AEA background

This text has white color on #851AEA background.