COLOR #9B0779

HEX: #9B0779
RGB: (155,7,121)

Color info

#9B0779 contains mainly red and blue colors. Web safe color of #9B0779 is #990066 (or #906).

RGB color model

#9B0779 color RGB value is (155,7,121).

  • red value is 155;
  • green value is 7;
  • blue value is 121.
RGB:
(155,7,121)
(61%,3%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 7 of 255 = 3%
B 121 of 255 = 47%

155
7
121

R + G + B ~ 37%. #9B0779 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 7 + 121 = 283 (100%)
R 155 of 283 ~ 54.77%
G 7 of 283 ~ 2.47%
B 121 of 283 ~ 42.76%

%54.77
%42.76

CMYK color model

#9B0779 color CMYK value is (0,95,22,39).

  • cyan value is 0.00%
  • magenta value is 95.48%
  • yellow value is 21.94%
  • key color value is 39.22%
CMYK:
(0,95,22,39)
C0M95Y22K39 
(0%,95%,22%,39%)
(0.00/0.95/0.22/0.39)	

CMYK percentages

%0
%95.48
%21.94
%39.22

Codes

Color #9B0779 in popluar color models

9B0779
RGB1557121
HSL314°91.36%31.76%
HSB/HSV314°95.48%60.78%
CMYK0.00%95.48%21.94%
39.22%

Color #9B0779 in popluar number systems.

HEX9B0779
Decimal1557121
Binary100110111111111001
Octal2337171

Shades and tints

Shades of #9B0779

#9B0779
(155,7,121)
#8D076E
(141,7,110)
#7F0763
(127,7,99)
#710758
(113,7,88)
#63074D
(99,7,77)
#550742
(85,7,66)
#470737
(71,7,55)
#39072C
(57,7,44)
#2B0721
(43,7,33)
#1D0716
(29,7,22)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #9B0779

#9B0779
(155,7,121)
#A41D85
(164,29,133)
#AD3391
(173,51,145)
#B6499D
(182,73,157)
#BF5FA9
(191,95,169)
#C875B5
(200,117,181)
#D18BC1
(209,139,193)
#DAA1CD
(218,161,205)
#E3B7D9
(227,183,217)
#ECCDE5
(236,205,229)
#F5E3F1
(245,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B0779; }

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

This text font color is #9B0779.


Background Color

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

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

This div background color is #9B0779.


Border color

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

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

This div border color is #9B0779.


Opacity

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

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

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

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

This text has shadow with #9B0779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B0779 on black background.


Color preview on white background

This text has color #9B0779 on white background.



Black color preview on #9B0779 background

This text has black color on #9B0779 background.


White color preview on #9B0779 background

This text has white color on #9B0779 background.