COLOR #8A81CF

HEX: #8A81CF
RGB: (138,129,207)

Color info

#8A81CF contains mainly blue color. Web safe color of #8A81CF is #9999CC (or #99C).

RGB color model

#8A81CF color RGB value is (138,129,207).

  • red value is 138;
  • green value is 129;
  • blue value is 207.
RGB:
(138,129,207)
(54%,51%,81%)

RGB channels and saturation

R 138 of 255 = 54%
G 129 of 255 = 51%
B 207 of 255 = 81%

138
129
207

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

Portions of RGB colors in percentages

R + G + B =
138 + 129 + 207 = 474 (100%)
R 138 of 474 ~ 29.11%
G 129 of 474 ~ 27.22%
B 207 of 474 ~ 43.67%

%29.11
%27.22
%43.67

CMYK color model

#8A81CF color CMYK value is (33,38,0,19).

  • cyan value is 33.33%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(33,38,0,19)
C33M38Y0K19 
(33%,38%,0%,19%)
(0.33/0.38/0.00/0.19)	

CMYK percentages

%33.33
%37.68
%0
%18.82

Codes

Color #8A81CF in popluar color models

8A81CF
RGB138129207
HSL247°44.83%65.88%
HSB/HSV247°37.68%81.18%
CMYK33.33%37.68%0.00%
18.82%

Color #8A81CF in popluar number systems.

HEX8A81CF
Decimal138129207
Binary100010101000000111001111
Octal212201317

Shades and tints

Shades of #8A81CF

#8A81CF
(138,129,207)
#7E76BD
(126,118,189)
#726BAB
(114,107,171)
#666099
(102,96,153)
#5A5587
(90,85,135)
#4E4A75
(78,74,117)
#423F63
(66,63,99)
#363451
(54,52,81)
#2A293F
(42,41,63)
#1E1E2D
(30,30,45)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #8A81CF

#8A81CF
(138,129,207)
#948CD3
(148,140,211)
#9E97D7
(158,151,215)
#A8A2DB
(168,162,219)
#B2ADDF
(178,173,223)
#BCB8E3
(188,184,227)
#C6C3E7
(198,195,231)
#D0CEEB
(208,206,235)
#DAD9EF
(218,217,239)
#E4E4F3
(228,228,243)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A81CF color. Also use rgb(138,129,207) instead hex code.

Text Font Color

.myTextColor { color: #8A81CF; }

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

This text font color is #8A81CF.


Background Color

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

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

This div background color is #8A81CF.


Border color

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

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

This div border color is #8A81CF.


Opacity

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

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

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

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

This text has shadow with #8A81CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A81CF on black background.


Color preview on white background

This text has color #8A81CF on white background.



Black color preview on #8A81CF background

This text has black color on #8A81CF background.


White color preview on #8A81CF background

This text has white color on #8A81CF background.