COLOR #8B68AA

HEX: #8B68AA RGB: (139,104,170)

Color info

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

RGB color model

#8B68AA color RGB value is (139,104,170).

RGB: (139,104,170) (55%, 41%, 67%)

RGB channels and saturation

R 139 of 255 = 55%
G 104 of 255 = 41%
B 170 of 255 = 67%

139
104
170

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

Portions of RGB colors in percentages

R + G + B = 139 + 104 + 170 = 413 (100%)
R 139 of 413 ~ 33.66%
G 104 of 413 ~ 25.18%
B 170 of 413 ~ 41.16'%

%33.66
%25.18
%41.16

CMYK color model

#8B68AA color CMYK value is (18,39,0,33).

  • cyan value is 18.24%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (18,39,0,33) C18M39Y0K33 (18%,39%,0%,33%) (0.18/0.39/0.00/0.33) 

CMYK percentages

%18.24
%38.82
%0
%33.33

Codes

Color #8B68AA in popluar color models

8B 68 AA
RGB 139 104 170
HSL 272° 27.97% 53.73%
HSB/HSV 272° 38.82% 66.67%
CMYK 18.24% 38.82% 0.00%
33.33%

Color #8B68AA in popluar number systems.

HEX 8B 68 AA
Decimal 139 104 170
Binary 10001011 1101000 10101010
Octal 213 150 252

Shades and tints

Shades of #8B68AA

#8B68AA
(139,104,170)
#7F5F9B
(127,95,155)
#73568C
(115,86,140)
#674D7D
(103,77,125)
#5B446E
(91,68,110)
#4F3B5F
(79,59,95)
#433250
(67,50,80)
#372941
(55,41,65)
#2B2032
(43,32,50)
#1F1723
(31,23,35)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #8B68AA

#8B68AA
(139,104,170)
#9575B1
(149,117,177)
#9F82B8
(159,130,184)
#A98FBF
(169,143,191)
#B39CC6
(179,156,198)
#BDA9CD
(189,169,205)
#C7B6D4
(199,182,212)
#D1C3DB
(209,195,219)
#DBD0E2
(219,208,226)
#E5DDE9
(229,221,233)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B68AA color. Also use rgb(139,104,170) instead hex code.

Text Font Color

.myTextColor { color: #8B68AA; }

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

This text font color is #8B68AA.

Background Color

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

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

This div background color is #8B68AA.

Border color

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

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

This div border color is #8B68AA.

Opacity

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

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

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

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

This text has shadow with #8B68AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B68AA.

Preview

Color preview on black background

This text has color #8B68AA on black background.


Color preview on white background

This text has color #8B68AA on white background.


Black color preview on #8B68AA background

This text has black color on #8B68AA background.


White color preview on #8B68AA background

This text has white color on #8B68AA background.


Related colors

Complementary color

Complementary color for #hex is #749755.


I love getcolorcode.com

Triadic colors

1 #AA8B68 and #68AA8B with #8B68AA are triadic colors.

2 #AA688B and #688BAA with #8B68AA are triadic colors.