COLOR #953AC7

HEX: #953AC7
RGB: (149,58,199)

Color info

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

RGB color model

#953AC7 color RGB value is (149,58,199).

  • red value is 149;
  • green value is 58;
  • blue value is 199.
RGB:
(149,58,199)
(58%,23%,78%)

RGB channels and saturation

R 149 of 255 = 58%
G 58 of 255 = 23%
B 199 of 255 = 78%

149
58
199

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

Portions of RGB colors in percentages

R + G + B =
149 + 58 + 199 = 406 (100%)
R 149 of 406 ~ 36.7%
G 58 of 406 ~ 14.29%
B 199 of 406 ~ 49.01%

%36.7
%14.29
%49.01

CMYK color model

#953AC7 color CMYK value is (25,71,0,22).

  • cyan value is 25.13%
  • magenta value is 70.85%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(25,71,0,22)
C25M71Y0K22 
(25%,71%,0%,22%)
(0.25/0.71/0.00/0.22)	

CMYK percentages

%25.13
%70.85
%0
%21.96

Codes

Color #953AC7 in popluar color models

953AC7
RGB14958199
HSL279°55.73%50.39%
HSB/HSV279°70.85%78.04%
CMYK25.13%70.85%0.00%
21.96%

Color #953AC7 in popluar number systems.

HEX953AC7
Decimal14958199
Binary1001010111101011000111
Octal22572307

Shades and tints

Shades of #953AC7

#953AC7
(149,58,199)
#8835B5
(136,53,181)
#7B30A3
(123,48,163)
#6E2B91
(110,43,145)
#61267F
(97,38,127)
#54216D
(84,33,109)
#471C5B
(71,28,91)
#3A1749
(58,23,73)
#2D1237
(45,18,55)
#200D25
(32,13,37)
#130813
(19,8,19)
#000000
(0,0,0)

Tints of #953AC7

#953AC7
(149,58,199)
#9E4BCC
(158,75,204)
#A75CD1
(167,92,209)
#B06DD6
(176,109,214)
#B97EDB
(185,126,219)
#C28FE0
(194,143,224)
#CBA0E5
(203,160,229)
#D4B1EA
(212,177,234)
#DDC2EF
(221,194,239)
#E6D3F4
(230,211,244)
#EFE4F9
(239,228,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953AC7 color. Also use rgb(149,58,199) instead hex code.

Text Font Color

.myTextColor { color: #953AC7; }

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

This text font color is #953AC7.


Background Color

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

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

This div background color is #953AC7.


Border color

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

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

This div border color is #953AC7.


Opacity

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

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

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

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

This text has shadow with #953AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953AC7 on black background.


Color preview on white background

This text has color #953AC7 on white background.



Black color preview on #953AC7 background

This text has black color on #953AC7 background.


White color preview on #953AC7 background

This text has white color on #953AC7 background.