COLOR #9580B3

HEX: #9580B3
RGB: (149,128,179)

Color info

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

RGB color model

#9580B3 color RGB value is (149,128,179).

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

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 179 of 255 = 70%

149
128
179

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

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 179 = 456 (100%)
R 149 of 456 ~ 32.68%
G 128 of 456 ~ 28.07%
B 179 of 456 ~ 39.25%

%32.68
%28.07
%39.25

CMYK color model

#9580B3 color CMYK value is (17,28,0,30).

  • cyan value is 16.76%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(17,28,0,30)
C17M28Y0K30 
(17%,28%,0%,30%)
(0.17/0.28/0.00/0.30)	

CMYK percentages

%16.76
%28.49
%0
%29.8

Codes

Color #9580B3 in popluar color models

9580B3
RGB149128179
HSL265°25.12%60.20%
HSB/HSV265°28.49%70.20%
CMYK16.76%28.49%0.00%
29.80%

Color #9580B3 in popluar number systems.

HEX9580B3
Decimal149128179
Binary100101011000000010110011
Octal225200263

Shades and tints

Shades of #9580B3

#9580B3
(149,128,179)
#8875A3
(136,117,163)
#7B6A93
(123,106,147)
#6E5F83
(110,95,131)
#615473
(97,84,115)
#544963
(84,73,99)
#473E53
(71,62,83)
#3A3343
(58,51,67)
#2D2833
(45,40,51)
#201D23
(32,29,35)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #9580B3

#9580B3
(149,128,179)
#9E8BB9
(158,139,185)
#A796BF
(167,150,191)
#B0A1C5
(176,161,197)
#B9ACCB
(185,172,203)
#C2B7D1
(194,183,209)
#CBC2D7
(203,194,215)
#D4CDDD
(212,205,221)
#DDD8E3
(221,216,227)
#E6E3E9
(230,227,233)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9580B3; }

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

This text font color is #9580B3.


Background Color

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

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

This div background color is #9580B3.


Border color

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

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

This div border color is #9580B3.


Opacity

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

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

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

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

This text has shadow with #9580B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9580B3 on black background.


Color preview on white background

This text has color #9580B3 on white background.



Black color preview on #9580B3 background

This text has black color on #9580B3 background.


White color preview on #9580B3 background

This text has white color on #9580B3 background.