COLOR #8A66EE

HEX: #8A66EE
RGB: (138,102,238)

Color info

#8A66EE contains mainly blue color. Web safe color of #8A66EE is #9966FF (or #96F).

RGB color model

#8A66EE color RGB value is (138,102,238).

  • red value is 138;
  • green value is 102;
  • blue value is 238.
RGB:
(138,102,238)
(54%,40%,93%)

RGB channels and saturation

R 138 of 255 = 54%
G 102 of 255 = 40%
B 238 of 255 = 93%

138
102
238

R + G + B ~ 62%. #8A66EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 102 + 238 = 478 (100%)
R 138 of 478 ~ 28.87%
G 102 of 478 ~ 21.34%
B 238 of 478 ~ 49.79%

%28.87
%21.34
%49.79

CMYK color model

#8A66EE color CMYK value is (42,57,0,7).

  • cyan value is 42.02%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(42,57,0,7)
C42M57Y0K7 
(42%,57%,0%,7%)
(0.42/0.57/0.00/0.07)	

CMYK percentages

%42.02
%57.14
%0
%6.67

Codes

Color #8A66EE in popluar color models

8A66EE
RGB138102238
HSL256°80.00%66.67%
HSB/HSV256°57.14%93.33%
CMYK42.02%57.14%0.00%
6.67%

Color #8A66EE in popluar number systems.

HEX8A66EE
Decimal138102238
Binary10001010110011011101110
Octal212146356

Shades and tints

Shades of #8A66EE

#8A66EE
(138,102,238)
#7E5DD9
(126,93,217)
#7254C4
(114,84,196)
#664BAF
(102,75,175)
#5A429A
(90,66,154)
#4E3985
(78,57,133)
#423070
(66,48,112)
#36275B
(54,39,91)
#2A1E46
(42,30,70)
#1E1531
(30,21,49)
#120C1C
(18,12,28)
#000000
(0,0,0)

Tints of #8A66EE

#8A66EE
(138,102,238)
#9473EF
(148,115,239)
#9E80F0
(158,128,240)
#A88DF1
(168,141,241)
#B29AF2
(178,154,242)
#BCA7F3
(188,167,243)
#C6B4F4
(198,180,244)
#D0C1F5
(208,193,245)
#DACEF6
(218,206,246)
#E4DBF7
(228,219,247)
#EEE8F8
(238,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A66EE color. Also use rgb(138,102,238) instead hex code.

Text Font Color

.myTextColor { color: #8A66EE; }

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

This text font color is #8A66EE.


Background Color

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

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

This div background color is #8A66EE.


Border color

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

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

This div border color is #8A66EE.


Opacity

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

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

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

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

This text has shadow with #8A66EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A66EE on black background.


Color preview on white background

This text has color #8A66EE on white background.



Black color preview on #8A66EE background

This text has black color on #8A66EE background.


White color preview on #8A66EE background

This text has white color on #8A66EE background.