COLOR #8A6C90

HEX: #8A6C90
RGB: (138,108,144)

Color info

#8A6C90 contains red, green and blue colors in about the same proportion. Web safe color of #8A6C90 is #996699 (or #969).

RGB color model

#8A6C90 color RGB value is (138,108,144).

  • red value is 138;
  • green value is 108;
  • blue value is 144.
RGB:
(138,108,144)
(54%,42%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 108 of 255 = 42%
B 144 of 255 = 56%

138
108
144

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

Portions of RGB colors in percentages

R + G + B =
138 + 108 + 144 = 390 (100%)
R 138 of 390 ~ 35.38%
G 108 of 390 ~ 27.69%
B 144 of 390 ~ 36.92%

%35.38
%27.69
%36.92

CMYK color model

#8A6C90 color CMYK value is (4,25,0,44).

  • cyan value is 4.17%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(4,25,0,44)
C4M25Y0K44 
(4%,25%,0%,44%)
(0.04/0.25/0.00/0.44)	

CMYK percentages

%4.17
%25
%0
%43.53

Codes

Color #8A6C90 in popluar color models

8A6C90
RGB138108144
HSL290°14.29%49.41%
HSB/HSV290°25.00%56.47%
CMYK4.17%25.00%0.00%
43.53%

Color #8A6C90 in popluar number systems.

HEX8A6C90
Decimal138108144
Binary10001010110110010010000
Octal212154220

Shades and tints

Shades of #8A6C90

#8A6C90
(138,108,144)
#7E6383
(126,99,131)
#725A76
(114,90,118)
#665169
(102,81,105)
#5A485C
(90,72,92)
#4E3F4F
(78,63,79)
#423642
(66,54,66)
#362D35
(54,45,53)
#2A2428
(42,36,40)
#1E1B1B
(30,27,27)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #8A6C90

#8A6C90
(138,108,144)
#94799A
(148,121,154)
#9E86A4
(158,134,164)
#A893AE
(168,147,174)
#B2A0B8
(178,160,184)
#BCADC2
(188,173,194)
#C6BACC
(198,186,204)
#D0C7D6
(208,199,214)
#DAD4E0
(218,212,224)
#E4E1EA
(228,225,234)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6C90 color. Also use rgb(138,108,144) instead hex code.

Text Font Color

.myTextColor { color: #8A6C90; }

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

This text font color is #8A6C90.


Background Color

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

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

This div background color is #8A6C90.


Border color

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

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

This div border color is #8A6C90.


Opacity

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

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

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

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

This text has shadow with #8A6C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6C90 on black background.


Color preview on white background

This text has color #8A6C90 on white background.



Black color preview on #8A6C90 background

This text has black color on #8A6C90 background.


White color preview on #8A6C90 background

This text has white color on #8A6C90 background.