COLOR #8A7A92

HEX: #8A7A92
RGB: (138,122,146)

Color info

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

RGB color model

#8A7A92 color RGB value is (138,122,146).

  • red value is 138;
  • green value is 122;
  • blue value is 146.
RGB:
(138,122,146)
(54%,48%,57%)

RGB channels and saturation

R 138 of 255 = 54%
G 122 of 255 = 48%
B 146 of 255 = 57%

138
122
146

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

Portions of RGB colors in percentages

R + G + B =
138 + 122 + 146 = 406 (100%)
R 138 of 406 ~ 33.99%
G 122 of 406 ~ 30.05%
B 146 of 406 ~ 35.96%

%33.99
%30.05
%35.96

CMYK color model

#8A7A92 color CMYK value is (5,16,0,43).

  • cyan value is 5.48%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(5,16,0,43)
C5M16Y0K43 
(5%,16%,0%,43%)
(0.05/0.16/0.00/0.43)	

CMYK percentages

%5.48
%16.44
%0
%42.75

Codes

Color #8A7A92 in popluar color models

8A7A92
RGB138122146
HSL280°9.92%52.55%
HSB/HSV280°16.44%57.25%
CMYK5.48%16.44%0.00%
42.75%

Color #8A7A92 in popluar number systems.

HEX8A7A92
Decimal138122146
Binary10001010111101010010010
Octal212172222

Shades and tints

Shades of #8A7A92

#8A7A92
(138,122,146)
#7E6F85
(126,111,133)
#726478
(114,100,120)
#66596B
(102,89,107)
#5A4E5E
(90,78,94)
#4E4351
(78,67,81)
#423844
(66,56,68)
#362D37
(54,45,55)
#2A222A
(42,34,42)
#1E171D
(30,23,29)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #8A7A92

#8A7A92
(138,122,146)
#94869B
(148,134,155)
#9E92A4
(158,146,164)
#A89EAD
(168,158,173)
#B2AAB6
(178,170,182)
#BCB6BF
(188,182,191)
#C6C2C8
(198,194,200)
#D0CED1
(208,206,209)
#DADADA
(218,218,218)
#E4E6E3
(228,230,227)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7A92 color. Also use rgb(138,122,146) instead hex code.

Text Font Color

.myTextColor { color: #8A7A92; }

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

This text font color is #8A7A92.


Background Color

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

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

This div background color is #8A7A92.


Border color

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

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

This div border color is #8A7A92.


Opacity

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

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

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

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

This text has shadow with #8A7A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7A92 on black background.


Color preview on white background

This text has color #8A7A92 on white background.



Black color preview on #8A7A92 background

This text has black color on #8A7A92 background.


White color preview on #8A7A92 background

This text has white color on #8A7A92 background.