COLOR #9B639B

HEX: #9B639B
RGB: (155,99,155)

Color info

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

RGB color model

#9B639B color RGB value is (155,99,155).

  • red value is 155;
  • green value is 99;
  • blue value is 155.
RGB:
(155,99,155)
(61%,39%,61%)

RGB channels and saturation

R 155 of 255 = 61%
G 99 of 255 = 39%
B 155 of 255 = 61%

155
99
155

R + G + B ~ 54%. #9B639B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 99 + 155 = 409 (100%)
R 155 of 409 ~ 37.9%
G 99 of 409 ~ 24.21%
B 155 of 409 ~ 37.9%

%37.9
%24.21
%37.9

CMYK color model

#9B639B color CMYK value is (0,36,0,39).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(0,36,0,39)
C0M36Y0K39 
(0%,36%,0%,39%)
(0.00/0.36/0.00/0.39)	

CMYK percentages

%0
%36.13
%0
%39.22

Codes

Color #9B639B in popluar color models

9B639B
RGB15599155
HSL300°22.05%49.80%
HSB/HSV300°36.13%60.78%
CMYK0.00%36.13%0.00%
39.22%

Color #9B639B in popluar number systems.

HEX9B639B
Decimal15599155
Binary10011011110001110011011
Octal233143233

Shades and tints

Shades of #9B639B

#9B639B
(155,99,155)
#8D5A8D
(141,90,141)
#7F517F
(127,81,127)
#714871
(113,72,113)
#633F63
(99,63,99)
#553655
(85,54,85)
#472D47
(71,45,71)
#392439
(57,36,57)
#2B1B2B
(43,27,43)
#1D121D
(29,18,29)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #9B639B

#9B639B
(155,99,155)
#A471A4
(164,113,164)
#AD7FAD
(173,127,173)
#B68DB6
(182,141,182)
#BF9BBF
(191,155,191)
#C8A9C8
(200,169,200)
#D1B7D1
(209,183,209)
#DAC5DA
(218,197,218)
#E3D3E3
(227,211,227)
#ECE1EC
(236,225,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B639B color. Also use rgb(155,99,155) instead hex code.

Text Font Color

.myTextColor { color: #9B639B; }

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

This text font color is #9B639B.


Background Color

.myBgColor { background-color: #9B639B; }

<div style="background-color:#9B639B">Inner text</div>

This div background color is #9B639B.


Border color

.myBorderColor { border: 1px solid #9B639B; }

<div style="border:3px solid #9B639B">Div</div>

This div border color is #9B639B.


Opacity

.myOpacity80 { color: #9B639B; opacity: 0.8; }

<p style="color:#9B639B;opacity:0.8;">80%</p>

Text with #9B639B 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 #9B639B;}

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

This text has shadow with #9B639B color.

.textShadow {text-shadow: 3px 3px 1px #9B639B, 3px 3px 1px red;}

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

This text has shadow with #9B639B primary color and red secondary color.


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

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

This text has shadow with #9B639B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B639B on black background.


Color preview on white background

This text has color #9B639B on white background.



Black color preview on #9B639B background

This text has black color on #9B639B background.


White color preview on #9B639B background

This text has white color on #9B639B background.