COLOR #9D6693

HEX: #9D6693
RGB: (157,102,147)

Color info

#9D6693 contains red, green and blue colors in about the same proportion. Web safe color of #9D6693 is #996699 (or #969).

RGB color model

#9D6693 color RGB value is (157,102,147).

  • red value is 157;
  • green value is 102;
  • blue value is 147.
RGB:
(157,102,147)
(62%,40%,58%)

RGB channels and saturation

R 157 of 255 = 62%
G 102 of 255 = 40%
B 147 of 255 = 58%

157
102
147

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

Portions of RGB colors in percentages

R + G + B =
157 + 102 + 147 = 406 (100%)
R 157 of 406 ~ 38.67%
G 102 of 406 ~ 25.12%
B 147 of 406 ~ 36.21%

%38.67
%25.12
%36.21

CMYK color model

#9D6693 color CMYK value is (0,35,6,38).

  • cyan value is 0.00%
  • magenta value is 35.03%
  • yellow value is 6.37%
  • key color value is 38.43%
CMYK:
(0,35,6,38)
C0M35Y6K38 
(0%,35%,6%,38%)
(0.00/0.35/0.06/0.38)	

CMYK percentages

%0
%35.03
%6.37
%38.43

Codes

Color #9D6693 in popluar color models

9D6693
RGB157102147
HSL311°21.91%50.78%
HSB/HSV311°35.03%61.57%
CMYK0.00%35.03%6.37%
38.43%

Color #9D6693 in popluar number systems.

HEX9D6693
Decimal157102147
Binary10011101110011010010011
Octal235146223

Shades and tints

Shades of #9D6693

#9D6693
(157,102,147)
#8F5D86
(143,93,134)
#815479
(129,84,121)
#734B6C
(115,75,108)
#65425F
(101,66,95)
#573952
(87,57,82)
#493045
(73,48,69)
#3B2738
(59,39,56)
#2D1E2B
(45,30,43)
#1F151E
(31,21,30)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #9D6693

#9D6693
(157,102,147)
#A5739C
(165,115,156)
#AD80A5
(173,128,165)
#B58DAE
(181,141,174)
#BD9AB7
(189,154,183)
#C5A7C0
(197,167,192)
#CDB4C9
(205,180,201)
#D5C1D2
(213,193,210)
#DDCEDB
(221,206,219)
#E5DBE4
(229,219,228)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6693 color. Also use rgb(157,102,147) instead hex code.

Text Font Color

.myTextColor { color: #9D6693; }

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

This text font color is #9D6693.


Background Color

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

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

This div background color is #9D6693.


Border color

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

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

This div border color is #9D6693.


Opacity

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

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

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

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

This text has shadow with #9D6693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6693 on black background.


Color preview on white background

This text has color #9D6693 on white background.



Black color preview on #9D6693 background

This text has black color on #9D6693 background.


White color preview on #9D6693 background

This text has white color on #9D6693 background.