COLOR #9B0478

HEX: #9B0478
RGB: (155,4,120)

Color info

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

RGB color model

#9B0478 color RGB value is (155,4,120).

  • red value is 155;
  • green value is 4;
  • blue value is 120.
RGB:
(155,4,120)
(61%,2%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 4 of 255 = 2%
B 120 of 255 = 47%

155
4
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 4 + 120 = 279 (100%)
R 155 of 279 ~ 55.56%
G 4 of 279 ~ 1.43%
B 120 of 279 ~ 43.01%

%55.56
%43.01

CMYK color model

#9B0478 color CMYK value is (0,97,23,39).

  • cyan value is 0.00%
  • magenta value is 97.42%
  • yellow value is 22.58%
  • key color value is 39.22%
CMYK:
(0,97,23,39)
C0M97Y23K39 
(0%,97%,23%,39%)
(0.00/0.97/0.23/0.39)	

CMYK percentages

%0
%97.42
%22.58
%39.22

Codes

Color #9B0478 in popluar color models

9B0478
RGB1554120
HSL314°94.97%31.18%
HSB/HSV314°97.42%60.78%
CMYK0.00%97.42%22.58%
39.22%

Color #9B0478 in popluar number systems.

HEX9B0478
Decimal1554120
Binary100110111001111000
Octal2334170

Shades and tints

Shades of #9B0478

#9B0478
(155,4,120)
#8D046E
(141,4,110)
#7F0464
(127,4,100)
#71045A
(113,4,90)
#630450
(99,4,80)
#550446
(85,4,70)
#47043C
(71,4,60)
#390432
(57,4,50)
#2B0428
(43,4,40)
#1D041E
(29,4,30)
#0F0414
(15,4,20)
#000000
(0,0,0)

Tints of #9B0478

#9B0478
(155,4,120)
#A41A84
(164,26,132)
#AD3090
(173,48,144)
#B6469C
(182,70,156)
#BF5CA8
(191,92,168)
#C872B4
(200,114,180)
#D188C0
(209,136,192)
#DA9ECC
(218,158,204)
#E3B4D8
(227,180,216)
#ECCAE4
(236,202,228)
#F5E0F0
(245,224,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B0478; }

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

This text font color is #9B0478.


Background Color

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

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

This div background color is #9B0478.


Border color

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

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

This div border color is #9B0478.


Opacity

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

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

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

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

This text has shadow with #9B0478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B0478 on black background.


Color preview on white background

This text has color #9B0478 on white background.



Black color preview on #9B0478 background

This text has black color on #9B0478 background.


White color preview on #9B0478 background

This text has white color on #9B0478 background.