COLOR #9953A1

HEX: #9953A1
RGB: (153,83,161)

Color info

#9953A1 contains mainly red and blue colors. Web safe color of #9953A1 is #996699 (or #969).

RGB color model

#9953A1 color RGB value is (153,83,161).

  • red value is 153;
  • green value is 83;
  • blue value is 161.
RGB:
(153,83,161)
(60%,33%,63%)

RGB channels and saturation

R 153 of 255 = 60%
G 83 of 255 = 33%
B 161 of 255 = 63%

153
83
161

R + G + B ~ 52%. #9953A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 83 + 161 = 397 (100%)
R 153 of 397 ~ 38.54%
G 83 of 397 ~ 20.91%
B 161 of 397 ~ 40.55%

%38.54
%20.91
%40.55

CMYK color model

#9953A1 color CMYK value is (5,48,0,37).

  • cyan value is 4.97%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(5,48,0,37)
C5M48Y0K37 
(5%,48%,0%,37%)
(0.05/0.48/0.00/0.37)	

CMYK percentages

%4.97
%48.45
%0
%36.86

Codes

Color #9953A1 in popluar color models

9953A1
RGB15383161
HSL294°31.97%47.84%
HSB/HSV294°48.45%63.14%
CMYK4.97%48.45%0.00%
36.86%

Color #9953A1 in popluar number systems.

HEX9953A1
Decimal15383161
Binary10011001101001110100001
Octal231123241

Shades and tints

Shades of #9953A1

#9953A1
(153,83,161)
#8C4C93
(140,76,147)
#7F4585
(127,69,133)
#723E77
(114,62,119)
#653769
(101,55,105)
#58305B
(88,48,91)
#4B294D
(75,41,77)
#3E223F
(62,34,63)
#311B31
(49,27,49)
#241423
(36,20,35)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #9953A1

#9953A1
(153,83,161)
#A262A9
(162,98,169)
#AB71B1
(171,113,177)
#B480B9
(180,128,185)
#BD8FC1
(189,143,193)
#C69EC9
(198,158,201)
#CFADD1
(207,173,209)
#D8BCD9
(216,188,217)
#E1CBE1
(225,203,225)
#EADAE9
(234,218,233)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9953A1 color. Also use rgb(153,83,161) instead hex code.

Text Font Color

.myTextColor { color: #9953A1; }

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

This text font color is #9953A1.


Background Color

.myBgColor { background-color: #9953A1; }

<div style="background-color:#9953A1">Inner text</div>

This div background color is #9953A1.


Border color

.myBorderColor { border: 1px solid #9953A1; }

<div style="border:3px solid #9953A1">Div</div>

This div border color is #9953A1.


Opacity

.myOpacity80 { color: #9953A1; opacity: 0.8; }

<p style="color:#9953A1;opacity:0.8;">80%</p>

Text with #9953A1 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 #9953A1;}

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

This text has shadow with #9953A1 color.

.textShadow {text-shadow: 3px 3px 1px #9953A1, 3px 3px 1px red;}

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

This text has shadow with #9953A1 primary color and red secondary color.


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

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

This text has shadow with #9953A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9953A1 on black background.


Color preview on white background

This text has color #9953A1 on white background.



Black color preview on #9953A1 background

This text has black color on #9953A1 background.


White color preview on #9953A1 background

This text has white color on #9953A1 background.