COLOR #8B608C

HEX: #8B608C RGB: (139,96,140)

Color info

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

RGB color model

#8B608C color RGB value is (139,96,140).

RGB: (139,96,140) (55%, 38%, 55%)

RGB channels and saturation

R 139 of 255 = 55%
G 96 of 255 = 38%
B 140 of 255 = 55%

139
96
140

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

Portions of RGB colors in percentages

R + G + B = 139 + 96 + 140 = 375 (100%)
R 139 of 375 ~ 37.07%
G 96 of 375 ~ 25.6%
B 140 of 375 ~ 37.33'%

%37.07
%25.6
%37.33

CMYK color model

#8B608C color CMYK value is (1,31,0,45).

  • cyan value is 0.71%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (1,31,0,45)
C1M31Y0K45 (1%, 31%, 0%, 45%)
(0.01 / 0.31 / 0.00 / 0.45)

CMYK percentages

%0.71
%31.43
%0
%45.1

Codes

Color #8B608C in popluar color models

8B 60 8C
RGB 139 96 140
HSL 299° 18.64% 46.27%
HSB/HSV 299° 31.43% 54.90%
CMYK 0.71% 31.43% 0.00%
45.10%

Color #8B608C in popluar number systems.

HEX 8B 60 8C
Decimal 139 96 140
Binary 10001011 1100000 10001100
Octal 213 140 214

Shades and tints

Shades of #8B608C

#8B608C
(139,96,140)
#7F5880
(127,88,128)
#735074
(115,80,116)
#674868
(103,72,104)
#5B405C
(91,64,92)
#4F3850
(79,56,80)
#433044
(67,48,68)
#372838
(55,40,56)
#2B202C
(43,32,44)
#1F1820
(31,24,32)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #8B608C

#8B608C
(139,96,140)
#956E96
(149,110,150)
#9F7CA0
(159,124,160)
#A98AAA
(169,138,170)
#B398B4
(179,152,180)
#BDA6BE
(189,166,190)
#C7B4C8
(199,180,200)
#D1C2D2
(209,194,210)
#DBD0DC
(219,208,220)
#E5DEE6
(229,222,230)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B608C; }

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

This text font color is #8B608C.

Background Color

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

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

This div background color is #8B608C.

Border color

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

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

This div border color is #8B608C.

Opacity

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

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

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

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

This text has shadow with #8B608C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B608C.

Preview

Color preview on black background

This text has color #8B608C on black background.


Color preview on white background

This text has color #8B608C on white background.


Black color preview on #8B608C background

This text has black color on #8B608C background.


White color preview on #8B608C background

This text has white color on #8B608C background.


Related colors

Complementary color

Complementary color for #hex is #749F73.


I love getcolorcode.com

Triadic colors

1 #8C8B60 and #608C8B with #8B608C are triadic colors.

2 #8C608B and #608B8C with #8B608C are triadic colors.