COLOR #952DA0

HEX: #952DA0
RGB: (149,45,160)

Color info

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

RGB color model

#952DA0 color RGB value is (149,45,160).

  • red value is 149;
  • green value is 45;
  • blue value is 160.
RGB:
(149,45,160)
(58%,18%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 45 of 255 = 18%
B 160 of 255 = 63%

149
45
160

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

Portions of RGB colors in percentages

R + G + B =
149 + 45 + 160 = 354 (100%)
R 149 of 354 ~ 42.09%
G 45 of 354 ~ 12.71%
B 160 of 354 ~ 45.2%

%42.09
%12.71
%45.2

CMYK color model

#952DA0 color CMYK value is (7,72,0,37).

  • cyan value is 6.87%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(7,72,0,37)
C7M72Y0K37 
(7%,72%,0%,37%)
(0.07/0.72/0.00/0.37)	

CMYK percentages

%6.87
%71.88
%0
%37.25

Codes

Color #952DA0 in popluar color models

952DA0
RGB14945160
HSL294°56.10%40.20%
HSB/HSV294°71.88%62.75%
CMYK6.87%71.88%0.00%
37.25%

Color #952DA0 in popluar number systems.

HEX952DA0
Decimal14945160
Binary1001010110110110100000
Octal22555240

Shades and tints

Shades of #952DA0

#952DA0
(149,45,160)
#882992
(136,41,146)
#7B2584
(123,37,132)
#6E2176
(110,33,118)
#611D68
(97,29,104)
#54195A
(84,25,90)
#47154C
(71,21,76)
#3A113E
(58,17,62)
#2D0D30
(45,13,48)
#200922
(32,9,34)
#130514
(19,5,20)
#000000
(0,0,0)

Tints of #952DA0

#952DA0
(149,45,160)
#9E40A8
(158,64,168)
#A753B0
(167,83,176)
#B066B8
(176,102,184)
#B979C0
(185,121,192)
#C28CC8
(194,140,200)
#CB9FD0
(203,159,208)
#D4B2D8
(212,178,216)
#DDC5E0
(221,197,224)
#E6D8E8
(230,216,232)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952DA0 color. Also use rgb(149,45,160) instead hex code.

Text Font Color

.myTextColor { color: #952DA0; }

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

This text font color is #952DA0.


Background Color

.myBgColor { background-color: #952DA0; }

<div style="background-color:#952DA0">Inner text</div>

This div background color is #952DA0.


Border color

.myBorderColor { border: 1px solid #952DA0; }

<div style="border:3px solid #952DA0">Div</div>

This div border color is #952DA0.


Opacity

.myOpacity80 { color: #952DA0; opacity: 0.8; }

<p style="color:#952DA0;opacity:0.8;">80%</p>

Text with #952DA0 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 #952DA0;}

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

This text has shadow with #952DA0 color.

.textShadow {text-shadow: 3px 3px 1px #952DA0, 3px 3px 1px red;}

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

This text has shadow with #952DA0 primary color and red secondary color.


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

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

This text has shadow with #952DA0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #952DA0 on black background.


Color preview on white background

This text has color #952DA0 on white background.



Black color preview on #952DA0 background

This text has black color on #952DA0 background.


White color preview on #952DA0 background

This text has white color on #952DA0 background.