COLOR #9B0F52

HEX: #9B0F52
RGB: (155,15,82)

Color info

#9B0F52 contains mainly red color. Web safe color of #9B0F52 is #990066 (or #906).

RGB color model

#9B0F52 color RGB value is (155,15,82).

  • red value is 155;
  • green value is 15;
  • blue value is 82.
RGB:
(155,15,82)
(61%,6%,32%)

RGB channels and saturation

R 155 of 255 = 61%
G 15 of 255 = 6%
B 82 of 255 = 32%

155
15
82

R + G + B ~ 33%. #9B0F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 15 + 82 = 252 (100%)
R 155 of 252 ~ 61.51%
G 15 of 252 ~ 5.95%
B 82 of 252 ~ 32.54%

%61.51
%32.54

CMYK color model

#9B0F52 color CMYK value is (0,90,47,39).

  • cyan value is 0.00%
  • magenta value is 90.32%
  • yellow value is 47.10%
  • key color value is 39.22%
CMYK:
(0,90,47,39)
C0M90Y47K39 
(0%,90%,47%,39%)
(0.00/0.90/0.47/0.39)	

CMYK percentages

%0
%90.32
%47.1
%39.22

Codes

Color #9B0F52 in popluar color models

9B0F52
RGB1551582
HSL331°82.35%33.33%
HSB/HSV331°90.32%60.78%
CMYK0.00%90.32%47.10%
39.22%

Color #9B0F52 in popluar number systems.

HEX9B0F52
Decimal1551582
Binary1001101111111010010
Octal23317122

Shades and tints

Shades of #9B0F52

#9B0F52
(155,15,82)
#8D0E4B
(141,14,75)
#7F0D44
(127,13,68)
#710C3D
(113,12,61)
#630B36
(99,11,54)
#550A2F
(85,10,47)
#470928
(71,9,40)
#390821
(57,8,33)
#2B071A
(43,7,26)
#1D0613
(29,6,19)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #9B0F52

#9B0F52
(155,15,82)
#A42461
(164,36,97)
#AD3970
(173,57,112)
#B64E7F
(182,78,127)
#BF638E
(191,99,142)
#C8789D
(200,120,157)
#D18DAC
(209,141,172)
#DAA2BB
(218,162,187)
#E3B7CA
(227,183,202)
#ECCCD9
(236,204,217)
#F5E1E8
(245,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B0F52 color. Also use rgb(155,15,82) instead hex code.

Text Font Color

.myTextColor { color: #9B0F52; }

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

This text font color is #9B0F52.


Background Color

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

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

This div background color is #9B0F52.


Border color

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

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

This div border color is #9B0F52.


Opacity

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

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

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

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

This text has shadow with #9B0F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B0F52 on black background.


Color preview on white background

This text has color #9B0F52 on white background.



Black color preview on #9B0F52 background

This text has black color on #9B0F52 background.


White color preview on #9B0F52 background

This text has white color on #9B0F52 background.