COLOR #953F8C

HEX: #953F8C
RGB: (149,63,140)

Color info

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

RGB color model

#953F8C color RGB value is (149,63,140).

  • red value is 149;
  • green value is 63;
  • blue value is 140.
RGB:
(149,63,140)
(58%,25%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 63 of 255 = 25%
B 140 of 255 = 55%

149
63
140

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

Portions of RGB colors in percentages

R + G + B =
149 + 63 + 140 = 352 (100%)
R 149 of 352 ~ 42.33%
G 63 of 352 ~ 17.9%
B 140 of 352 ~ 39.77%

%42.33
%17.9
%39.77

CMYK color model

#953F8C color CMYK value is (0,58,6,42).

  • cyan value is 0.00%
  • magenta value is 57.72%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(0,58,6,42)
C0M58Y6K42 
(0%,58%,6%,42%)
(0.00/0.58/0.06/0.42)	

CMYK percentages

%0
%57.72
%6.04
%41.57

Codes

Color #953F8C in popluar color models

953F8C
RGB14963140
HSL306°40.57%41.57%
HSB/HSV306°57.72%58.43%
CMYK0.00%57.72%6.04%
41.57%

Color #953F8C in popluar number systems.

HEX953F8C
Decimal14963140
Binary1001010111111110001100
Octal22577214

Shades and tints

Shades of #953F8C

#953F8C
(149,63,140)
#883A80
(136,58,128)
#7B3574
(123,53,116)
#6E3068
(110,48,104)
#612B5C
(97,43,92)
#542650
(84,38,80)
#472144
(71,33,68)
#3A1C38
(58,28,56)
#2D172C
(45,23,44)
#201220
(32,18,32)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #953F8C

#953F8C
(149,63,140)
#9E5096
(158,80,150)
#A761A0
(167,97,160)
#B072AA
(176,114,170)
#B983B4
(185,131,180)
#C294BE
(194,148,190)
#CBA5C8
(203,165,200)
#D4B6D2
(212,182,210)
#DDC7DC
(221,199,220)
#E6D8E6
(230,216,230)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953F8C color. Also use rgb(149,63,140) instead hex code.

Text Font Color

.myTextColor { color: #953F8C; }

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

This text font color is #953F8C.


Background Color

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

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

This div background color is #953F8C.


Border color

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

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

This div border color is #953F8C.


Opacity

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

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

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

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

This text has shadow with #953F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953F8C on black background.


Color preview on white background

This text has color #953F8C on white background.



Black color preview on #953F8C background

This text has black color on #953F8C background.


White color preview on #953F8C background

This text has white color on #953F8C background.