COLOR #8A71C8

HEX: #8A71C8 RGB: (138,113,200)

Color info

#8A71C8 contains mainly blue color. Web safe color of #8A71C8 is #9966CC (or #96C).

RGB color model

#8A71C8 color RGB value is (138,113,200).

RGB: (138,113,200) (54%, 44%, 78%)

RGB channels and saturation

R 138 of 255 = 54%
G 113 of 255 = 44%
B 200 of 255 = 78%

138
113
200

R + G + B ~ 59%. #8A71C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 113 + 200 = 451 (100%)
R 138 of 451 ~ 30.6%
G 113 of 451 ~ 25.06%
B 200 of 451 ~ 44.35'%

%30.6
%25.06
%44.35

CMYK color model

#8A71C8 color CMYK value is (31,44,0,22).

  • cyan value is 31.00%
  • magenta value is 43.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (31,44,0,22)
C31M44Y0K22 (31%, 44%, 0%, 22%)
(0.31 / 0.44 / 0.00 / 0.22)

CMYK percentages

%31
%43.5
%0
%21.57

Codes

Color #8A71C8 in popluar color models

8A 71 C8
RGB 138 113 200
HSL 257° 44.16% 61.37%
HSB/HSV 257° 43.50% 78.43%
CMYK 31.00% 43.50% 0.00%
21.57%

Color #8A71C8 in popluar number systems.

HEX 8A 71 C8
Decimal 138 113 200
Binary 10001010 1110001 11001000
Octal 212 161 310

Shades and tints

Shades of #8A71C8

#8A71C8
(138,113,200)
#7E67B6
(126,103,182)
#725DA4
(114,93,164)
#665392
(102,83,146)
#5A4980
(90,73,128)
#4E3F6E
(78,63,110)
#42355C
(66,53,92)
#362B4A
(54,43,74)
#2A2138
(42,33,56)
#1E1726
(30,23,38)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #8A71C8

#8A71C8
(138,113,200)
#947DCD
(148,125,205)
#9E89D2
(158,137,210)
#A895D7
(168,149,215)
#B2A1DC
(178,161,220)
#BCADE1
(188,173,225)
#C6B9E6
(198,185,230)
#D0C5EB
(208,197,235)
#DAD1F0
(218,209,240)
#E4DDF5
(228,221,245)
#EEE9FA
(238,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A71C8 color. Also use rgb(138,113,200) instead hex code.

Text Font Color

.myTextColor { color: #8A71C8; }

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

This text font color is #8A71C8.

Background Color

.myBgColor { background-color: #8A71C8; }

<div style="background-color:#8A71C8">Inner text</div>

This div background color is #8A71C8.

Border color

.myBorderColor { border: 1px solid #8A71C8; }

<div style="border:3px solid #8A71C8">Div</div>

This div border color is #8A71C8.

Opacity

.myOpacity80 { color: #8A71C8; opacity: 0.8; }

<p style="color:#8A71C8;opacity:0.8;">80%</p>

Text with #8A71C8 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 #8A71C8;}

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

This text has shadow with #8A71C8 color.


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

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

This text has shadow with #8A71C8 primary color and red secondary color.


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

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

This text has shadow with #8A71C8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8A71C8.

Preview

Color preview on black background

This text has color #8A71C8 on black background.


Color preview on white background

This text has color #8A71C8 on white background.


Black color preview on #8A71C8 background

This text has black color on #8A71C8 background.


White color preview on #8A71C8 background

This text has white color on #8A71C8 background.


Related colors

Complementary color

Complementary color for #hex is #758E37.


I love getcolorcode.com

Triadic colors

1 #C88A71 and #71C88A with #8A71C8 are triadic colors.

2 #C8718A and #718AC8 with #8A71C8 are triadic colors.