COLOR #8A68AA

HEX: #8A68AA
RGB: (138,104,170)

Color info

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

RGB color model

#8A68AA color RGB value is (138,104,170).

  • red value is 138;
  • green value is 104;
  • blue value is 170.
RGB:
(138,104,170)
(54%,41%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 104 of 255 = 41%
B 170 of 255 = 67%

138
104
170

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

Portions of RGB colors in percentages

R + G + B =
138 + 104 + 170 = 412 (100%)
R 138 of 412 ~ 33.5%
G 104 of 412 ~ 25.24%
B 170 of 412 ~ 41.26%

%33.5
%25.24
%41.26

CMYK color model

#8A68AA color CMYK value is (19,39,0,33).

  • cyan value is 18.82%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(19,39,0,33)
C19M39Y0K33 
(19%,39%,0%,33%)
(0.19/0.39/0.00/0.33)	

CMYK percentages

%18.82
%38.82
%0
%33.33

Codes

Color #8A68AA in popluar color models

8A68AA
RGB138104170
HSL271°27.97%53.73%
HSB/HSV271°38.82%66.67%
CMYK18.82%38.82%0.00%
33.33%

Color #8A68AA in popluar number systems.

HEX8A68AA
Decimal138104170
Binary10001010110100010101010
Octal212150252

Shades and tints

Shades of #8A68AA

#8A68AA
(138,104,170)
#7E5F9B
(126,95,155)
#72568C
(114,86,140)
#664D7D
(102,77,125)
#5A446E
(90,68,110)
#4E3B5F
(78,59,95)
#423250
(66,50,80)
#362941
(54,41,65)
#2A2032
(42,32,50)
#1E1723
(30,23,35)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #8A68AA

#8A68AA
(138,104,170)
#9475B1
(148,117,177)
#9E82B8
(158,130,184)
#A88FBF
(168,143,191)
#B29CC6
(178,156,198)
#BCA9CD
(188,169,205)
#C6B6D4
(198,182,212)
#D0C3DB
(208,195,219)
#DAD0E2
(218,208,226)
#E4DDE9
(228,221,233)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A68AA; }

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

This text font color is #8A68AA.


Background Color

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

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

This div background color is #8A68AA.


Border color

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

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

This div border color is #8A68AA.


Opacity

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

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

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

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

This text has shadow with #8A68AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A68AA on black background.


Color preview on white background

This text has color #8A68AA on white background.



Black color preview on #8A68AA background

This text has black color on #8A68AA background.


White color preview on #8A68AA background

This text has white color on #8A68AA background.