COLOR #8B628B

HEX: #8B628B
RGB: (139,98,139)

Color info

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

RGB color model

#8B628B color RGB value is (139,98,139).

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

RGB channels and saturation

R 139 of 255 = 55%
G 98 of 255 = 38%
B 139 of 255 = 55%

139
98
139

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

Portions of RGB colors in percentages

R + G + B =
139 + 98 + 139 = 376 (100%)
R 139 of 376 ~ 36.97%
G 98 of 376 ~ 26.06%
B 139 of 376 ~ 36.97%

%36.97
%26.06
%36.97

CMYK color model

#8B628B color CMYK value is (0,29,0,45).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(0,29,0,45)
C0M29Y0K45 
(0%,29%,0%,45%)
(0.00/0.29/0.00/0.45)	

CMYK percentages

%0
%29.5
%0
%45.49

Codes

Color #8B628B in popluar color models

8B628B
RGB13998139
HSL300°17.30%46.47%
HSB/HSV300°29.50%54.51%
CMYK0.00%29.50%0.00%
45.49%

Color #8B628B in popluar number systems.

HEX8B628B
Decimal13998139
Binary10001011110001010001011
Octal213142213

Shades and tints

Shades of #8B628B

#8B628B
(139,98,139)
#7F5A7F
(127,90,127)
#735273
(115,82,115)
#674A67
(103,74,103)
#5B425B
(91,66,91)
#4F3A4F
(79,58,79)
#433243
(67,50,67)
#372A37
(55,42,55)
#2B222B
(43,34,43)
#1F1A1F
(31,26,31)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #8B628B

#8B628B
(139,98,139)
#957095
(149,112,149)
#9F7E9F
(159,126,159)
#A98CA9
(169,140,169)
#B39AB3
(179,154,179)
#BDA8BD
(189,168,189)
#C7B6C7
(199,182,199)
#D1C4D1
(209,196,209)
#DBD2DB
(219,210,219)
#E5E0E5
(229,224,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B628B; }

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

This text font color is #8B628B.


Background Color

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

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

This div background color is #8B628B.


Border color

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

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

This div border color is #8B628B.


Opacity

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

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

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

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

This text has shadow with #8B628B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B628B on black background.


Color preview on white background

This text has color #8B628B on white background.



Black color preview on #8B628B background

This text has black color on #8B628B background.


White color preview on #8B628B background

This text has white color on #8B628B background.