COLOR #952AA1

HEX: #952AA1
RGB: (149,42,161)

Color info

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

RGB color model

#952AA1 color RGB value is (149,42,161).

  • red value is 149;
  • green value is 42;
  • blue value is 161.
RGB:
(149,42,161)
(58%,16%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 42 of 255 = 16%
B 161 of 255 = 63%

149
42
161

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

Portions of RGB colors in percentages

R + G + B =
149 + 42 + 161 = 352 (100%)
R 149 of 352 ~ 42.33%
G 42 of 352 ~ 11.93%
B 161 of 352 ~ 45.74%

%42.33
%11.93
%45.74

CMYK color model

#952AA1 color CMYK value is (7,74,0,37).

  • cyan value is 7.45%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(7,74,0,37)
C7M74Y0K37 
(7%,74%,0%,37%)
(0.07/0.74/0.00/0.37)	

CMYK percentages

%7.45
%73.91
%0
%36.86

Codes

Color #952AA1 in popluar color models

952AA1
RGB14942161
HSL294°58.62%39.80%
HSB/HSV294°73.91%63.14%
CMYK7.45%73.91%0.00%
36.86%

Color #952AA1 in popluar number systems.

HEX952AA1
Decimal14942161
Binary1001010110101010100001
Octal22552241

Shades and tints

Shades of #952AA1

#952AA1
(149,42,161)
#882793
(136,39,147)
#7B2485
(123,36,133)
#6E2177
(110,33,119)
#611E69
(97,30,105)
#541B5B
(84,27,91)
#47184D
(71,24,77)
#3A153F
(58,21,63)
#2D1231
(45,18,49)
#200F23
(32,15,35)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #952AA1

#952AA1
(149,42,161)
#9E3DA9
(158,61,169)
#A750B1
(167,80,177)
#B063B9
(176,99,185)
#B976C1
(185,118,193)
#C289C9
(194,137,201)
#CB9CD1
(203,156,209)
#D4AFD9
(212,175,217)
#DDC2E1
(221,194,225)
#E6D5E9
(230,213,233)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952AA1 color. Also use rgb(149,42,161) instead hex code.

Text Font Color

.myTextColor { color: #952AA1; }

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

This text font color is #952AA1.


Background Color

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

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

This div background color is #952AA1.


Border color

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

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

This div border color is #952AA1.


Opacity

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

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

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

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

This text has shadow with #952AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #952AA1 on black background.


Color preview on white background

This text has color #952AA1 on white background.



Black color preview on #952AA1 background

This text has black color on #952AA1 background.


White color preview on #952AA1 background

This text has white color on #952AA1 background.