COLOR #8A6488

HEX: #8A6488 RGB: (138,100,136)

Color info

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

RGB color model

#8A6488 color RGB value is (138,100,136).

RGB: (138,100,136) (54%, 39%, 53%)

RGB channels and saturation

R 138 of 255 = 54%
G 100 of 255 = 39%
B 136 of 255 = 53%

138
100
136

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

Portions of RGB colors in percentages

R + G + B = 138 + 100 + 136 = 374 (100%)
R 138 of 374 ~ 36.9%
G 100 of 374 ~ 26.74%
B 136 of 374 ~ 36.36'%

%36.9
%26.74
%36.36

CMYK color model

#8A6488 color CMYK value is (0,28,1,46).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 1.45%
  • key color value is 45.88%

CMYK: (0,28,1,46)
C0M28Y1K46 (0%, 28%, 1%, 46%)
(0.00 / 0.28 / 0.01 / 0.46)

CMYK percentages

%0
%27.54
%1.45
%45.88

Codes

Color #8A6488 in popluar color models

8A 64 88
RGB 138 100 136
HSL 303° 15.97% 46.67%
HSB/HSV 303° 27.54% 54.12%
CMYK 0.00% 27.54% 1.45%
45.88%

Color #8A6488 in popluar number systems.

HEX 8A 64 88
Decimal 138 100 136
Binary 10001010 1100100 10001000
Octal 212 144 210

Shades and tints

Shades of #8A6488

#8A6488
(138,100,136)
#7E5B7C
(126,91,124)
#725270
(114,82,112)
#664964
(102,73,100)
#5A4058
(90,64,88)
#4E374C
(78,55,76)
#422E40
(66,46,64)
#362534
(54,37,52)
#2A1C28
(42,28,40)
#1E131C
(30,19,28)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #8A6488

#8A6488
(138,100,136)
#947292
(148,114,146)
#9E809C
(158,128,156)
#A88EA6
(168,142,166)
#B29CB0
(178,156,176)
#BCAABA
(188,170,186)
#C6B8C4
(198,184,196)
#D0C6CE
(208,198,206)
#DAD4D8
(218,212,216)
#E4E2E2
(228,226,226)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6488; }

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

This text font color is #8A6488.

Background Color

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

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

This div background color is #8A6488.

Border color

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

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

This div border color is #8A6488.

Opacity

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

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

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

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

This text has shadow with #8A6488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6488.

Preview

Color preview on black background

This text has color #8A6488 on black background.


Color preview on white background

This text has color #8A6488 on white background.


Black color preview on #8A6488 background

This text has black color on #8A6488 background.


White color preview on #8A6488 background

This text has white color on #8A6488 background.


Related colors

Complementary color

Complementary color for #hex is #759B77.


I love getcolorcode.com

Triadic colors

1 #888A64 and #64888A with #8A6488 are triadic colors.

2 #88648A and #648A88 with #8A6488 are triadic colors.