COLOR #8B6488

HEX: #8B6488
RGB: (139,100,136)

Color info

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

RGB color model

#8B6488 color RGB value is (139,100,136).

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

RGB channels and saturation

R 139 of 255 = 55%
G 100 of 255 = 39%
B 136 of 255 = 53%

139
100
136

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

Portions of RGB colors in percentages

R + G + B =
139 + 100 + 136 = 375 (100%)
R 139 of 375 ~ 37.07%
G 100 of 375 ~ 26.67%
B 136 of 375 ~ 36.27%

%37.07
%26.67
%36.27

CMYK color model

#8B6488 color CMYK value is (0,28,2,45).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 2.16%
  • key color value is 45.49%
CMYK:
(0,28,2,45)
C0M28Y2K45 
(0%,28%,2%,45%)
(0.00/0.28/0.02/0.45)	

CMYK percentages

%0
%28.06
%2.16
%45.49

Codes

Color #8B6488 in popluar color models

8B6488
RGB139100136
HSL305°16.32%46.86%
HSB/HSV305°28.06%54.51%
CMYK0.00%28.06%2.16%
45.49%

Color #8B6488 in popluar number systems.

HEX8B6488
Decimal139100136
Binary10001011110010010001000
Octal213144210

Shades and tints

Shades of #8B6488

#8B6488
(139,100,136)
#7F5B7C
(127,91,124)
#735270
(115,82,112)
#674964
(103,73,100)
#5B4058
(91,64,88)
#4F374C
(79,55,76)
#432E40
(67,46,64)
#372534
(55,37,52)
#2B1C28
(43,28,40)
#1F131C
(31,19,28)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #8B6488

#8B6488
(139,100,136)
#957292
(149,114,146)
#9F809C
(159,128,156)
#A98EA6
(169,142,166)
#B39CB0
(179,156,176)
#BDAABA
(189,170,186)
#C7B8C4
(199,184,196)
#D1C6CE
(209,198,206)
#DBD4D8
(219,212,216)
#E5E2E2
(229,226,226)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6488; }

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

This text font color is #8B6488.


Background Color

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

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

This div background color is #8B6488.


Border color

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

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

This div border color is #8B6488.


Opacity

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

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

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

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

This text has shadow with #8B6488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6488 on black background.


Color preview on white background

This text has color #8B6488 on white background.



Black color preview on #8B6488 background

This text has black color on #8B6488 background.


White color preview on #8B6488 background

This text has white color on #8B6488 background.