COLOR #8A6182

HEX: #8A6182
RGB: (138,97,130)

Color info

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

RGB color model

#8A6182 color RGB value is (138,97,130).

  • red value is 138;
  • green value is 97;
  • blue value is 130.
RGB:
(138,97,130)
(54%,38%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 97 of 255 = 38%
B 130 of 255 = 51%

138
97
130

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

Portions of RGB colors in percentages

R + G + B =
138 + 97 + 130 = 365 (100%)
R 138 of 365 ~ 37.81%
G 97 of 365 ~ 26.58%
B 130 of 365 ~ 35.62%

%37.81
%26.58
%35.62

CMYK color model

#8A6182 color CMYK value is (0,30,6,46).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 5.80%
  • key color value is 45.88%
CMYK:
(0,30,6,46)
C0M30Y6K46 
(0%,30%,6%,46%)
(0.00/0.30/0.06/0.46)	

CMYK percentages

%0
%29.71
%5.8
%45.88

Codes

Color #8A6182 in popluar color models

8A6182
RGB13897130
HSL312°17.45%46.08%
HSB/HSV312°29.71%54.12%
CMYK0.00%29.71%5.80%
45.88%

Color #8A6182 in popluar number systems.

HEX8A6182
Decimal13897130
Binary10001010110000110000010
Octal212141202

Shades and tints

Shades of #8A6182

#8A6182
(138,97,130)
#7E5977
(126,89,119)
#72516C
(114,81,108)
#664961
(102,73,97)
#5A4156
(90,65,86)
#4E394B
(78,57,75)
#423140
(66,49,64)
#362935
(54,41,53)
#2A212A
(42,33,42)
#1E191F
(30,25,31)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8A6182

#8A6182
(138,97,130)
#946F8D
(148,111,141)
#9E7D98
(158,125,152)
#A88BA3
(168,139,163)
#B299AE
(178,153,174)
#BCA7B9
(188,167,185)
#C6B5C4
(198,181,196)
#D0C3CF
(208,195,207)
#DAD1DA
(218,209,218)
#E4DFE5
(228,223,229)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6182 color. Also use rgb(138,97,130) instead hex code.

Text Font Color

.myTextColor { color: #8A6182; }

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

This text font color is #8A6182.


Background Color

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

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

This div background color is #8A6182.


Border color

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

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

This div border color is #8A6182.


Opacity

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

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

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

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

This text has shadow with #8A6182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6182 on black background.


Color preview on white background

This text has color #8A6182 on white background.



Black color preview on #8A6182 background

This text has black color on #8A6182 background.


White color preview on #8A6182 background

This text has white color on #8A6182 background.