COLOR #8171EB

HEX: #8171EB
RGB: (129,113,235)

Color info

#8171EB contains mainly blue color. Web safe color of #8171EB is #9966FF (or #96F).

RGB color model

#8171EB color RGB value is (129,113,235).

  • red value is 129;
  • green value is 113;
  • blue value is 235.
RGB:
(129,113,235)
(51%,44%,92%)

RGB channels and saturation

R 129 of 255 = 51%
G 113 of 255 = 44%
B 235 of 255 = 92%

129
113
235

R + G + B ~ 62%. #8171EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 113 + 235 = 477 (100%)
R 129 of 477 ~ 27.04%
G 113 of 477 ~ 23.69%
B 235 of 477 ~ 49.27%

%27.04
%23.69
%49.27

CMYK color model

#8171EB color CMYK value is (45,52,0,8).

  • cyan value is 45.11%
  • magenta value is 51.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(45,52,0,8)
C45M52Y0K8 
(45%,52%,0%,8%)
(0.45/0.52/0.00/0.08)	

CMYK percentages

%45.11
%51.91
%0
%7.84

Codes

Color #8171EB in popluar color models

8171EB
RGB129113235
HSL248°75.31%68.24%
HSB/HSV248°51.91%92.16%
CMYK45.11%51.91%0.00%
7.84%

Color #8171EB in popluar number systems.

HEX8171EB
Decimal129113235
Binary10000001111000111101011
Octal201161353

Shades and tints

Shades of #8171EB

#8171EB
(129,113,235)
#7667D6
(118,103,214)
#6B5DC1
(107,93,193)
#6053AC
(96,83,172)
#554997
(85,73,151)
#4A3F82
(74,63,130)
#3F356D
(63,53,109)
#342B58
(52,43,88)
#292143
(41,33,67)
#1E172E
(30,23,46)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #8171EB

#8171EB
(129,113,235)
#8C7DEC
(140,125,236)
#9789ED
(151,137,237)
#A295EE
(162,149,238)
#ADA1EF
(173,161,239)
#B8ADF0
(184,173,240)
#C3B9F1
(195,185,241)
#CEC5F2
(206,197,242)
#D9D1F3
(217,209,243)
#E4DDF4
(228,221,244)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8171EB color. Also use rgb(129,113,235) instead hex code.

Text Font Color

.myTextColor { color: #8171EB; }

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

This text font color is #8171EB.


Background Color

.myBgColor { background-color: #8171EB; }

<div style="background-color:#8171EB">Inner text</div>

This div background color is #8171EB.


Border color

.myBorderColor { border: 1px solid #8171EB; }

<div style="border:3px solid #8171EB">Div</div>

This div border color is #8171EB.


Opacity

.myOpacity80 { color: #8171EB; opacity: 0.8; }

<p style="color:#8171EB;opacity:0.8;">80%</p>

Text with #8171EB 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 #8171EB;}

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

This text has shadow with #8171EB color.

.textShadow {text-shadow: 3px 3px 1px #8171EB, 3px 3px 1px red;}

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

This text has shadow with #8171EB primary color and red secondary color.


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

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

This text has shadow with #8171EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8171EB on black background.


Color preview on white background

This text has color #8171EB on white background.



Black color preview on #8171EB background

This text has black color on #8171EB background.


White color preview on #8171EB background

This text has white color on #8171EB background.