COLOR #9D6694

HEX: #9D6694
RGB: (157,102,148)

Color info

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

RGB color model

#9D6694 color RGB value is (157,102,148).

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

RGB channels and saturation

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

157
102
148

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

Portions of RGB colors in percentages

R + G + B =
157 + 102 + 148 = 407 (100%)
R 157 of 407 ~ 38.57%
G 102 of 407 ~ 25.06%
B 148 of 407 ~ 36.36%

%38.57
%25.06
%36.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.03%
  • yellow value is 5.73%
  • 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
%5.73
%38.43

Codes

Color #9D6694 in popluar color models

9D6694
RGB157102148
HSL310°21.91%50.78%
HSB/HSV310°35.03%61.57%
CMYK0.00%35.03%5.73%
38.43%

Color #9D6694 in popluar number systems.

HEX9D6694
Decimal157102148
Binary10011101110011010010100
Octal235146224

Shades and tints

Shades of #9D6694

#9D6694
(157,102,148)
#8F5D87
(143,93,135)
#81547A
(129,84,122)
#734B6D
(115,75,109)
#654260
(101,66,96)
#573953
(87,57,83)
#493046
(73,48,70)
#3B2739
(59,39,57)
#2D1E2C
(45,30,44)
#1F151F
(31,21,31)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #9D6694

#9D6694
(157,102,148)
#A5739D
(165,115,157)
#AD80A6
(173,128,166)
#B58DAF
(181,141,175)
#BD9AB8
(189,154,184)
#C5A7C1
(197,167,193)
#CDB4CA
(205,180,202)
#D5C1D3
(213,193,211)
#DDCEDC
(221,206,220)
#E5DBE5
(229,219,229)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6694; }

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

This text font color is #9D6694.


Background Color

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

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

This div background color is #9D6694.


Border color

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

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

This div border color is #9D6694.


Opacity

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

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

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

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

This text has shadow with #9D6694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6694 on black background.


Color preview on white background

This text has color #9D6694 on white background.



Black color preview on #9D6694 background

This text has black color on #9D6694 background.


White color preview on #9D6694 background

This text has white color on #9D6694 background.