COLOR #8A68BB

HEX: #8A68BB RGB: (138,104,187)

Color info

#8A68BB contains mainly red and blue colors. Web safe color of #8A68BB is #9966CC (or #96C).

RGB color model

#8A68BB color RGB value is (138,104,187).

RGB: (138,104,187) (54%, 41%, 73%)

RGB channels and saturation

R 138 of 255 = 54%
G 104 of 255 = 41%
B 187 of 255 = 73%

138
104
187

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

Portions of RGB colors in percentages

R + G + B = 138 + 104 + 187 = 429 (100%)
R 138 of 429 ~ 32.17%
G 104 of 429 ~ 24.24%
B 187 of 429 ~ 43.59'%

%32.17
%24.24
%43.59

CMYK color model

#8A68BB color CMYK value is (26,44,0,27).

  • cyan value is 26.20%
  • magenta value is 44.39%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (26,44,0,27)
C26M44Y0K27 (26%, 44%, 0%, 27%)
(0.26 / 0.44 / 0.00 / 0.27)

CMYK percentages

%26.2
%44.39
%0
%26.67

Codes

Color #8A68BB in popluar color models

8A 68 BB
RGB 138 104 187
HSL 265° 37.90% 57.06%
HSB/HSV 265° 44.39% 73.33%
CMYK 26.20% 44.39% 0.00%
26.67%

Color #8A68BB in popluar number systems.

HEX 8A 68 BB
Decimal 138 104 187
Binary 10001010 1101000 10111011
Octal 212 150 273

Shades and tints

Shades of #8A68BB

#8A68BB
(138,104,187)
#7E5FAA
(126,95,170)
#725699
(114,86,153)
#664D88
(102,77,136)
#5A4477
(90,68,119)
#4E3B66
(78,59,102)
#423255
(66,50,85)
#362944
(54,41,68)
#2A2033
(42,32,51)
#1E1722
(30,23,34)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #8A68BB

#8A68BB
(138,104,187)
#9475C1
(148,117,193)
#9E82C7
(158,130,199)
#A88FCD
(168,143,205)
#B29CD3
(178,156,211)
#BCA9D9
(188,169,217)
#C6B6DF
(198,182,223)
#D0C3E5
(208,195,229)
#DAD0EB
(218,208,235)
#E4DDF1
(228,221,241)
#EEEAF7
(238,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A68BB color. Also use rgb(138,104,187) instead hex code.

Text Font Color

.myTextColor { color: #8A68BB; }

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

This text font color is #8A68BB.

Background Color

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

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

This div background color is #8A68BB.

Border color

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

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

This div border color is #8A68BB.

Opacity

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

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

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

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

This text has shadow with #8A68BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A68BB.

Preview

Color preview on black background

This text has color #8A68BB on black background.


Color preview on white background

This text has color #8A68BB on white background.


Black color preview on #8A68BB background

This text has black color on #8A68BB background.


White color preview on #8A68BB background

This text has white color on #8A68BB background.


Related colors

Complementary color

Complementary color for #hex is #759744.


I love getcolorcode.com

Triadic colors

1 #BB8A68 and #68BB8A with #8A68BB are triadic colors.

2 #BB688A and #688ABB with #8A68BB are triadic colors.