COLOR #9583CB

HEX: #9583CB
RGB: (149,131,203)

Color info

#9583CB contains mainly red and blue colors. Web safe color of #9583CB is #9999CC (or #99C).

RGB color model

#9583CB color RGB value is (149,131,203).

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

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 203 of 255 = 80%

149
131
203

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

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 203 = 483 (100%)
R 149 of 483 ~ 30.85%
G 131 of 483 ~ 27.12%
B 203 of 483 ~ 42.03%

%30.85
%27.12
%42.03

CMYK color model

#9583CB color CMYK value is (27,35,0,20).

  • cyan value is 26.60%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(27,35,0,20)
C27M35Y0K20 
(27%,35%,0%,20%)
(0.27/0.35/0.00/0.20)	

CMYK percentages

%26.6
%35.47
%0
%20.39

Codes

Color #9583CB in popluar color models

9583CB
RGB149131203
HSL255°40.91%65.49%
HSB/HSV255°35.47%79.61%
CMYK26.60%35.47%0.00%
20.39%

Color #9583CB in popluar number systems.

HEX9583CB
Decimal149131203
Binary100101011000001111001011
Octal225203313

Shades and tints

Shades of #9583CB

#9583CB
(149,131,203)
#8878B9
(136,120,185)
#7B6DA7
(123,109,167)
#6E6295
(110,98,149)
#615783
(97,87,131)
#544C71
(84,76,113)
#47415F
(71,65,95)
#3A364D
(58,54,77)
#2D2B3B
(45,43,59)
#202029
(32,32,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #9583CB

#9583CB
(149,131,203)
#9E8ECF
(158,142,207)
#A799D3
(167,153,211)
#B0A4D7
(176,164,215)
#B9AFDB
(185,175,219)
#C2BADF
(194,186,223)
#CBC5E3
(203,197,227)
#D4D0E7
(212,208,231)
#DDDBEB
(221,219,235)
#E6E6EF
(230,230,239)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9583CB; }

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

This text font color is #9583CB.


Background Color

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

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

This div background color is #9583CB.


Border color

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

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

This div border color is #9583CB.


Opacity

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

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

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

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

This text has shadow with #9583CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9583CB on black background.


Color preview on white background

This text has color #9583CB on white background.



Black color preview on #9583CB background

This text has black color on #9583CB background.


White color preview on #9583CB background

This text has white color on #9583CB background.