COLOR #8B70AF

HEX: #8B70AF RGB: (139,112,175)

Color info

#8B70AF contains mainly red and blue colors. Web safe color of #8B70AF is #996699 (or #969).

RGB color model

#8B70AF color RGB value is (139,112,175).

RGB: (139,112,175) (55%, 44%, 69%)

RGB channels and saturation

R 139 of 255 = 55%
G 112 of 255 = 44%
B 175 of 255 = 69%

139
112
175

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

Portions of RGB colors in percentages

R + G + B = 139 + 112 + 175 = 426 (100%)
R 139 of 426 ~ 32.63%
G 112 of 426 ~ 26.29%
B 175 of 426 ~ 41.08'%

%32.63
%26.29
%41.08

CMYK color model

#8B70AF color CMYK value is (21,36,0,31).

  • cyan value is 20.57%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (21,36,0,31) C21M36Y0K31 (21%,36%,0%,31%) (0.21/0.36/0.00/0.31) 

CMYK percentages

%20.57
%36
%0
%31.37

Codes

Color #8B70AF in popluar color models

8B 70 AF
RGB 139 112 175
HSL 266° 28.25% 56.27%
HSB/HSV 266° 36.00% 68.63%
CMYK 20.57% 36.00% 0.00%
31.37%

Color #8B70AF in popluar number systems.

HEX 8B 70 AF
Decimal 139 112 175
Binary 10001011 1110000 10101111
Octal 213 160 257

Shades and tints

Shades of #8B70AF

#8B70AF
(139,112,175)
#7F66A0
(127,102,160)
#735C91
(115,92,145)
#675282
(103,82,130)
#5B4873
(91,72,115)
#4F3E64
(79,62,100)
#433455
(67,52,85)
#372A46
(55,42,70)
#2B2037
(43,32,55)
#1F1628
(31,22,40)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #8B70AF

#8B70AF
(139,112,175)
#957DB6
(149,125,182)
#9F8ABD
(159,138,189)
#A997C4
(169,151,196)
#B3A4CB
(179,164,203)
#BDB1D2
(189,177,210)
#C7BED9
(199,190,217)
#D1CBE0
(209,203,224)
#DBD8E7
(219,216,231)
#E5E5EE
(229,229,238)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B70AF color. Also use rgb(139,112,175) instead hex code.

Text Font Color

.myTextColor { color: #8B70AF; }

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

This text font color is #8B70AF.

Background Color

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

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

This div background color is #8B70AF.

Border color

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

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

This div border color is #8B70AF.

Opacity

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

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

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

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

This text has shadow with #8B70AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B70AF.

Preview

Color preview on black background

This text has color #8B70AF on black background.


Color preview on white background

This text has color #8B70AF on white background.


Black color preview on #8B70AF background

This text has black color on #8B70AF background.


White color preview on #8B70AF background

This text has white color on #8B70AF background.


Related colors

Complementary color

Complementary color for #hex is #748F50.


I love getcolorcode.com

Triadic colors

1 #AF8B70 and #70AF8B with #8B70AF are triadic colors.

2 #AF708B and #708BAF with #8B70AF are triadic colors.