COLOR #8A6F88

HEX: #8A6F88
RGB: (138,111,136)

Color info

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

RGB color model

#8A6F88 color RGB value is (138,111,136).

  • red value is 138;
  • green value is 111;
  • blue value is 136.
RGB:
(138,111,136)
(54%,44%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 111 of 255 = 44%
B 136 of 255 = 53%

138
111
136

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

Portions of RGB colors in percentages

R + G + B =
138 + 111 + 136 = 385 (100%)
R 138 of 385 ~ 35.84%
G 111 of 385 ~ 28.83%
B 136 of 385 ~ 35.32%

%35.84
%28.83
%35.32

CMYK color model

#8A6F88 color CMYK value is (0,20,1,46).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 1.45%
  • key color value is 45.88%
CMYK:
(0,20,1,46)
C0M20Y1K46 
(0%,20%,1%,46%)
(0.00/0.20/0.01/0.46)	

CMYK percentages

%0
%19.57
%1.45
%45.88

Codes

Color #8A6F88 in popluar color models

8A6F88
RGB138111136
HSL304°10.84%48.82%
HSB/HSV304°19.57%54.12%
CMYK0.00%19.57%1.45%
45.88%

Color #8A6F88 in popluar number systems.

HEX8A6F88
Decimal138111136
Binary10001010110111110001000
Octal212157210

Shades and tints

Shades of #8A6F88

#8A6F88
(138,111,136)
#7E657C
(126,101,124)
#725B70
(114,91,112)
#665164
(102,81,100)
#5A4758
(90,71,88)
#4E3D4C
(78,61,76)
#423340
(66,51,64)
#362934
(54,41,52)
#2A1F28
(42,31,40)
#1E151C
(30,21,28)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #8A6F88

#8A6F88
(138,111,136)
#947C92
(148,124,146)
#9E899C
(158,137,156)
#A896A6
(168,150,166)
#B2A3B0
(178,163,176)
#BCB0BA
(188,176,186)
#C6BDC4
(198,189,196)
#D0CACE
(208,202,206)
#DAD7D8
(218,215,216)
#E4E4E2
(228,228,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6F88 color. Also use rgb(138,111,136) instead hex code.

Text Font Color

.myTextColor { color: #8A6F88; }

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

This text font color is #8A6F88.


Background Color

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

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

This div background color is #8A6F88.


Border color

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

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

This div border color is #8A6F88.


Opacity

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

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

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

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

This text has shadow with #8A6F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6F88 on black background.


Color preview on white background

This text has color #8A6F88 on white background.



Black color preview on #8A6F88 background

This text has black color on #8A6F88 background.


White color preview on #8A6F88 background

This text has white color on #8A6F88 background.