COLOR #953D9F

HEX: #953D9F
RGB: (149,61,159)

Color info

#953D9F contains mainly red and blue colors. Web safe color of #953D9F is #993399 (or #939).

RGB color model

#953D9F color RGB value is (149,61,159).

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

RGB channels and saturation

R 149 of 255 = 58%
G 61 of 255 = 24%
B 159 of 255 = 62%

149
61
159

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

Portions of RGB colors in percentages

R + G + B =
149 + 61 + 159 = 369 (100%)
R 149 of 369 ~ 40.38%
G 61 of 369 ~ 16.53%
B 159 of 369 ~ 43.09%

%40.38
%16.53
%43.09

CMYK color model

#953D9F color CMYK value is (6,62,0,38).

  • cyan value is 6.29%
  • magenta value is 61.64%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,62,0,38)
C6M62Y0K38 
(6%,62%,0%,38%)
(0.06/0.62/0.00/0.38)	

CMYK percentages

%6.29
%61.64
%0
%37.65

Codes

Color #953D9F in popluar color models

953D9F
RGB14961159
HSL294°44.55%43.14%
HSB/HSV294°61.64%62.35%
CMYK6.29%61.64%0.00%
37.65%

Color #953D9F in popluar number systems.

HEX953D9F
Decimal14961159
Binary1001010111110110011111
Octal22575237

Shades and tints

Shades of #953D9F

#953D9F
(149,61,159)
#883891
(136,56,145)
#7B3383
(123,51,131)
#6E2E75
(110,46,117)
#612967
(97,41,103)
#542459
(84,36,89)
#471F4B
(71,31,75)
#3A1A3D
(58,26,61)
#2D152F
(45,21,47)
#201021
(32,16,33)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #953D9F

#953D9F
(149,61,159)
#9E4EA7
(158,78,167)
#A75FAF
(167,95,175)
#B070B7
(176,112,183)
#B981BF
(185,129,191)
#C292C7
(194,146,199)
#CBA3CF
(203,163,207)
#D4B4D7
(212,180,215)
#DDC5DF
(221,197,223)
#E6D6E7
(230,214,231)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #953D9F; }

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

This text font color is #953D9F.


Background Color

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

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

This div background color is #953D9F.


Border color

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

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

This div border color is #953D9F.


Opacity

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

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

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

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

This text has shadow with #953D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953D9F on black background.


Color preview on white background

This text has color #953D9F on white background.



Black color preview on #953D9F background

This text has black color on #953D9F background.


White color preview on #953D9F background

This text has white color on #953D9F background.