COLOR #9D6281

HEX: #9D6281
RGB: (157,98,129)

Color info

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

RGB color model

#9D6281 color RGB value is (157,98,129).

  • red value is 157;
  • green value is 98;
  • blue value is 129.
RGB:
(157,98,129)
(62%,38%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 98 of 255 = 38%
B 129 of 255 = 51%

157
98
129

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

Portions of RGB colors in percentages

R + G + B =
157 + 98 + 129 = 384 (100%)
R 157 of 384 ~ 40.89%
G 98 of 384 ~ 25.52%
B 129 of 384 ~ 33.59%

%40.89
%25.52
%33.59

CMYK color model

#9D6281 color CMYK value is (0,38,18,38).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 17.83%
  • key color value is 38.43%
CMYK:
(0,38,18,38)
C0M38Y18K38 
(0%,38%,18%,38%)
(0.00/0.38/0.18/0.38)	

CMYK percentages

%0
%37.58
%17.83
%38.43

Codes

Color #9D6281 in popluar color models

9D6281
RGB15798129
HSL328°23.14%50.00%
HSB/HSV328°37.58%61.57%
CMYK0.00%37.58%17.83%
38.43%

Color #9D6281 in popluar number systems.

HEX9D6281
Decimal15798129
Binary10011101110001010000001
Octal235142201

Shades and tints

Shades of #9D6281

#9D6281
(157,98,129)
#8F5A76
(143,90,118)
#81526B
(129,82,107)
#734A60
(115,74,96)
#654255
(101,66,85)
#573A4A
(87,58,74)
#49323F
(73,50,63)
#3B2A34
(59,42,52)
#2D2229
(45,34,41)
#1F1A1E
(31,26,30)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #9D6281

#9D6281
(157,98,129)
#A5708C
(165,112,140)
#AD7E97
(173,126,151)
#B58CA2
(181,140,162)
#BD9AAD
(189,154,173)
#C5A8B8
(197,168,184)
#CDB6C3
(205,182,195)
#D5C4CE
(213,196,206)
#DDD2D9
(221,210,217)
#E5E0E4
(229,224,228)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6281 color. Also use rgb(157,98,129) instead hex code.

Text Font Color

.myTextColor { color: #9D6281; }

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

This text font color is #9D6281.


Background Color

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

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

This div background color is #9D6281.


Border color

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

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

This div border color is #9D6281.


Opacity

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

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

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

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

This text has shadow with #9D6281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6281 on black background.


Color preview on white background

This text has color #9D6281 on white background.



Black color preview on #9D6281 background

This text has black color on #9D6281 background.


White color preview on #9D6281 background

This text has white color on #9D6281 background.