COLOR #9F709A

HEX: #9F709A RGB: (159,112,154)

Color info

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

RGB color model

#9F709A color RGB value is (159,112,154).

RGB: (159,112,154) (62%, 44%, 60%)

RGB channels and saturation

R 159 of 255 = 62%
G 112 of 255 = 44%
B 154 of 255 = 60%

159
112
154

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

Portions of RGB colors in percentages

R + G + B = 159 + 112 + 154 = 425 (100%)
R 159 of 425 ~ 37.41%
G 112 of 425 ~ 26.35%
B 154 of 425 ~ 36.24'%

%37.41
%26.35
%36.24

CMYK color model

#9F709A color CMYK value is (0,30,3,38).

  • cyan value is 0.00%
  • magenta value is 29.56%
  • yellow value is 3.14%
  • key color value is 37.65%

CMYK: (0,30,3,38)
C0M30Y3K38 (0%, 30%, 3%, 38%)
(0.00 / 0.30 / 0.03 / 0.38)

CMYK percentages

%0
%29.56
%3.14
%37.65

Codes

Color #9F709A in popluar color models

9F 70 9A
RGB 159 112 154
HSL 306° 19.67% 53.14%
HSB/HSV 306° 29.56% 62.35%
CMYK 0.00% 29.56% 3.14%
37.65%

Color #9F709A in popluar number systems.

HEX 9F 70 9A
Decimal 159 112 154
Binary 10011111 1110000 10011010
Octal 237 160 232

Shades and tints

Shades of #9F709A

#9F709A
(159,112,154)
#91668C
(145,102,140)
#835C7E
(131,92,126)
#755270
(117,82,112)
#674862
(103,72,98)
#593E54
(89,62,84)
#4B3446
(75,52,70)
#3D2A38
(61,42,56)
#2F202A
(47,32,42)
#21161C
(33,22,28)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #9F709A

#9F709A
(159,112,154)
#A77DA3
(167,125,163)
#AF8AAC
(175,138,172)
#B797B5
(183,151,181)
#BFA4BE
(191,164,190)
#C7B1C7
(199,177,199)
#CFBED0
(207,190,208)
#D7CBD9
(215,203,217)
#DFD8E2
(223,216,226)
#E7E5EB
(231,229,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F709A color. Also use rgb(159,112,154) instead hex code.

Text Font Color

.myTextColor { color: #9F709A; }

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

This text font color is #9F709A.

Background Color

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

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

This div background color is #9F709A.

Border color

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

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

This div border color is #9F709A.

Opacity

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

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

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

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

This text has shadow with #9F709A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F709A.

Preview

Color preview on black background

This text has color #9F709A on black background.


Color preview on white background

This text has color #9F709A on white background.


Black color preview on #9F709A background

This text has black color on #9F709A background.


White color preview on #9F709A background

This text has white color on #9F709A background.


Related colors

Complementary color

Complementary color for #hex is #608F65.


I love getcolorcode.com

Triadic colors

1 #9A9F70 and #709A9F with #9F709A are triadic colors.

2 #9A709F and #709F9A with #9F709A are triadic colors.