COLOR #8A71CB

HEX: #8A71CB RGB: (138,113,203)

Color info

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

RGB color model

#8A71CB color RGB value is (138,113,203).

RGB: (138,113,203) (54%, 44%, 80%)

RGB channels and saturation

R 138 of 255 = 54%
G 113 of 255 = 44%
B 203 of 255 = 80%

138
113
203

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

Portions of RGB colors in percentages

R + G + B = 138 + 113 + 203 = 454 (100%)
R 138 of 454 ~ 30.4%
G 113 of 454 ~ 24.89%
B 203 of 454 ~ 44.71'%

%30.4
%24.89
%44.71

CMYK color model

#8A71CB color CMYK value is (32,44,0,20).

  • cyan value is 32.02%
  • magenta value is 44.33%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (32,44,0,20)
C32M44Y0K20 (32%, 44%, 0%, 20%)
(0.32 / 0.44 / 0.00 / 0.20)

CMYK percentages

%32.02
%44.33
%0
%20.39

Codes

Color #8A71CB in popluar color models

8A 71 CB
RGB 138 113 203
HSL 257° 46.39% 61.96%
HSB/HSV 257° 44.33% 79.61%
CMYK 32.02% 44.33% 0.00%
20.39%

Color #8A71CB in popluar number systems.

HEX 8A 71 CB
Decimal 138 113 203
Binary 10001010 1110001 11001011
Octal 212 161 313

Shades and tints

Shades of #8A71CB

#8A71CB
(138,113,203)
#7E67B9
(126,103,185)
#725DA7
(114,93,167)
#665395
(102,83,149)
#5A4983
(90,73,131)
#4E3F71
(78,63,113)
#42355F
(66,53,95)
#362B4D
(54,43,77)
#2A213B
(42,33,59)
#1E1729
(30,23,41)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #8A71CB

#8A71CB
(138,113,203)
#947DCF
(148,125,207)
#9E89D3
(158,137,211)
#A895D7
(168,149,215)
#B2A1DB
(178,161,219)
#BCADDF
(188,173,223)
#C6B9E3
(198,185,227)
#D0C5E7
(208,197,231)
#DAD1EB
(218,209,235)
#E4DDEF
(228,221,239)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A71CB; }

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

This text font color is #8A71CB.

Background Color

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

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

This div background color is #8A71CB.

Border color

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

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

This div border color is #8A71CB.

Opacity

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

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

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

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

This text has shadow with #8A71CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A71CB.

Preview

Color preview on black background

This text has color #8A71CB on black background.


Color preview on white background

This text has color #8A71CB on white background.


Black color preview on #8A71CB background

This text has black color on #8A71CB background.


White color preview on #8A71CB background

This text has white color on #8A71CB background.


Related colors

Complementary color

Complementary color for #hex is #758E34.


I love getcolorcode.com

Triadic colors

1 #CB8A71 and #71CB8A with #8A71CB are triadic colors.

2 #CB718A and #718ACB with #8A71CB are triadic colors.