COLOR #8A68CE

HEX: #8A68CE RGB: (138,104,206)

Color info

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

RGB color model

#8A68CE color RGB value is (138,104,206).

RGB: (138,104,206) (54%, 41%, 81%)

RGB channels and saturation

R 138 of 255 = 54%
G 104 of 255 = 41%
B 206 of 255 = 81%

138
104
206

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

Portions of RGB colors in percentages

R + G + B = 138 + 104 + 206 = 448 (100%)
R 138 of 448 ~ 30.8%
G 104 of 448 ~ 23.21%
B 206 of 448 ~ 45.98'%

%30.8
%23.21
%45.98

CMYK color model

#8A68CE color CMYK value is (33,50,0,19).

  • cyan value is 33.01%
  • magenta value is 49.51%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (33,50,0,19)
C33M50Y0K19 (33%, 50%, 0%, 19%)
(0.33 / 0.50 / 0.00 / 0.19)

CMYK percentages

%33.01
%49.51
%0
%19.22

Codes

Color #8A68CE in popluar color models

8A 68 CE
RGB 138 104 206
HSL 260° 51.00% 60.78%
HSB/HSV 260° 49.51% 80.78%
CMYK 33.01% 49.51% 0.00%
19.22%

Color #8A68CE in popluar number systems.

HEX 8A 68 CE
Decimal 138 104 206
Binary 10001010 1101000 11001110
Octal 212 150 316

Shades and tints

Shades of #8A68CE

#8A68CE
(138,104,206)
#7E5FBC
(126,95,188)
#7256AA
(114,86,170)
#664D98
(102,77,152)
#5A4486
(90,68,134)
#4E3B74
(78,59,116)
#423262
(66,50,98)
#362950
(54,41,80)
#2A203E
(42,32,62)
#1E172C
(30,23,44)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #8A68CE

#8A68CE
(138,104,206)
#9475D2
(148,117,210)
#9E82D6
(158,130,214)
#A88FDA
(168,143,218)
#B29CDE
(178,156,222)
#BCA9E2
(188,169,226)
#C6B6E6
(198,182,230)
#D0C3EA
(208,195,234)
#DAD0EE
(218,208,238)
#E4DDF2
(228,221,242)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A68CE; }

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

This text font color is #8A68CE.

Background Color

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

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

This div background color is #8A68CE.

Border color

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

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

This div border color is #8A68CE.

Opacity

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

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

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

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

This text has shadow with #8A68CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A68CE.

Preview

Color preview on black background

This text has color #8A68CE on black background.


Color preview on white background

This text has color #8A68CE on white background.


Black color preview on #8A68CE background

This text has black color on #8A68CE background.


White color preview on #8A68CE background

This text has white color on #8A68CE background.


Related colors

Complementary color

Complementary color for #hex is #759731.


I love getcolorcode.com

Triadic colors

1 #CE8A68 and #68CE8A with #8A68CE are triadic colors.

2 #CE688A and #688ACE with #8A68CE are triadic colors.