COLOR #9F80AE

HEX: #9F80AE RGB: (159,128,174)

Color info

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

RGB color model

#9F80AE color RGB value is (159,128,174).

RGB: (159,128,174) (62%, 50%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 128 of 255 = 50%
B 174 of 255 = 68%

159
128
174

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

Portions of RGB colors in percentages

R + G + B = 159 + 128 + 174 = 461 (100%)
R 159 of 461 ~ 34.49%
G 128 of 461 ~ 27.77%
B 174 of 461 ~ 37.74'%

%34.49
%27.77
%37.74

CMYK color model

#9F80AE color CMYK value is (9,26,0,32).

  • cyan value is 8.62%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (9,26,0,32) C9M26Y0K32 (9%,26%,0%,32%) (0.09/0.26/0.00/0.32) 

CMYK percentages

%8.62
%26.44
%0
%31.76

Codes

Color #9F80AE in popluar color models

9F 80 AE
RGB 159 128 174
HSL 280° 22.12% 59.22%
HSB/HSV 280° 26.44% 68.24%
CMYK 8.62% 26.44% 0.00%
31.76%

Color #9F80AE in popluar number systems.

HEX 9F 80 AE
Decimal 159 128 174
Binary 10011111 10000000 10101110
Octal 237 200 256

Shades and tints

Shades of #9F80AE

#9F80AE
(159,128,174)
#91759F
(145,117,159)
#836A90
(131,106,144)
#755F81
(117,95,129)
#675472
(103,84,114)
#594963
(89,73,99)
#4B3E54
(75,62,84)
#3D3345
(61,51,69)
#2F2836
(47,40,54)
#211D27
(33,29,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #9F80AE

#9F80AE
(159,128,174)
#A78BB5
(167,139,181)
#AF96BC
(175,150,188)
#B7A1C3
(183,161,195)
#BFACCA
(191,172,202)
#C7B7D1
(199,183,209)
#CFC2D8
(207,194,216)
#D7CDDF
(215,205,223)
#DFD8E6
(223,216,230)
#E7E3ED
(231,227,237)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F80AE color. Also use rgb(159,128,174) instead hex code.

Text Font Color

.myTextColor { color: #9F80AE; }

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

This text font color is #9F80AE.

Background Color

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

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

This div background color is #9F80AE.

Border color

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

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

This div border color is #9F80AE.

Opacity

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

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

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

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

This text has shadow with #9F80AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F80AE.

Preview

Color preview on black background

This text has color #9F80AE on black background.


Color preview on white background

This text has color #9F80AE on white background.


Black color preview on #9F80AE background

This text has black color on #9F80AE background.


White color preview on #9F80AE background

This text has white color on #9F80AE background.


Related colors

Complementary color

Complementary color for #hex is #607F51.


I love getcolorcode.com

Triadic colors

1 #AE9F80 and #80AE9F with #9F80AE are triadic colors.

2 #AE809F and #809FAE with #9F80AE are triadic colors.