COLOR #9B0646

HEX: #9B0646
RGB: (155,6,70)

Color info

#9B0646 contains mainly red color. Web safe color of #9B0646 is #990033 (or #903).

RGB color model

#9B0646 color RGB value is (155,6,70).

  • red value is 155;
  • green value is 6;
  • blue value is 70.
RGB:
(155,6,70)
(61%,2%,27%)

RGB channels and saturation

R 155 of 255 = 61%
G 6 of 255 = 2%
B 70 of 255 = 27%

155
6
70

R + G + B ~ 30%. #9B0646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 6 + 70 = 231 (100%)
R 155 of 231 ~ 67.1%
G 6 of 231 ~ 2.6%
B 70 of 231 ~ 30.3%

%67.1
%30.3

CMYK color model

#9B0646 color CMYK value is (0,96,55,39).

  • cyan value is 0.00%
  • magenta value is 96.13%
  • yellow value is 54.84%
  • key color value is 39.22%
CMYK:
(0,96,55,39)
C0M96Y55K39 
(0%,96%,55%,39%)
(0.00/0.96/0.55/0.39)	

CMYK percentages

%0
%96.13
%54.84
%39.22

Codes

Color #9B0646 in popluar color models

9B0646
RGB155670
HSL334°92.55%31.57%
HSB/HSV334°96.13%60.78%
CMYK0.00%96.13%54.84%
39.22%

Color #9B0646 in popluar number systems.

HEX9B0646
Decimal155670
Binary100110111101000110
Octal2336106

Shades and tints

Shades of #9B0646

#9B0646
(155,6,70)
#8D0640
(141,6,64)
#7F063A
(127,6,58)
#710634
(113,6,52)
#63062E
(99,6,46)
#550628
(85,6,40)
#470622
(71,6,34)
#39061C
(57,6,28)
#2B0616
(43,6,22)
#1D0610
(29,6,16)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #9B0646

#9B0646
(155,6,70)
#A41C56
(164,28,86)
#AD3266
(173,50,102)
#B64876
(182,72,118)
#BF5E86
(191,94,134)
#C87496
(200,116,150)
#D18AA6
(209,138,166)
#DAA0B6
(218,160,182)
#E3B6C6
(227,182,198)
#ECCCD6
(236,204,214)
#F5E2E6
(245,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B0646; }

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

This text font color is #9B0646.


Background Color

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

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

This div background color is #9B0646.


Border color

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

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

This div border color is #9B0646.


Opacity

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

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

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

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

This text has shadow with #9B0646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B0646 on black background.


Color preview on white background

This text has color #9B0646 on white background.



Black color preview on #9B0646 background

This text has black color on #9B0646 background.


White color preview on #9B0646 background

This text has white color on #9B0646 background.