COLOR #9583E2

HEX: #9583E2
RGB: (149,131,226)

Color info

#9583E2 contains mainly blue color. Web safe color of #9583E2 is #9999CC (or #99C).

RGB color model

#9583E2 color RGB value is (149,131,226).

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

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 226 of 255 = 89%

149
131
226

R + G + B ~ 66%. #9583E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 226 = 506 (100%)
R 149 of 506 ~ 29.45%
G 131 of 506 ~ 25.89%
B 226 of 506 ~ 44.66%

%29.45
%25.89
%44.66

CMYK color model

#9583E2 color CMYK value is (34,42,0,11).

  • cyan value is 34.07%
  • magenta value is 42.04%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(34,42,0,11)
C34M42Y0K11 
(34%,42%,0%,11%)
(0.34/0.42/0.00/0.11)	

CMYK percentages

%34.07
%42.04
%0
%11.37

Codes

Color #9583E2 in popluar color models

9583E2
RGB149131226
HSL251°62.09%70.00%
HSB/HSV251°42.04%88.63%
CMYK34.07%42.04%0.00%
11.37%

Color #9583E2 in popluar number systems.

HEX9583E2
Decimal149131226
Binary100101011000001111100010
Octal225203342

Shades and tints

Shades of #9583E2

#9583E2
(149,131,226)
#8878CE
(136,120,206)
#7B6DBA
(123,109,186)
#6E62A6
(110,98,166)
#615792
(97,87,146)
#544C7E
(84,76,126)
#47416A
(71,65,106)
#3A3656
(58,54,86)
#2D2B42
(45,43,66)
#20202E
(32,32,46)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #9583E2

#9583E2
(149,131,226)
#9E8EE4
(158,142,228)
#A799E6
(167,153,230)
#B0A4E8
(176,164,232)
#B9AFEA
(185,175,234)
#C2BAEC
(194,186,236)
#CBC5EE
(203,197,238)
#D4D0F0
(212,208,240)
#DDDBF2
(221,219,242)
#E6E6F4
(230,230,244)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9583E2; }

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

This text font color is #9583E2.


Background Color

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

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

This div background color is #9583E2.


Border color

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

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

This div border color is #9583E2.


Opacity

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

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

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

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

This text has shadow with #9583E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9583E2 on black background.


Color preview on white background

This text has color #9583E2 on white background.



Black color preview on #9583E2 background

This text has black color on #9583E2 background.


White color preview on #9583E2 background

This text has white color on #9583E2 background.