COLOR #953DB5

HEX: #953DB5
RGB: (149,61,181)

Color info

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

RGB color model

#953DB5 color RGB value is (149,61,181).

  • red value is 149;
  • green value is 61;
  • blue value is 181.
RGB:
(149,61,181)
(58%,24%,71%)

RGB channels and saturation

R 149 of 255 = 58%
G 61 of 255 = 24%
B 181 of 255 = 71%

149
61
181

R + G + B ~ 51%. #953DB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 61 + 181 = 391 (100%)
R 149 of 391 ~ 38.11%
G 61 of 391 ~ 15.6%
B 181 of 391 ~ 46.29%

%38.11
%15.6
%46.29

CMYK color model

#953DB5 color CMYK value is (18,66,0,29).

  • cyan value is 17.68%
  • magenta value is 66.30%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(18,66,0,29)
C18M66Y0K29 
(18%,66%,0%,29%)
(0.18/0.66/0.00/0.29)	

CMYK percentages

%17.68
%66.3
%0
%29.02

Codes

Color #953DB5 in popluar color models

953DB5
RGB14961181
HSL284°49.59%47.45%
HSB/HSV284°66.30%70.98%
CMYK17.68%66.30%0.00%
29.02%

Color #953DB5 in popluar number systems.

HEX953DB5
Decimal14961181
Binary1001010111110110110101
Octal22575265

Shades and tints

Shades of #953DB5

#953DB5
(149,61,181)
#8838A5
(136,56,165)
#7B3395
(123,51,149)
#6E2E85
(110,46,133)
#612975
(97,41,117)
#542465
(84,36,101)
#471F55
(71,31,85)
#3A1A45
(58,26,69)
#2D1535
(45,21,53)
#201025
(32,16,37)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #953DB5

#953DB5
(149,61,181)
#9E4EBB
(158,78,187)
#A75FC1
(167,95,193)
#B070C7
(176,112,199)
#B981CD
(185,129,205)
#C292D3
(194,146,211)
#CBA3D9
(203,163,217)
#D4B4DF
(212,180,223)
#DDC5E5
(221,197,229)
#E6D6EB
(230,214,235)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953DB5 color. Also use rgb(149,61,181) instead hex code.

Text Font Color

.myTextColor { color: #953DB5; }

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

This text font color is #953DB5.


Background Color

.myBgColor { background-color: #953DB5; }

<div style="background-color:#953DB5">Inner text</div>

This div background color is #953DB5.


Border color

.myBorderColor { border: 1px solid #953DB5; }

<div style="border:3px solid #953DB5">Div</div>

This div border color is #953DB5.


Opacity

.myOpacity80 { color: #953DB5; opacity: 0.8; }

<p style="color:#953DB5;opacity:0.8;">80%</p>

Text with #953DB5 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 #953DB5;}

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

This text has shadow with #953DB5 color.

.textShadow {text-shadow: 3px 3px 1px #953DB5, 3px 3px 1px red;}

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

This text has shadow with #953DB5 primary color and red secondary color.


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

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

This text has shadow with #953DB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953DB5 on black background.


Color preview on white background

This text has color #953DB5 on white background.



Black color preview on #953DB5 background

This text has black color on #953DB5 background.


White color preview on #953DB5 background

This text has white color on #953DB5 background.