COLOR #8B609A

HEX: #8B609A RGB: (139,96,154)

Color info

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

RGB color model

#8B609A color RGB value is (139,96,154).

RGB: (139,96,154) (55%, 38%, 60%)

RGB channels and saturation

R 139 of 255 = 55%
G 96 of 255 = 38%
B 154 of 255 = 60%

139
96
154

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

Portions of RGB colors in percentages

R + G + B = 139 + 96 + 154 = 389 (100%)
R 139 of 389 ~ 35.73%
G 96 of 389 ~ 24.68%
B 154 of 389 ~ 39.59'%

%35.73
%24.68
%39.59

CMYK color model

#8B609A color CMYK value is (10,38,0,40).

  • cyan value is 9.74%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (10,38,0,40)
C10M38Y0K40 (10%, 38%, 0%, 40%)
(0.10 / 0.38 / 0.00 / 0.40)

CMYK percentages

%9.74
%37.66
%0
%39.61

Codes

Color #8B609A in popluar color models

8B 60 9A
RGB 139 96 154
HSL 284° 23.20% 49.02%
HSB/HSV 284° 37.66% 60.39%
CMYK 9.74% 37.66% 0.00%
39.61%

Color #8B609A in popluar number systems.

HEX 8B 60 9A
Decimal 139 96 154
Binary 10001011 1100000 10011010
Octal 213 140 232

Shades and tints

Shades of #8B609A

#8B609A
(139,96,154)
#7F588C
(127,88,140)
#73507E
(115,80,126)
#674870
(103,72,112)
#5B4062
(91,64,98)
#4F3854
(79,56,84)
#433046
(67,48,70)
#372838
(55,40,56)
#2B202A
(43,32,42)
#1F181C
(31,24,28)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8B609A

#8B609A
(139,96,154)
#956EA3
(149,110,163)
#9F7CAC
(159,124,172)
#A98AB5
(169,138,181)
#B398BE
(179,152,190)
#BDA6C7
(189,166,199)
#C7B4D0
(199,180,208)
#D1C2D9
(209,194,217)
#DBD0E2
(219,208,226)
#E5DEEB
(229,222,235)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B609A; }

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

This text font color is #8B609A.

Background Color

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

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

This div background color is #8B609A.

Border color

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

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

This div border color is #8B609A.

Opacity

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

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

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

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

This text has shadow with #8B609A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B609A.

Preview

Color preview on black background

This text has color #8B609A on black background.


Color preview on white background

This text has color #8B609A on white background.


Black color preview on #8B609A background

This text has black color on #8B609A background.


White color preview on #8B609A background

This text has white color on #8B609A background.


Related colors

Complementary color

Complementary color for #hex is #749F65.


I love getcolorcode.com

Triadic colors

1 #9A8B60 and #609A8B with #8B609A are triadic colors.

2 #9A608B and #608B9A with #8B609A are triadic colors.