COLOR #9580CB

HEX: #9580CB
RGB: (149,128,203)

Color info

#9580CB contains mainly red and blue colors. Web safe color of #9580CB is #9966CC (or #96C).

RGB color model

#9580CB color RGB value is (149,128,203).

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

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 203 of 255 = 80%

149
128
203

R + G + B ~ 63%. #9580CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 203 = 480 (100%)
R 149 of 480 ~ 31.04%
G 128 of 480 ~ 26.67%
B 203 of 480 ~ 42.29%

%31.04
%26.67
%42.29

CMYK color model

#9580CB color CMYK value is (27,37,0,20).

  • cyan value is 26.60%
  • magenta value is 36.95%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(27,37,0,20)
C27M37Y0K20 
(27%,37%,0%,20%)
(0.27/0.37/0.00/0.20)	

CMYK percentages

%26.6
%36.95
%0
%20.39

Codes

Color #9580CB in popluar color models

9580CB
RGB149128203
HSL257°41.90%64.90%
HSB/HSV257°36.95%79.61%
CMYK26.60%36.95%0.00%
20.39%

Color #9580CB in popluar number systems.

HEX9580CB
Decimal149128203
Binary100101011000000011001011
Octal225200313

Shades and tints

Shades of #9580CB

#9580CB
(149,128,203)
#8875B9
(136,117,185)
#7B6AA7
(123,106,167)
#6E5F95
(110,95,149)
#615483
(97,84,131)
#544971
(84,73,113)
#473E5F
(71,62,95)
#3A334D
(58,51,77)
#2D283B
(45,40,59)
#201D29
(32,29,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #9580CB

#9580CB
(149,128,203)
#9E8BCF
(158,139,207)
#A796D3
(167,150,211)
#B0A1D7
(176,161,215)
#B9ACDB
(185,172,219)
#C2B7DF
(194,183,223)
#CBC2E3
(203,194,227)
#D4CDE7
(212,205,231)
#DDD8EB
(221,216,235)
#E6E3EF
(230,227,239)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9580CB; }

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

This text font color is #9580CB.


Background Color

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

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

This div background color is #9580CB.


Border color

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

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

This div border color is #9580CB.


Opacity

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

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

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

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

This text has shadow with #9580CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9580CB on black background.


Color preview on white background

This text has color #9580CB on white background.



Black color preview on #9580CB background

This text has black color on #9580CB background.


White color preview on #9580CB background

This text has white color on #9580CB background.