COLOR #9582E2

HEX: #9582E2
RGB: (149,130,226)

Color info

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

RGB color model

#9582E2 color RGB value is (149,130,226).

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

RGB channels and saturation

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

149
130
226

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

Portions of RGB colors in percentages

R + G + B =
149 + 130 + 226 = 505 (100%)
R 149 of 505 ~ 29.5%
G 130 of 505 ~ 25.74%
B 226 of 505 ~ 44.75%

%29.5
%25.74
%44.75

CMYK color model

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

  • cyan value is 34.07%
  • magenta value is 42.48%
  • 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.48
%0
%11.37

Codes

Color #9582E2 in popluar color models

9582E2
RGB149130226
HSL252°62.34%69.80%
HSB/HSV252°42.48%88.63%
CMYK34.07%42.48%0.00%
11.37%

Color #9582E2 in popluar number systems.

HEX9582E2
Decimal149130226
Binary100101011000001011100010
Octal225202342

Shades and tints

Shades of #9582E2

#9582E2
(149,130,226)
#8877CE
(136,119,206)
#7B6CBA
(123,108,186)
#6E61A6
(110,97,166)
#615692
(97,86,146)
#544B7E
(84,75,126)
#47406A
(71,64,106)
#3A3556
(58,53,86)
#2D2A42
(45,42,66)
#201F2E
(32,31,46)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #9582E2

#9582E2
(149,130,226)
#9E8DE4
(158,141,228)
#A798E6
(167,152,230)
#B0A3E8
(176,163,232)
#B9AEEA
(185,174,234)
#C2B9EC
(194,185,236)
#CBC4EE
(203,196,238)
#D4CFF0
(212,207,240)
#DDDAF2
(221,218,242)
#E6E5F4
(230,229,244)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9582E2; }

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

This text font color is #9582E2.


Background Color

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

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

This div background color is #9582E2.


Border color

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

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

This div border color is #9582E2.


Opacity

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

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

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

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

This text has shadow with #9582E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9582E2 on black background.


Color preview on white background

This text has color #9582E2 on white background.



Black color preview on #9582E2 background

This text has black color on #9582E2 background.


White color preview on #9582E2 background

This text has white color on #9582E2 background.