COLOR #8A648B

HEX: #8A648B
RGB: (138,100,139)

Color info

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

RGB color model

#8A648B color RGB value is (138,100,139).

  • red value is 138;
  • green value is 100;
  • blue value is 139.
RGB:
(138,100,139)
(54%,39%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 100 of 255 = 39%
B 139 of 255 = 55%

138
100
139

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

Portions of RGB colors in percentages

R + G + B =
138 + 100 + 139 = 377 (100%)
R 138 of 377 ~ 36.6%
G 100 of 377 ~ 26.53%
B 139 of 377 ~ 36.87%

%36.6
%26.53
%36.87

CMYK color model

#8A648B color CMYK value is (1,28,0,45).

  • cyan value is 0.72%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(1,28,0,45)
C1M28Y0K45 
(1%,28%,0%,45%)
(0.01/0.28/0.00/0.45)	

CMYK percentages

%0.72
%28.06
%0
%45.49

Codes

Color #8A648B in popluar color models

8A648B
RGB138100139
HSL298°16.32%46.86%
HSB/HSV298°28.06%54.51%
CMYK0.72%28.06%0.00%
45.49%

Color #8A648B in popluar number systems.

HEX8A648B
Decimal138100139
Binary10001010110010010001011
Octal212144213

Shades and tints

Shades of #8A648B

#8A648B
(138,100,139)
#7E5B7F
(126,91,127)
#725273
(114,82,115)
#664967
(102,73,103)
#5A405B
(90,64,91)
#4E374F
(78,55,79)
#422E43
(66,46,67)
#362537
(54,37,55)
#2A1C2B
(42,28,43)
#1E131F
(30,19,31)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #8A648B

#8A648B
(138,100,139)
#947295
(148,114,149)
#9E809F
(158,128,159)
#A88EA9
(168,142,169)
#B29CB3
(178,156,179)
#BCAABD
(188,170,189)
#C6B8C7
(198,184,199)
#D0C6D1
(208,198,209)
#DAD4DB
(218,212,219)
#E4E2E5
(228,226,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A648B; }

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

This text font color is #8A648B.


Background Color

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

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

This div background color is #8A648B.


Border color

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

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

This div border color is #8A648B.


Opacity

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

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

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

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

This text has shadow with #8A648B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A648B on black background.


Color preview on white background

This text has color #8A648B on white background.



Black color preview on #8A648B background

This text has black color on #8A648B background.


White color preview on #8A648B background

This text has white color on #8A648B background.