COLOR #8B609F

HEX: #8B609F
RGB: (139,96,159)

Color info

#8B609F contains mainly red and blue colors. Web safe color of #8B609F is #996699 (or #969).

RGB color model

#8B609F color RGB value is (139,96,159).

  • red value is 139;
  • green value is 96;
  • blue value is 159.
RGB:
(139,96,159)
(55%,38%,62%)

RGB channels and saturation

R 139 of 255 = 55%
G 96 of 255 = 38%
B 159 of 255 = 62%

139
96
159

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

Portions of RGB colors in percentages

R + G + B =
139 + 96 + 159 = 394 (100%)
R 139 of 394 ~ 35.28%
G 96 of 394 ~ 24.37%
B 159 of 394 ~ 40.36%

%35.28
%24.37
%40.36

CMYK color model

#8B609F color CMYK value is (13,40,0,38).

  • cyan value is 12.58%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(13,40,0,38)
C13M40Y0K38 
(13%,40%,0%,38%)
(0.13/0.40/0.00/0.38)	

CMYK percentages

%12.58
%39.62
%0
%37.65

Codes

Color #8B609F in popluar color models

8B609F
RGB13996159
HSL281°24.71%50.00%
HSB/HSV281°39.62%62.35%
CMYK12.58%39.62%0.00%
37.65%

Color #8B609F in popluar number systems.

HEX8B609F
Decimal13996159
Binary10001011110000010011111
Octal213140237

Shades and tints

Shades of #8B609F

#8B609F
(139,96,159)
#7F5891
(127,88,145)
#735083
(115,80,131)
#674875
(103,72,117)
#5B4067
(91,64,103)
#4F3859
(79,56,89)
#43304B
(67,48,75)
#37283D
(55,40,61)
#2B202F
(43,32,47)
#1F1821
(31,24,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #8B609F

#8B609F
(139,96,159)
#956EA7
(149,110,167)
#9F7CAF
(159,124,175)
#A98AB7
(169,138,183)
#B398BF
(179,152,191)
#BDA6C7
(189,166,199)
#C7B4CF
(199,180,207)
#D1C2D7
(209,194,215)
#DBD0DF
(219,208,223)
#E5DEE7
(229,222,231)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B609F color. Also use rgb(139,96,159) instead hex code.

Text Font Color

.myTextColor { color: #8B609F; }

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

This text font color is #8B609F.


Background Color

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

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

This div background color is #8B609F.


Border color

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

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

This div border color is #8B609F.


Opacity

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

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

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

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

This text has shadow with #8B609F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B609F on black background.


Color preview on white background

This text has color #8B609F on white background.



Black color preview on #8B609F background

This text has black color on #8B609F background.


White color preview on #8B609F background

This text has white color on #8B609F background.