COLOR #9B337A

HEX: #9B337A
RGB: (155,51,122)

Color info

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

RGB color model

#9B337A color RGB value is (155,51,122).

  • red value is 155;
  • green value is 51;
  • blue value is 122.
RGB:
(155,51,122)
(61%,20%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 51 of 255 = 20%
B 122 of 255 = 48%

155
51
122

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

Portions of RGB colors in percentages

R + G + B =
155 + 51 + 122 = 328 (100%)
R 155 of 328 ~ 47.26%
G 51 of 328 ~ 15.55%
B 122 of 328 ~ 37.2%

%47.26
%15.55
%37.2

CMYK color model

#9B337A color CMYK value is (0,67,21,39).

  • cyan value is 0.00%
  • magenta value is 67.10%
  • yellow value is 21.29%
  • key color value is 39.22%
CMYK:
(0,67,21,39)
C0M67Y21K39 
(0%,67%,21%,39%)
(0.00/0.67/0.21/0.39)	

CMYK percentages

%0
%67.1
%21.29
%39.22

Codes

Color #9B337A in popluar color models

9B337A
RGB15551122
HSL319°50.49%40.39%
HSB/HSV319°67.10%60.78%
CMYK0.00%67.10%21.29%
39.22%

Color #9B337A in popluar number systems.

HEX9B337A
Decimal15551122
Binary100110111100111111010
Octal23363172

Shades and tints

Shades of #9B337A

#9B337A
(155,51,122)
#8D2F6F
(141,47,111)
#7F2B64
(127,43,100)
#712759
(113,39,89)
#63234E
(99,35,78)
#551F43
(85,31,67)
#471B38
(71,27,56)
#39172D
(57,23,45)
#2B1322
(43,19,34)
#1D0F17
(29,15,23)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #9B337A

#9B337A
(155,51,122)
#A44586
(164,69,134)
#AD5792
(173,87,146)
#B6699E
(182,105,158)
#BF7BAA
(191,123,170)
#C88DB6
(200,141,182)
#D19FC2
(209,159,194)
#DAB1CE
(218,177,206)
#E3C3DA
(227,195,218)
#ECD5E6
(236,213,230)
#F5E7F2
(245,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B337A; }

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

This text font color is #9B337A.


Background Color

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

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

This div background color is #9B337A.


Border color

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

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

This div border color is #9B337A.


Opacity

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

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

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

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

This text has shadow with #9B337A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B337A on black background.


Color preview on white background

This text has color #9B337A on white background.



Black color preview on #9B337A background

This text has black color on #9B337A background.


White color preview on #9B337A background

This text has white color on #9B337A background.