COLOR #9D65AA

HEX: #9D65AA
RGB: (157,101,170)

Color info

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

RGB color model

#9D65AA color RGB value is (157,101,170).

  • red value is 157;
  • green value is 101;
  • blue value is 170.
RGB:
(157,101,170)
(62%,40%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 101 of 255 = 40%
B 170 of 255 = 67%

157
101
170

R + G + B ~ 56%. #9D65AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 101 + 170 = 428 (100%)
R 157 of 428 ~ 36.68%
G 101 of 428 ~ 23.6%
B 170 of 428 ~ 39.72%

%36.68
%23.6
%39.72

CMYK color model

#9D65AA color CMYK value is (8,41,0,33).

  • cyan value is 7.65%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,41,0,33)
C8M41Y0K33 
(8%,41%,0%,33%)
(0.08/0.41/0.00/0.33)	

CMYK percentages

%7.65
%40.59
%0
%33.33

Codes

Color #9D65AA in popluar color models

9D65AA
RGB157101170
HSL289°28.87%53.14%
HSB/HSV289°40.59%66.67%
CMYK7.65%40.59%0.00%
33.33%

Color #9D65AA in popluar number systems.

HEX9D65AA
Decimal157101170
Binary10011101110010110101010
Octal235145252

Shades and tints

Shades of #9D65AA

#9D65AA
(157,101,170)
#8F5C9B
(143,92,155)
#81538C
(129,83,140)
#734A7D
(115,74,125)
#65416E
(101,65,110)
#57385F
(87,56,95)
#492F50
(73,47,80)
#3B2641
(59,38,65)
#2D1D32
(45,29,50)
#1F1423
(31,20,35)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #9D65AA

#9D65AA
(157,101,170)
#A573B1
(165,115,177)
#AD81B8
(173,129,184)
#B58FBF
(181,143,191)
#BD9DC6
(189,157,198)
#C5ABCD
(197,171,205)
#CDB9D4
(205,185,212)
#D5C7DB
(213,199,219)
#DDD5E2
(221,213,226)
#E5E3E9
(229,227,233)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D65AA color. Also use rgb(157,101,170) instead hex code.

Text Font Color

.myTextColor { color: #9D65AA; }

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

This text font color is #9D65AA.


Background Color

.myBgColor { background-color: #9D65AA; }

<div style="background-color:#9D65AA">Inner text</div>

This div background color is #9D65AA.


Border color

.myBorderColor { border: 1px solid #9D65AA; }

<div style="border:3px solid #9D65AA">Div</div>

This div border color is #9D65AA.


Opacity

.myOpacity80 { color: #9D65AA; opacity: 0.8; }

<p style="color:#9D65AA;opacity:0.8;">80%</p>

Text with #9D65AA 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 #9D65AA;}

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

This text has shadow with #9D65AA color.

.textShadow {text-shadow: 3px 3px 1px #9D65AA, 3px 3px 1px red;}

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

This text has shadow with #9D65AA primary color and red secondary color.


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

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

This text has shadow with #9D65AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D65AA on black background.


Color preview on white background

This text has color #9D65AA on white background.



Black color preview on #9D65AA background

This text has black color on #9D65AA background.


White color preview on #9D65AA background

This text has white color on #9D65AA background.