COLOR #9B0D8F

HEX: #9B0D8F
RGB: (155,13,143)

Color info

#9B0D8F contains mainly red and blue colors. Web safe color of #9B0D8F is #990099 (or #909).

RGB color model

#9B0D8F color RGB value is (155,13,143).

  • red value is 155;
  • green value is 13;
  • blue value is 143.
RGB:
(155,13,143)
(61%,5%,56%)

RGB channels and saturation

R 155 of 255 = 61%
G 13 of 255 = 5%
B 143 of 255 = 56%

155
13
143

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

Portions of RGB colors in percentages

R + G + B =
155 + 13 + 143 = 311 (100%)
R 155 of 311 ~ 49.84%
G 13 of 311 ~ 4.18%
B 143 of 311 ~ 45.98%

%49.84
%45.98

CMYK color model

#9B0D8F color CMYK value is (0,92,8,39).

  • cyan value is 0.00%
  • magenta value is 91.61%
  • yellow value is 7.74%
  • key color value is 39.22%
CMYK:
(0,92,8,39)
C0M92Y8K39 
(0%,92%,8%,39%)
(0.00/0.92/0.08/0.39)	

CMYK percentages

%0
%91.61
%7.74
%39.22

Codes

Color #9B0D8F in popluar color models

9B0D8F
RGB15513143
HSL305°84.52%32.94%
HSB/HSV305°91.61%60.78%
CMYK0.00%91.61%7.74%
39.22%

Color #9B0D8F in popluar number systems.

HEX9B0D8F
Decimal15513143
Binary10011011110110001111
Octal23315217

Shades and tints

Shades of #9B0D8F

#9B0D8F
(155,13,143)
#8D0C82
(141,12,130)
#7F0B75
(127,11,117)
#710A68
(113,10,104)
#63095B
(99,9,91)
#55084E
(85,8,78)
#470741
(71,7,65)
#390634
(57,6,52)
#2B0527
(43,5,39)
#1D041A
(29,4,26)
#0F030D
(15,3,13)
#000000
(0,0,0)

Tints of #9B0D8F

#9B0D8F
(155,13,143)
#A42399
(164,35,153)
#AD39A3
(173,57,163)
#B64FAD
(182,79,173)
#BF65B7
(191,101,183)
#C87BC1
(200,123,193)
#D191CB
(209,145,203)
#DAA7D5
(218,167,213)
#E3BDDF
(227,189,223)
#ECD3E9
(236,211,233)
#F5E9F3
(245,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B0D8F color. Also use rgb(155,13,143) instead hex code.

Text Font Color

.myTextColor { color: #9B0D8F; }

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

This text font color is #9B0D8F.


Background Color

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

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

This div background color is #9B0D8F.


Border color

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

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

This div border color is #9B0D8F.


Opacity

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

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

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

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

This text has shadow with #9B0D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B0D8F on black background.


Color preview on white background

This text has color #9B0D8F on white background.



Black color preview on #9B0D8F background

This text has black color on #9B0D8F background.


White color preview on #9B0D8F background

This text has white color on #9B0D8F background.