COLOR #8B336B

HEX: #8B336B RGB: (139,51,107)

Color info

#8B336B contains mainly red and blue colors. Web safe color of #8B336B is #993366 (or #936).

RGB color model

#8B336B color RGB value is (139,51,107).

RGB: (139,51,107) (55%, 20%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 51 of 255 = 20%
B 107 of 255 = 42%

139
51
107

R + G + B ~ 39%. #8B336B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 51 + 107 = 297 (100%)
R 139 of 297 ~ 46.8%
G 51 of 297 ~ 17.17%
B 107 of 297 ~ 36.03'%

%46.8
%17.17
%36.03

CMYK color model

#8B336B color CMYK value is (0,63,23,45).

  • cyan value is 0.00%
  • magenta value is 63.31%
  • yellow value is 23.02%
  • key color value is 45.49%

CMYK: (0,63,23,45)
C0M63Y23K45 (0%, 63%, 23%, 45%)
(0.00 / 0.63 / 0.23 / 0.45)

CMYK percentages

%0
%63.31
%23.02
%45.49

Codes

Color #8B336B in popluar color models

8B 33 6B
RGB 139 51 107
HSL 322° 46.32% 37.25%
HSB/HSV 322° 63.31% 54.51%
CMYK 0.00% 63.31% 23.02%
45.49%

Color #8B336B in popluar number systems.

HEX 8B 33 6B
Decimal 139 51 107
Binary 10001011 110011 1101011
Octal 213 63 153

Shades and tints

Shades of #8B336B

#8B336B
(139,51,107)
#7F2F62
(127,47,98)
#732B59
(115,43,89)
#672750
(103,39,80)
#5B2347
(91,35,71)
#4F1F3E
(79,31,62)
#431B35
(67,27,53)
#37172C
(55,23,44)
#2B1323
(43,19,35)
#1F0F1A
(31,15,26)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #8B336B

#8B336B
(139,51,107)
#954578
(149,69,120)
#9F5785
(159,87,133)
#A96992
(169,105,146)
#B37B9F
(179,123,159)
#BD8DAC
(189,141,172)
#C79FB9
(199,159,185)
#D1B1C6
(209,177,198)
#DBC3D3
(219,195,211)
#E5D5E0
(229,213,224)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B336B color. Also use rgb(139,51,107) instead hex code.

Text Font Color

.myTextColor { color: #8B336B; }

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

This text font color is #8B336B.

Background Color

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

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

This div background color is #8B336B.

Border color

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

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

This div border color is #8B336B.

Opacity

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

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

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

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

This text has shadow with #8B336B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B336B.

Preview

Color preview on black background

This text has color #8B336B on black background.


Color preview on white background

This text has color #8B336B on white background.


Black color preview on #8B336B background

This text has black color on #8B336B background.


White color preview on #8B336B background

This text has white color on #8B336B background.


Related colors

Complementary color

Complementary color for #hex is #74CC94.


I love getcolorcode.com

Triadic colors

1 #6B8B33 and #336B8B with #8B336B are triadic colors.

2 #6B338B and #338B6B with #8B336B are triadic colors.