COLOR #8B6599

HEX: #8B6599
RGB: (139,101,153)

Color info

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

RGB color model

#8B6599 color RGB value is (139,101,153).

  • red value is 139;
  • green value is 101;
  • blue value is 153.
RGB:
(139,101,153)
(55%,40%,60%)

RGB channels and saturation

R 139 of 255 = 55%
G 101 of 255 = 40%
B 153 of 255 = 60%

139
101
153

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

Portions of RGB colors in percentages

R + G + B =
139 + 101 + 153 = 393 (100%)
R 139 of 393 ~ 35.37%
G 101 of 393 ~ 25.7%
B 153 of 393 ~ 38.93%

%35.37
%25.7
%38.93

CMYK color model

#8B6599 color CMYK value is (9,34,0,40).

  • cyan value is 9.15%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(9,34,0,40)
C9M34Y0K40 
(9%,34%,0%,40%)
(0.09/0.34/0.00/0.40)	

CMYK percentages

%9.15
%33.99
%0
%40

Codes

Color #8B6599 in popluar color models

8B6599
RGB139101153
HSL284°20.47%49.80%
HSB/HSV284°33.99%60.00%
CMYK9.15%33.99%0.00%
40.00%

Color #8B6599 in popluar number systems.

HEX8B6599
Decimal139101153
Binary10001011110010110011001
Octal213145231

Shades and tints

Shades of #8B6599

#8B6599
(139,101,153)
#7F5C8C
(127,92,140)
#73537F
(115,83,127)
#674A72
(103,74,114)
#5B4165
(91,65,101)
#4F3858
(79,56,88)
#432F4B
(67,47,75)
#37263E
(55,38,62)
#2B1D31
(43,29,49)
#1F1424
(31,20,36)
#130B17
(19,11,23)
#000000
(0,0,0)

Tints of #8B6599

#8B6599
(139,101,153)
#9573A2
(149,115,162)
#9F81AB
(159,129,171)
#A98FB4
(169,143,180)
#B39DBD
(179,157,189)
#BDABC6
(189,171,198)
#C7B9CF
(199,185,207)
#D1C7D8
(209,199,216)
#DBD5E1
(219,213,225)
#E5E3EA
(229,227,234)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6599 color. Also use rgb(139,101,153) instead hex code.

Text Font Color

.myTextColor { color: #8B6599; }

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

This text font color is #8B6599.


Background Color

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

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

This div background color is #8B6599.


Border color

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

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

This div border color is #8B6599.


Opacity

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

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

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

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

This text has shadow with #8B6599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6599 on black background.


Color preview on white background

This text has color #8B6599 on white background.



Black color preview on #8B6599 background

This text has black color on #8B6599 background.


White color preview on #8B6599 background

This text has white color on #8B6599 background.