COLOR #9B58A9

HEX: #9B58A9
RGB: (155,88,169)

Color info

#9B58A9 contains mainly red and blue colors. Web safe color of #9B58A9 is #996699 (or #969).

RGB color model

#9B58A9 color RGB value is (155,88,169).

  • red value is 155;
  • green value is 88;
  • blue value is 169.
RGB:
(155,88,169)
(61%,35%,66%)

RGB channels and saturation

R 155 of 255 = 61%
G 88 of 255 = 35%
B 169 of 255 = 66%

155
88
169

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

Portions of RGB colors in percentages

R + G + B =
155 + 88 + 169 = 412 (100%)
R 155 of 412 ~ 37.62%
G 88 of 412 ~ 21.36%
B 169 of 412 ~ 41.02%

%37.62
%21.36
%41.02

CMYK color model

#9B58A9 color CMYK value is (8,48,0,34).

  • cyan value is 8.28%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(8,48,0,34)
C8M48Y0K34 
(8%,48%,0%,34%)
(0.08/0.48/0.00/0.34)	

CMYK percentages

%8.28
%47.93
%0
%33.73

Codes

Color #9B58A9 in popluar color models

9B58A9
RGB15588169
HSL290°32.02%50.39%
HSB/HSV290°47.93%66.27%
CMYK8.28%47.93%0.00%
33.73%

Color #9B58A9 in popluar number systems.

HEX9B58A9
Decimal15588169
Binary10011011101100010101001
Octal233130251

Shades and tints

Shades of #9B58A9

#9B58A9
(155,88,169)
#8D509A
(141,80,154)
#7F488B
(127,72,139)
#71407C
(113,64,124)
#63386D
(99,56,109)
#55305E
(85,48,94)
#47284F
(71,40,79)
#392040
(57,32,64)
#2B1831
(43,24,49)
#1D1022
(29,16,34)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #9B58A9

#9B58A9
(155,88,169)
#A467B0
(164,103,176)
#AD76B7
(173,118,183)
#B685BE
(182,133,190)
#BF94C5
(191,148,197)
#C8A3CC
(200,163,204)
#D1B2D3
(209,178,211)
#DAC1DA
(218,193,218)
#E3D0E1
(227,208,225)
#ECDFE8
(236,223,232)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B58A9 color. Also use rgb(155,88,169) instead hex code.

Text Font Color

.myTextColor { color: #9B58A9; }

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

This text font color is #9B58A9.


Background Color

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

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

This div background color is #9B58A9.


Border color

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

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

This div border color is #9B58A9.


Opacity

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

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

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

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

This text has shadow with #9B58A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B58A9 on black background.


Color preview on white background

This text has color #9B58A9 on white background.



Black color preview on #9B58A9 background

This text has black color on #9B58A9 background.


White color preview on #9B58A9 background

This text has white color on #9B58A9 background.