COLOR #9B0A80

HEX: #9B0A80
RGB: (155,10,128)

Color info

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

RGB color model

#9B0A80 color RGB value is (155,10,128).

  • red value is 155;
  • green value is 10;
  • blue value is 128.
RGB:
(155,10,128)
(61%,4%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 10 of 255 = 4%
B 128 of 255 = 50%

155
10
128

R + G + B ~ 38%. #9B0A80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 10 + 128 = 293 (100%)
R 155 of 293 ~ 52.9%
G 10 of 293 ~ 3.41%
B 128 of 293 ~ 43.69%

%52.9
%43.69

CMYK color model

#9B0A80 color CMYK value is (0,94,17,39).

  • cyan value is 0.00%
  • magenta value is 93.55%
  • yellow value is 17.42%
  • key color value is 39.22%
CMYK:
(0,94,17,39)
C0M94Y17K39 
(0%,94%,17%,39%)
(0.00/0.94/0.17/0.39)	

CMYK percentages

%0
%93.55
%17.42
%39.22

Codes

Color #9B0A80 in popluar color models

9B0A80
RGB15510128
HSL311°87.88%32.35%
HSB/HSV311°93.55%60.78%
CMYK0.00%93.55%17.42%
39.22%

Color #9B0A80 in popluar number systems.

HEX9B0A80
Decimal15510128
Binary10011011101010000000
Octal23312200

Shades and tints

Shades of #9B0A80

#9B0A80
(155,10,128)
#8D0A75
(141,10,117)
#7F0A6A
(127,10,106)
#710A5F
(113,10,95)
#630A54
(99,10,84)
#550A49
(85,10,73)
#470A3E
(71,10,62)
#390A33
(57,10,51)
#2B0A28
(43,10,40)
#1D0A1D
(29,10,29)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #9B0A80

#9B0A80
(155,10,128)
#A4208B
(164,32,139)
#AD3696
(173,54,150)
#B64CA1
(182,76,161)
#BF62AC
(191,98,172)
#C878B7
(200,120,183)
#D18EC2
(209,142,194)
#DAA4CD
(218,164,205)
#E3BAD8
(227,186,216)
#ECD0E3
(236,208,227)
#F5E6EE
(245,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B0A80 color. Also use rgb(155,10,128) instead hex code.

Text Font Color

.myTextColor { color: #9B0A80; }

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

This text font color is #9B0A80.


Background Color

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

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

This div background color is #9B0A80.


Border color

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

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

This div border color is #9B0A80.


Opacity

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

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

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

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

This text has shadow with #9B0A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B0A80 on black background.


Color preview on white background

This text has color #9B0A80 on white background.



Black color preview on #9B0A80 background

This text has black color on #9B0A80 background.


White color preview on #9B0A80 background

This text has white color on #9B0A80 background.