COLOR #9580B1

HEX: #9580B1
RGB: (149,128,177)

Color info

#9580B1 contains red, green and blue colors in about the same proportion. Web safe color of #9580B1 is #996699 (or #969).

RGB color model

#9580B1 color RGB value is (149,128,177).

  • red value is 149;
  • green value is 128;
  • blue value is 177.
RGB:
(149,128,177)
(58%,50%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 177 of 255 = 69%

149
128
177

R + G + B ~ 59%. #9580B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 177 = 454 (100%)
R 149 of 454 ~ 32.82%
G 128 of 454 ~ 28.19%
B 177 of 454 ~ 38.99%

%32.82
%28.19
%38.99

CMYK color model

#9580B1 color CMYK value is (16,28,0,31).

  • cyan value is 15.82%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(16,28,0,31)
C16M28Y0K31 
(16%,28%,0%,31%)
(0.16/0.28/0.00/0.31)	

CMYK percentages

%15.82
%27.68
%0
%30.59

Codes

Color #9580B1 in popluar color models

9580B1
RGB149128177
HSL266°23.90%59.80%
HSB/HSV266°27.68%69.41%
CMYK15.82%27.68%0.00%
30.59%

Color #9580B1 in popluar number systems.

HEX9580B1
Decimal149128177
Binary100101011000000010110001
Octal225200261

Shades and tints

Shades of #9580B1

#9580B1
(149,128,177)
#8875A1
(136,117,161)
#7B6A91
(123,106,145)
#6E5F81
(110,95,129)
#615471
(97,84,113)
#544961
(84,73,97)
#473E51
(71,62,81)
#3A3341
(58,51,65)
#2D2831
(45,40,49)
#201D21
(32,29,33)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #9580B1

#9580B1
(149,128,177)
#9E8BB8
(158,139,184)
#A796BF
(167,150,191)
#B0A1C6
(176,161,198)
#B9ACCD
(185,172,205)
#C2B7D4
(194,183,212)
#CBC2DB
(203,194,219)
#D4CDE2
(212,205,226)
#DDD8E9
(221,216,233)
#E6E3F0
(230,227,240)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9580B1 color. Also use rgb(149,128,177) instead hex code.

Text Font Color

.myTextColor { color: #9580B1; }

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

This text font color is #9580B1.


Background Color

.myBgColor { background-color: #9580B1; }

<div style="background-color:#9580B1">Inner text</div>

This div background color is #9580B1.


Border color

.myBorderColor { border: 1px solid #9580B1; }

<div style="border:3px solid #9580B1">Div</div>

This div border color is #9580B1.


Opacity

.myOpacity80 { color: #9580B1; opacity: 0.8; }

<p style="color:#9580B1;opacity:0.8;">80%</p>

Text with #9580B1 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 #9580B1;}

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

This text has shadow with #9580B1 color.

.textShadow {text-shadow: 3px 3px 1px #9580B1, 3px 3px 1px red;}

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

This text has shadow with #9580B1 primary color and red secondary color.


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

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

This text has shadow with #9580B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9580B1 on black background.


Color preview on white background

This text has color #9580B1 on white background.



Black color preview on #9580B1 background

This text has black color on #9580B1 background.


White color preview on #9580B1 background

This text has white color on #9580B1 background.