COLOR #9B608D

HEX: #9B608D
RGB: (155,96,141)

Color info

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

RGB color model

#9B608D color RGB value is (155,96,141).

  • red value is 155;
  • green value is 96;
  • blue value is 141.
RGB:
(155,96,141)
(61%,38%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 96 of 255 = 38%
B 141 of 255 = 55%

155
96
141

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

Portions of RGB colors in percentages

R + G + B =
155 + 96 + 141 = 392 (100%)
R 155 of 392 ~ 39.54%
G 96 of 392 ~ 24.49%
B 141 of 392 ~ 35.97%

%39.54
%24.49
%35.97

CMYK color model

#9B608D color CMYK value is (0,38,9,39).

  • cyan value is 0.00%
  • magenta value is 38.06%
  • yellow value is 9.03%
  • key color value is 39.22%
CMYK:
(0,38,9,39)
C0M38Y9K39 
(0%,38%,9%,39%)
(0.00/0.38/0.09/0.39)	

CMYK percentages

%0
%38.06
%9.03
%39.22

Codes

Color #9B608D in popluar color models

9B608D
RGB15596141
HSL314°23.51%49.22%
HSB/HSV314°38.06%60.78%
CMYK0.00%38.06%9.03%
39.22%

Color #9B608D in popluar number systems.

HEX9B608D
Decimal15596141
Binary10011011110000010001101
Octal233140215

Shades and tints

Shades of #9B608D

#9B608D
(155,96,141)
#8D5881
(141,88,129)
#7F5075
(127,80,117)
#714869
(113,72,105)
#63405D
(99,64,93)
#553851
(85,56,81)
#473045
(71,48,69)
#392839
(57,40,57)
#2B202D
(43,32,45)
#1D1821
(29,24,33)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #9B608D

#9B608D
(155,96,141)
#A46E97
(164,110,151)
#AD7CA1
(173,124,161)
#B68AAB
(182,138,171)
#BF98B5
(191,152,181)
#C8A6BF
(200,166,191)
#D1B4C9
(209,180,201)
#DAC2D3
(218,194,211)
#E3D0DD
(227,208,221)
#ECDEE7
(236,222,231)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B608D; }

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

This text font color is #9B608D.


Background Color

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

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

This div background color is #9B608D.


Border color

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

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

This div border color is #9B608D.


Opacity

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

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

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

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

This text has shadow with #9B608D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B608D on black background.


Color preview on white background

This text has color #9B608D on white background.



Black color preview on #9B608D background

This text has black color on #9B608D background.


White color preview on #9B608D background

This text has white color on #9B608D background.