COLOR #9B1088

HEX: #9B1088
RGB: (155,16,136)

Color info

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

RGB color model

#9B1088 color RGB value is (155,16,136).

  • red value is 155;
  • green value is 16;
  • blue value is 136.
RGB:
(155,16,136)
(61%,6%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 16 of 255 = 6%
B 136 of 255 = 53%

155
16
136

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

Portions of RGB colors in percentages

R + G + B =
155 + 16 + 136 = 307 (100%)
R 155 of 307 ~ 50.49%
G 16 of 307 ~ 5.21%
B 136 of 307 ~ 44.3%

%50.49
%44.3

CMYK color model

#9B1088 color CMYK value is (0,90,12,39).

  • cyan value is 0.00%
  • magenta value is 89.68%
  • yellow value is 12.26%
  • key color value is 39.22%
CMYK:
(0,90,12,39)
C0M90Y12K39 
(0%,90%,12%,39%)
(0.00/0.90/0.12/0.39)	

CMYK percentages

%0
%89.68
%12.26
%39.22

Codes

Color #9B1088 in popluar color models

9B1088
RGB15516136
HSL308°81.29%33.53%
HSB/HSV308°89.68%60.78%
CMYK0.00%89.68%12.26%
39.22%

Color #9B1088 in popluar number systems.

HEX9B1088
Decimal15516136
Binary100110111000010001000
Octal23320210

Shades and tints

Shades of #9B1088

#9B1088
(155,16,136)
#8D0F7C
(141,15,124)
#7F0E70
(127,14,112)
#710D64
(113,13,100)
#630C58
(99,12,88)
#550B4C
(85,11,76)
#470A40
(71,10,64)
#390934
(57,9,52)
#2B0828
(43,8,40)
#1D071C
(29,7,28)
#0F0610
(15,6,16)
#000000
(0,0,0)

Tints of #9B1088

#9B1088
(155,16,136)
#A42592
(164,37,146)
#AD3A9C
(173,58,156)
#B64FA6
(182,79,166)
#BF64B0
(191,100,176)
#C879BA
(200,121,186)
#D18EC4
(209,142,196)
#DAA3CE
(218,163,206)
#E3B8D8
(227,184,216)
#ECCDE2
(236,205,226)
#F5E2EC
(245,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B1088 color. Also use rgb(155,16,136) instead hex code.

Text Font Color

.myTextColor { color: #9B1088; }

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

This text font color is #9B1088.


Background Color

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

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

This div background color is #9B1088.


Border color

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

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

This div border color is #9B1088.


Opacity

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

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

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

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

This text has shadow with #9B1088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B1088 on black background.


Color preview on white background

This text has color #9B1088 on white background.



Black color preview on #9B1088 background

This text has black color on #9B1088 background.


White color preview on #9B1088 background

This text has white color on #9B1088 background.