COLOR #9582E9

HEX: #9582E9
RGB: (149,130,233)

Color info

#9582E9 contains mainly blue color. Web safe color of #9582E9 is #9999FF (or #99F).

RGB color model

#9582E9 color RGB value is (149,130,233).

  • red value is 149;
  • green value is 130;
  • blue value is 233.
RGB:
(149,130,233)
(58%,51%,91%)

RGB channels and saturation

R 149 of 255 = 58%
G 130 of 255 = 51%
B 233 of 255 = 91%

149
130
233

R + G + B ~ 67%. #9582E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 130 + 233 = 512 (100%)
R 149 of 512 ~ 29.1%
G 130 of 512 ~ 25.39%
B 233 of 512 ~ 45.51%

%29.1
%25.39
%45.51

CMYK color model

#9582E9 color CMYK value is (36,44,0,9).

  • cyan value is 36.05%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(36,44,0,9)
C36M44Y0K9 
(36%,44%,0%,9%)
(0.36/0.44/0.00/0.09)	

CMYK percentages

%36.05
%44.21
%0
%8.63

Codes

Color #9582E9 in popluar color models

9582E9
RGB149130233
HSL251°70.07%71.18%
HSB/HSV251°44.21%91.37%
CMYK36.05%44.21%0.00%
8.63%

Color #9582E9 in popluar number systems.

HEX9582E9
Decimal149130233
Binary100101011000001011101001
Octal225202351

Shades and tints

Shades of #9582E9

#9582E9
(149,130,233)
#8877D4
(136,119,212)
#7B6CBF
(123,108,191)
#6E61AA
(110,97,170)
#615695
(97,86,149)
#544B80
(84,75,128)
#47406B
(71,64,107)
#3A3556
(58,53,86)
#2D2A41
(45,42,65)
#201F2C
(32,31,44)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #9582E9

#9582E9
(149,130,233)
#9E8DEB
(158,141,235)
#A798ED
(167,152,237)
#B0A3EF
(176,163,239)
#B9AEF1
(185,174,241)
#C2B9F3
(194,185,243)
#CBC4F5
(203,196,245)
#D4CFF7
(212,207,247)
#DDDAF9
(221,218,249)
#E6E5FB
(230,229,251)
#EFF0FD
(239,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9582E9 color. Also use rgb(149,130,233) instead hex code.

Text Font Color

.myTextColor { color: #9582E9; }

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

This text font color is #9582E9.


Background Color

.myBgColor { background-color: #9582E9; }

<div style="background-color:#9582E9">Inner text</div>

This div background color is #9582E9.


Border color

.myBorderColor { border: 1px solid #9582E9; }

<div style="border:3px solid #9582E9">Div</div>

This div border color is #9582E9.


Opacity

.myOpacity80 { color: #9582E9; opacity: 0.8; }

<p style="color:#9582E9;opacity:0.8;">80%</p>

Text with #9582E9 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 #9582E9;}

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

This text has shadow with #9582E9 color.

.textShadow {text-shadow: 3px 3px 1px #9582E9, 3px 3px 1px red;}

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

This text has shadow with #9582E9 primary color and red secondary color.


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

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

This text has shadow with #9582E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9582E9 on black background.


Color preview on white background

This text has color #9582E9 on white background.



Black color preview on #9582E9 background

This text has black color on #9582E9 background.


White color preview on #9582E9 background

This text has white color on #9582E9 background.