COLOR #9531CD

HEX: #9531CD
RGB: (149,49,205)

Color info

#9531CD contains mainly red and blue colors. Web safe color of #9531CD is #9933CC (or #93C).

RGB color model

#9531CD color RGB value is (149,49,205).

  • red value is 149;
  • green value is 49;
  • blue value is 205.
RGB:
(149,49,205)
(58%,19%,80%)

RGB channels and saturation

R 149 of 255 = 58%
G 49 of 255 = 19%
B 205 of 255 = 80%

149
49
205

R + G + B ~ 52%. #9531CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 49 + 205 = 403 (100%)
R 149 of 403 ~ 36.97%
G 49 of 403 ~ 12.16%
B 205 of 403 ~ 50.87%

%36.97
%12.16
%50.87

CMYK color model

#9531CD color CMYK value is (27,76,0,20).

  • cyan value is 27.32%
  • magenta value is 76.10%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(27,76,0,20)
C27M76Y0K20 
(27%,76%,0%,20%)
(0.27/0.76/0.00/0.20)	

CMYK percentages

%27.32
%76.1
%0
%19.61

Codes

Color #9531CD in popluar color models

9531CD
RGB14949205
HSL278°61.42%49.80%
HSB/HSV278°76.10%80.39%
CMYK27.32%76.10%0.00%
19.61%

Color #9531CD in popluar number systems.

HEX9531CD
Decimal14949205
Binary1001010111000111001101
Octal22561315

Shades and tints

Shades of #9531CD

#9531CD
(149,49,205)
#882DBB
(136,45,187)
#7B29A9
(123,41,169)
#6E2597
(110,37,151)
#612185
(97,33,133)
#541D73
(84,29,115)
#471961
(71,25,97)
#3A154F
(58,21,79)
#2D113D
(45,17,61)
#200D2B
(32,13,43)
#130919
(19,9,25)
#000000
(0,0,0)

Tints of #9531CD

#9531CD
(149,49,205)
#9E43D1
(158,67,209)
#A755D5
(167,85,213)
#B067D9
(176,103,217)
#B979DD
(185,121,221)
#C28BE1
(194,139,225)
#CB9DE5
(203,157,229)
#D4AFE9
(212,175,233)
#DDC1ED
(221,193,237)
#E6D3F1
(230,211,241)
#EFE5F5
(239,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9531CD color. Also use rgb(149,49,205) instead hex code.

Text Font Color

.myTextColor { color: #9531CD; }

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

This text font color is #9531CD.


Background Color

.myBgColor { background-color: #9531CD; }

<div style="background-color:#9531CD">Inner text</div>

This div background color is #9531CD.


Border color

.myBorderColor { border: 1px solid #9531CD; }

<div style="border:3px solid #9531CD">Div</div>

This div border color is #9531CD.


Opacity

.myOpacity80 { color: #9531CD; opacity: 0.8; }

<p style="color:#9531CD;opacity:0.8;">80%</p>

Text with #9531CD 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 #9531CD;}

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

This text has shadow with #9531CD color.

.textShadow {text-shadow: 3px 3px 1px #9531CD, 3px 3px 1px red;}

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

This text has shadow with #9531CD primary color and red secondary color.


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

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

This text has shadow with #9531CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9531CD on black background.


Color preview on white background

This text has color #9531CD on white background.



Black color preview on #9531CD background

This text has black color on #9531CD background.


White color preview on #9531CD background

This text has white color on #9531CD background.